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

« back to all changes in this revision

Viewing changes to components/tachart/demo/navigate/navigatedemo.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:
31
31
    <RequiredPackages Count="3">
32
32
      <Item1>
33
33
        <PackageName Value="LCLBase"/>
34
 
        <MinVersion Major="1" Valid="True" Release="1"/>
 
34
        <MinVersion Major="1" Release="1" Valid="True"/>
35
35
      </Item1>
36
36
      <Item2>
37
37
        <PackageName Value="TAChartLazarusPkg"/>
51
51
        <Filename Value="Main.pas"/>
52
52
        <IsPartOfProject Value="True"/>
53
53
        <ComponentName Value="Form1"/>
 
54
        <HasResources Value="True"/>
54
55
        <ResourceBaseClass Value="Form"/>
55
56
        <UnitName Value="Main"/>
56
57
      </Unit1>
57
58
    </Units>
58
59
  </ProjectOptions>
59
60
  <CompilerOptions>
60
 
    <Version Value="10"/>
 
61
    <Version Value="11"/>
61
62
    <PathDelim Value="\"/>
62
63
    <Target>
63
64
      <Filename Value="navigatedemo"/>
68
69
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
69
70
    </SearchPaths>
70
71
    <Linking>
71
 
      <Debugging>
72
 
        <GenerateDebugInfo Value="True"/>
73
 
        <DebugInfoType Value="dsAuto"/>
74
 
      </Debugging>
75
72
      <Options>
76
73
        <Win32>
77
74
          <GraphicApplication Value="True"/>