~ubuntu-branches/ubuntu/vivid/lazarus/vivid

« back to all changes in this revision

Viewing changes to components/multithreadprocs/multithreadprocslaz.lpk

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-02-22 10:25:57 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140222102557-ors9d31r84nz31jq
Tags: 1.2~rc2+dfsg-1
[ Abou Al Montacir ]
* New upstream pre-release.
  + Moved ideintf to components directory.
  + Added new package cairocanvas.
* Remove usage of depreciated parameters form of find. (Closes: Bug#724776)
* Bumped standard version to 3.9.5.
* Clean the way handling make files generation and removal.

[ Paul Gevers ]
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Update d/copyright for newly added dir in examples and components
* Update Vcs-* fields with new packaging location
* Update d/watch file to properly (Debian way) change upstreams versions
* Prevent 46MB of package size by sym linking duplicate files
* Patches
  - refresh to remove fuzz
  - add more Lintian found spelling errors
  - new patch to add shbang to two scripts in lazarus-src
* Drop lcl-# from Provides list of lcl-units-#
* Make lazarus-ide-qt4-# an arch all until it really contains stuff
* Make all metapackages arch all as the usecase for arch any doesn't
  seem to warrant the addition archive hit
* Fix permissions of non-scripts in lazarus-src-#

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<CONFIG>
 
3
  <Package Version="4">
 
4
    <Name Value="MultiThreadProcsLaz"/>
 
5
    <Author Value="Mattias Gaertner  mattias@freepascal.org"/>
 
6
    <CompilerOptions>
 
7
      <Version Value="10"/>
 
8
      <SearchPaths>
 
9
        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
10
      </SearchPaths>
 
11
      <Other>
 
12
        <CompilerMessages>
 
13
          <UseMsgFile Value="True"/>
 
14
        </CompilerMessages>
 
15
        <CompilerPath Value="$(CompPath)"/>
 
16
      </Other>
 
17
    </CompilerOptions>
 
18
    <Description Value="Running procedures and methods parallel via a thread pool."/>
 
19
    <License Value="modified LGPL2"/>
 
20
    <Version Major="1" Minor="2" Release="1"/>
 
21
    <Files Count="3">
 
22
      <Item1>
 
23
        <Filename Value="mtprocs.pas"/>
 
24
        <UnitName Value="MTProcs"/>
 
25
      </Item1>
 
26
      <Item2>
 
27
        <Filename Value="mtputils.pas"/>
 
28
        <UnitName Value="MTPUtils"/>
 
29
      </Item2>
 
30
      <Item3>
 
31
        <Filename Value="mtpcpu.pas"/>
 
32
        <UnitName Value="MTPCPU"/>
 
33
      </Item3>
 
34
    </Files>
 
35
    <Type Value="RunAndDesignTime"/>
 
36
    <RequiredPkgs Count="1">
 
37
      <Item1>
 
38
        <PackageName Value="FCL"/>
 
39
        <MinVersion Major="1" Valid="True"/>
 
40
      </Item1>
 
41
    </RequiredPkgs>
 
42
    <UsageOptions>
 
43
      <CustomOptions Value="-dUseCThreads"/>
 
44
      <UnitPath Value="$(PkgOutDir)"/>
 
45
    </UsageOptions>
 
46
    <PublishOptions>
 
47
      <Version Value="2"/>
 
48
      <IgnoreBinaries Value="False"/>
 
49
    </PublishOptions>
 
50
  </Package>
 
51
</CONFIG>