~ubuntu-branches/ubuntu/natty/libextractor/natty

« back to all changes in this revision

Viewing changes to contrib/macosx/Pkg-Info.plist.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
<dict>
 
5
        <key>CFBundleGetInfoString</key>
 
6
        <string>Extractor (@PACKAGE_STRING@), Copyright 2002-2009 Vidyut Samanta and Christian Grothoff</string>
 
7
        <key>CFBundleIdentifier</key>
 
8
        <string>org.gnunet.libextractor.pkg</string>
 
9
        <key>CFBundleShortVersionString</key>
 
10
        <string>@PACKAGE_VERSION_NOALPHA@</string>
 
11
        <key>IFPkgFlagAllowBackRev</key>
 
12
        <false/>
 
13
        <key>IFPkgFlagAuthorizationAction</key>
 
14
        <string>RootAuthorization</string>
 
15
        <key>IFPkgFlagBackgroundAlignment</key>
 
16
        <string>topleft</string>
 
17
        <key>IFPkgFlagBackgroundScaling</key>
 
18
        <string>none</string>
 
19
        <key>IFPkgFlagDefaultLocation</key>
 
20
        <string>/Library/Frameworks</string>
 
21
        <key>IFPkgFlagFollowLinks</key>
 
22
        <true/>
 
23
        <key>IFPkgFlagInstalledSize</key>
 
24
        <integer>0</integer>
 
25
        <key>IFPkgFlagIsRequired</key>
 
26
        <true/>
 
27
        <key>IFPkgFlagOverwritePermissions</key>
 
28
        <false/>
 
29
        <key>IFPkgFlagRelocatable</key>
 
30
        <false/>
 
31
        <key>IFPkgFlagRestartAction</key>
 
32
        <string>NoRestart</string>
 
33
        <key>IFPkgFlagRootVolumeOnly</key>
 
34
        <true/>
 
35
        <key>IFPkgFlagUpdateInstalledLanguages</key>
 
36
        <false/>
 
37
        <key>IFPkgFormatVersion</key>
 
38
        <real>0.10000000149011612</real>
 
39
</dict>
 
40
</plist>