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

« back to all changes in this revision

Viewing changes to debian/control

  • 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:
1
1
Source: projectcenter.app
2
 
Section: devel
 
2
Section: gnustep
3
3
Priority: optional
4
4
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org> 
5
5
Uploaders: Yavor Doganov <yavor@gnu.org>
6
 
Build-Depends: debhelper (>= 5.0.0),
 
6
Build-Depends: debhelper (>= 7),
7
7
               dpatch,
8
 
               libgnustep-gui-dev (>= 0.14.0),
 
8
               libgnustep-gui-dev,
9
9
               imagemagick
10
 
Standards-Version: 3.8.0
 
10
Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/projectcenter-app--debian--1.0
 
11
Standards-Version: 3.8.4
11
12
Homepage: http://gnustep.org/experience/ProjectCenter.html
12
13
 
13
14
Package: projectcenter.app
14
15
Architecture: any
15
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
16
Depends: ${shlibs:Depends},
 
17
         ${misc:Depends},
 
18
         ${gnustep:Depends}
16
19
Recommends: gorm.app,
17
20
            libgnustep-gui-dev
18
21
Description: IDE for GNUstep Development
19
22
 ProjectCenter is an integrated development environment (IDE) for
20
 
 GNUstep systems. It is a clone of the ProjectBuilder(TM) system for
21
 
 NextStep(TM), which is near-legendary for ease of use and speed of
22
 
 development. 
 
23
 GNUstep systems.  It is a clone of the ProjectBuilder application for
 
24
 NextStep, which became popular for its ease of use and speed of
 
25
 development.