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

« back to all changes in this revision

Viewing changes to components/codetools/examples/findusedunitreferences.lpi

  • 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" encoding="UTF-8"?>
 
2
<CONFIG>
 
3
  <ProjectOptions>
 
4
    <Version Value="9"/>
 
5
    <General>
 
6
      <Flags>
 
7
        <LRSInOutputDirectory Value="False"/>
 
8
      </Flags>
 
9
      <SessionStorage Value="InProjectDir"/>
 
10
      <MainUnit Value="0"/>
 
11
      <Title Value="findusedunitreferences"/>
 
12
    </General>
 
13
    <BuildModes Count="1">
 
14
      <Item1 Name="default" Default="True"/>
 
15
    </BuildModes>
 
16
    <PublishOptions>
 
17
      <Version Value="2"/>
 
18
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
 
19
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
 
20
    </PublishOptions>
 
21
    <RunParams>
 
22
      <local>
 
23
        <FormatVersion Value="1"/>
 
24
        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
 
25
      </local>
 
26
    </RunParams>
 
27
    <RequiredPackages Count="1">
 
28
      <Item1>
 
29
        <PackageName Value="CodeTools"/>
 
30
      </Item1>
 
31
    </RequiredPackages>
 
32
    <Units Count="4">
 
33
      <Unit0>
 
34
        <Filename Value="findusedunitreferences.lpr"/>
 
35
        <IsPartOfProject Value="True"/>
 
36
        <UnitName Value="findusedunitreferences"/>
 
37
      </Unit0>
 
38
      <Unit1>
 
39
        <Filename Value="scanexamples/simpleunit1.pas"/>
 
40
        <IsPartOfProject Value="True"/>
 
41
        <UnitName Value="SimpleUnit1"/>
 
42
      </Unit1>
 
43
      <Unit2>
 
44
        <Filename Value="scanexamples/unusedunits1.pas"/>
 
45
        <IsPartOfProject Value="True"/>
 
46
        <UnitName Value="UnusedUnits1"/>
 
47
      </Unit2>
 
48
      <Unit3>
 
49
        <Filename Value="scanexamples/usedunitrefs1.pas"/>
 
50
        <IsPartOfProject Value="True"/>
 
51
        <UnitName Value="UsedUnitRefs1"/>
 
52
      </Unit3>
 
53
    </Units>
 
54
  </ProjectOptions>
 
55
  <CompilerOptions>
 
56
    <Version Value="11"/>
 
57
    <SearchPaths>
 
58
      <OtherUnitFiles Value="scanexamples"/>
 
59
    </SearchPaths>
 
60
    <Other>
 
61
      <CompilerPath Value="$(CompPath)"/>
 
62
    </Other>
 
63
  </CompilerOptions>
 
64
</CONFIG>