~ubuntu-branches/ubuntu/quantal/terminal.app/quantal

« back to all changes in this revision

Viewing changes to TerminalInfo.plist

  • Committer: Package Import Robot
  • Author(s): Yavor Doganov
  • Date: 2012-06-14 13:55:31 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120614135531-xbagikvsm7nmcq25
Tags: 0.9.8-1
* New upstream release:
  + Fixes FTBFS with ld that defaults to --as-needed (Closes: #639040).
* TerminalParser_LinuxPrefs.m:
* TerminalView.m (-initWithFrame:):
* TerminalViewPrefs.m:
* ServicesPrefs.m: Revert all direct modifications.
* debian/control (Maintainer, Uploaders): Make the team maintainer, add
  myself.
  (Section): Change to `gnustep'.
  (Build-Depends): Require debhelper >= 8.  Remove version requirement
  for libgnustep-gui-dev.  Add dpkg-dev (>= 1.16.1~) and imagemagick.
  Drop gnustep-make.
  (Homepage): Point to the new location.
  (Vcs-Git, Vcs-Browser): New fields.
  (Conflicts, Replaces): Remove, no longer needed.
  (Depends): Add ${misc:Depends}.
  (Standards-Version): Claim compliance with 3.9.3 as of this release.
* debian/compat: Bump to 8.
* debian/rules: Get rid of gs_make.  Enable hardening, verbose builds,
  support for `noopt'.
  (d_app): New convenience variable.
  (build-stamp): Convert the app icon in XPM format.
  (clean): Delete the generated icon.
  (install): Replace the deprecated `dh_clean -k' with dh_prep.  Don't
  install lintian overrides.  Install the XPM icon.
  (binary-arch): Remove unnecessary arguments to dh_installman and
  dh_shlibdeps.  Move arch-independent Resources to /usr/share.
* debian/source/format: New file; set format to 3.0 (quilt).
* debian/overrides: Delete.
* debian/prerm: Don't ignore errors.
* debian/preinst:
* debian/watch: New file.
* debian/menu: Add icon.
* debian/Terminal.desktop: Make it valid.  Add Bulgarian translation.
* debian/Terminal.1: Fix errors from man.  Update homepage.
* debian/docs: Delete; duplicated by the manpage.
* debian/copyright: Switch to format 1.0, update copyright years, add
  many copyright holders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    ApplicationDescription = "A terminal emulator";
 
2
    ApplicationDescription = "A Terminal Emulator";
3
3
    ApplicationIcon = Terminal;
4
4
    ApplicationName = Terminal;
5
 
    ApplicationRelease = "0.9.4";
6
 
    ApplicationURL = "http://www.nongnu.org/terminal/";
7
 
    Authors = (
8
 
        "Alexander Malmberg <alex@malmberg.org>"
9
 
    );
10
 
    Copyright = "Copyright \u00a9 2002, 2003 Alexander Malmberg <alex@malmberg.org>";
 
5
    ApplicationRelease = "0.9.8";
 
6
    ApplicationURL = "http://gap.nongnu.org/terminal/index.html";
 
7
    Authors = ("Alexander Malmberg <alex@malmberg.org>","Gregory Casamento <greg.casamento@gmail.com>","Riccardo Mottola <rmottola@users.sf.net>");
 
8
    Copyright = "Copyright \u00a9 2002-2003, 2009-2012";
11
9
    CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
12
 
    FullVersionID = "0.9.4";
 
10
    FullVersionID = "0.9.7";
13
11
}
14
12