~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/packaging/MacOS/OpenAFS.Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

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>OpenAFS 1.4.2</string>
7
 
        <key>CFBundleIdentifier</key>
8
 
        <string>org.openafs.OpenAFS.pkg</string>
9
 
        <key>CFBundleName</key>
10
 
        <string>OpenAFS</string>
11
 
        <key>CFBundleShortVersionString</key>
12
 
        <string>1.4.2</string>
13
 
        <key>IFMajorVersion</key>
14
 
        <integer>1</integer>
15
 
        <key>IFMinorVersion</key>
16
 
        <integer>4</integer>
17
 
        <key>IFPkgFlagAllowBackRev</key>
18
 
        <false/>
19
 
        <key>IFPkgFlagAuthorizationAction</key>
20
 
        <string>RootAuthorization</string>
21
 
        <key>IFPkgFlagBackgroundAlignment</key>
22
 
        <string>bottomright</string>
23
 
        <key>IfPkgFlagBackgroundScaling</key>
24
 
        <string>proportional</string>
25
 
        <key>IFPkgFlagDefaultLocation</key>
26
 
        <string>/</string>
27
 
        <key>IFPkgFlagInstallFat</key>
28
 
        <false/>
29
 
        <key>IFPkgFlagIsRequired</key>
30
 
        <false/>
31
 
        <key>IFPkgFlagRelocatable</key>
32
 
        <false/>
33
 
        <key>IFPkgFlagRestartAction</key>
34
 
        <string>NoRestart</string>
35
 
        <key>IFPkgFlagRootVolumeOnly</key>
36
 
        <true/>
37
 
        <key>IFPkgFlagUpdateInstalledLanguages</key>
38
 
        <false/>
39
 
        <key>IFPkgFlagUseUserMask</key>
40
 
        <false/>
41
 
        <key>IFPkgFormatVersion</key>
42
 
        <real>0.10000000149011612</real>
43
 
</dict>
44
 
</plist>