summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--debian/control5
-rw-r--r--debian/copyright88
3 files changed, 87 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index 89a26d8..af024fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+dist (1:3.5-36.0001-3) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Mark dist Multi-Arch: foreign.
+
+ [ Manoj Srivastava ]
+ * Update the copyright file
+ * Incorporated Helmut's chqange, which, unless I missed it, newver made
+ it out.
+ * Bug fix: "mark dist Multi-Arch: foreign", thanks to Helmut Grohne
+ (Closes: #891134).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 25 Feb 2018 17:47:27 -0800
+
dist (1:3.5-36.0001-2) unstable; urgency=low
* Fix upstream spelling errors that resulterd in Lintian warnings.
diff --git a/debian/control b/debian/control
index 2ef8082..9acc616 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ VCS-Browser: http://anonscm.debian.org/gitweb/?p=users/srivasta/debian/dist.git
Section: devel
Priority: optional
Maintainer: Manoj Srivastava <srivasta@debian.org>
-Standards-Version: 3.9.6
-Build-Depends-Indep: debhelper (>= 9.0.0), sharutils, po-debconf,
+Standards-Version: 4.1.3
+Build-Depends-Indep: debhelper (>= 11), sharutils, po-debconf,
gettext, dpkg-dev (>= 1.16.0),
libperl4-corelibs-perl | perl (<< 5.12.3-7)
Package: dist
Architecture: all
+Multi-Arch: foreign
Depends: perl, debconf (>= 1.2.0) | debconf-2.0,
${misc:Depends}, libperl4-corelibs-perl | perl (<< 5.12.3-7)
Description: Tools for developing, maintaining and distributing software
diff --git a/debian/copyright b/debian/copyright
index ecb0555..8500bf1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,16 +4,81 @@ Upstream-Contact: Raphael Manfredi <Raphael_Manfredi@grenoble.hp.com>
Sources: https://svn.code.sf.net/p/dist/code/trunk/dist
Files: *
-Copyright: 1988, Larry Wall
- 1990-1992, Harlan Stenn
- 1991-1997, 2004-2006, Raphael Manfredi
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+ 1990-1992, Harlan Stenn
+ 1988, Larry Wall
+License: Artistic
+
+Files: Artistic
+Copyright: s for the package.
+License: Artistic
+
+Files: ChangeLog
+Copyright: dates
+License: Artistic
+
+Files: Configure
+Copyright: ed.
+License: Artistic
+
+Files: Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: bin/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
License: Artistic
Files: debian/*
-Copyright: 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2008 Manoj Srivastava <srivasta@debian.org>
+Copyright: 2006, 2008, Manoj Srivastava <srivasta@debian.org>
+ 1995-2005
License: GPL-2+
+Files: jmake/Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: kit/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: lib/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/man/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/pl/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: pat/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: pl/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, a copy of which can be
+ found with this package.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ Artistic License for more details.
+ .
+ On Debian systems, the full text of the Artistic License can be found
+ in the file `/usr/share/common-licenses/Artistic'.
+
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,16 +95,3 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License can be found in "/usr/share/common-licenses/GPL-2".
-
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, a copy of which can be
- found with this package.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- Artistic License for more details.
- .
- On Debian systems, the full text of the Artistic License can be found
- in the file `/usr/share/common-licenses/Artistic'.