~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to OSX-package/inputs/Info.plist

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

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>Scribus Installer 1.4.1.svn</string>
 
7
        <key>CFBundleIdentifier</key>
 
8
        <string>net.scribus.osxinstaller</string>
 
9
        <key>CFBundleName</key>
 
10
        <string>Scribus</string>
 
11
        <key>CFBundleShortVersionString</key>
 
12
        <string>1.4.0</string>
 
13
        <key>IFMajorVersion</key>
 
14
        <integer>0</integer>
 
15
        <key>IFMinorVersion</key>
 
16
        <integer>0</integer>
 
17
        <key>IFPkgFlagBackgroundAlignment</key>
 
18
        <string>topleft</string>
 
19
        <key>IFPkgFlagBackgroundScaling</key>
 
20
        <string>tofit</string>
 
21
</dict>
 
22
</plist>