~ubuntu-branches/ubuntu/vivid/projectcenter.app/vivid

« back to all changes in this revision

Viewing changes to Resources/Info-gnustep.plist

  • Committer: Bazaar Package Importer
  • Author(s): Yavor Doganov
  • Date: 2010-06-03 16:04:52 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100603160452-dcsmkjwdtwxuitdo
Tags: 0.5.3~20100601-1
* New upstream release.
* debian/compat: Set to 7.
* debian/control (Section): Change to `gnustep'.
  (Build-Depends): Require debhelper >= 7, remove version constraints
  for libgnustep-gui-dev (obsolete).
  (Depends): Add ${gnustep:Depends}.
  (Standards-Version): Compliant with 3.8.4 as of this release.
  (Vcs-Arch): New field.
  (Description): Do not praise NextStep.
* debian/rules: Export GNUSTEP_MAKEFILES and get rid of gs_make.
  (OPTFLAG): No longer define; rework noopt handling to be compatible
  with gnustep-make/2.4.x (Closes: #581976).
  (build-stamp): Pass GDB=/usr/bin/gdb for the PCDefaultDebugger
  define.
  (install): Replace dh_clean -k with dh_prep.
  (binary-arch): Adjust dh_installchangelogs' argument.  Rework the
  FHS_ME_HARDER snippet; PC's supporting executables are no longer
  installed as Bundles.
* debian/patches/05_link-libs.dpatch: Update; the fix was merged
  upstream, but now -lm is required as well.
* debian/patches/10_bundles-install-dir.dpatch: Remove; obsolete with
  the new way of FHS-compliance handling.
* debian/links: Delete; no longer needed.
* debian/menu: Adjust command.
* debian/source/format:
* debian/README.source:
* debian/preinst: New file.
* debian/copyright: Bump copyright years, add more upstream authors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  ApplicationName = "ProjectCenter";
4
4
  ApplicationDescription = "GNUstep Integrated Development Environment";
5
5
  ApplicationIcon = "ProjectCenter.tiff";
6
 
  ApplicationRelease = "0.5.0";
 
6
  ApplicationRelease = "0.5.1";
7
7
  FullVersionID = "HEAD";
8
8
  Authors = (
9
9
    "Philippe C.D. Robert",
32
32
      NSDocumentClass = PCProjectDocument;
33
33
      NSHumanReadableName = "GNUstep project";
34
34
      NSIcon = FileProject.tiff;
35
 
      NSName = GSPCFileType;
 
35
      NSName = GSPCProjectFileType;
36
36
      NSRole = Editor;
37
37
      NSUnixExtensions = ( pcproj );
38
38
    },
58
58
      NSIcon = ProjectCenter.editor/Resources/FileC.tiff;
59
59
      NSName = GSPCCType;
60
60
      NSRole = Editor;
61
 
      NSUnixExtensions = ( c );
 
61
      NSUnixExtensions = ( c, C, cp, cpp, c++ );
62
62
    }
63
63
  );
64
64
  URL = "See http://www.gnustep.org/";
65
 
  Copyright = "Copyright (C) 1999 - 2005 Free Software Foundation";
66
 
  CopyrightDescription = "Released under the GNU General Public License 2.0";
 
65
  Copyright = "Copyright (C) 1999 - 2008 Free Software Foundation";
 
66
  CopyrightDescription = "Released under the GNU General Public License 3.0 or later";
67
67
}