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

« back to all changes in this revision

Viewing changes to debian/copyright

  • 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
 
This package was debianized by Evan Prodromou <evan@debian.org> on
2
 
Sun, 16 Jun 2002 13:23:59 -0400.
3
 
 
4
 
It was downloaded from http://www.nongnu.org/terminal/
5
 
 
6
 
Upstream Author: Alexander Malmberg <alex@malmberg.org>
7
 
 
8
 
Copyright:
9
 
 
10
 
   Copyright 2002 Alexander Malmberg <alexander@malmberg.org>.
11
 
 
12
 
   This package is free software; you can redistribute it and/or modify
13
 
   it under the terms of the GNU General Public License as published by
14
 
   the Free Software Foundation; version 2 dated June, 1991.
15
 
 
16
 
   This package is distributed in the hope that it will be useful,
17
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
   GNU General Public License for more details.
20
 
 
21
 
   You should have received a copy of the GNU General Public License
22
 
   along with this package; if not, write to the Free Software
23
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
24
 
 
25
 
On Debian GNU/Linux systems, the complete text of the GNU General
26
 
Public License can be found in `/usr/share/common-licenses/GPL'.
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: Terminal
 
3
Source: http://gap.nongnu.org/terminal/
 
4
 
 
5
Files: *
 
6
Copyright: 2002-2003 Alexander Malmberg <alexander@malmberg.org>
 
7
           2005-2009 Riccardo Mottola <rm@gnu.org>
 
8
           2009-2011 GNUstep Application Project
 
9
           2009-2012 Free Software Foundation, Inc.
 
10
           1998 Jakub Jelinek <jj@ultra.linux.cz>
 
11
           1991-1992 Linus Torvalds
 
12
License: GPL-2
 
13
 
 
14
Files: debian/*
 
15
Copyright: 2002-2003 Evan Prodromou <evan@debian.org>
 
16
           2005-2008 Gürkan Sengün <gurkan@phys.ethz.ch>
 
17
           2012 Yavor Doganov <yavor@gnu.org>
 
18
License: GPL-2+
 
19
 
 
20
License: GPL-2
 
21
 This package is free software: you can redistribute it and/or modify
 
22
 it under the terms of the GNU General Public License as published by
 
23
 the Free Software Foundation, version 2 of the License.
 
24
 .
 
25
 This package is distributed in the hope that it will be useful, but
 
26
 WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28
 General Public License for more details.
 
29
 .
 
30
 You should have received a copy of the GNU General Public License
 
31
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
32
 .
 
33
 On Debian systems, the complete text of the GNU General
 
34
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
35
 
 
36
License: GPL-2+
 
37
 This package is free software: you can redistribute it and/or modify
 
38
 it under the terms of the GNU General Public License as published by
 
39
 the Free Software Foundation, either version 2 of the License, or (at
 
40
 your option) any later version.
 
41
 .
 
42
 This package is distributed in the hope that it will be useful, but
 
43
 WITHOUT ANY WARRANTY; without even the implied warranty of
 
44
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
45
 General Public License for more details.
 
46
 .
 
47
 You should have received a copy of the GNU General Public License
 
48
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
49
 .
 
50
 On Debian systems, the complete text of the GNU General
 
51
 Public License can be found in `/usr/share/common-licenses/GPL-2'.