From f44fddd768c7a31f90ebce47b2bef7cb477c5c51 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:27:47 +0100 Subject: Adding debian version 0.7-2. Signed-off-by: Daniel Baumann --- debian/changelog | 33 +++++++++++++++++++++++---------- debian/control | 7 ++----- debian/copyright | 8 ++++---- debian/rules | 4 ++-- 4 files changed, 31 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c9ab47..196737e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,21 @@ +plzip (0.7-2) unstable; urgency=low + + * Updating maintainer and uploaders fields. + * Removing vcs fields. + * Removing any references to my debian email address. + * Removing any references to debian. + * Improving comments in rules file. + * Simplyfing debhelper auto_install override in rules. + * Updating year in copyright file. + * Removing unneeded build-depends on autotools-dev. + + -- Daniel Baumann Thu, 13 Jan 2011 23:06:34 +0100 + plzip (0.7-1) experimental; urgency=low * Merging upstream version 0.7. - -- Daniel Baumann Sat, 01 Jan 2011 18:50:28 +0100 + -- Daniel Baumann Sat, 01 Jan 2011 18:50:28 +0100 plzip (0.6-3) unstable; urgency=low @@ -16,51 +29,51 @@ plzip (0.6-3) unstable; urgency=low * Adding debhelper docs file. * Adding dpkg source option file. - -- Daniel Baumann Mon, 27 Dec 2010 06:49:21 +0100 + -- Daniel Baumann Mon, 27 Dec 2010 06:49:21 +0100 plzip (0.6-2) unstable; urgency=low * Rebuilding against lzlib 1.0. - -- Daniel Baumann Mon, 10 May 2010 18:22:29 +0200 + -- Daniel Baumann Mon, 10 May 2010 18:22:29 +0200 plzip (0.6-1) unstable; urgency=low * Merging upstream version 0.6. - -- Daniel Baumann Sat, 27 Mar 2010 10:33:25 +0100 + -- Daniel Baumann Sat, 27 Mar 2010 10:33:25 +0100 plzip (0.5-1) unstable; urgency=low * Merging upstream version 0.5. - -- Daniel Baumann Thu, 11 Feb 2010 16:54:22 +0100 + -- Daniel Baumann Thu, 11 Feb 2010 16:54:22 +0100 plzip (0.4-1) unstable; urgency=low * Updating to standards 3.8.4. * Merging upstream version 0.4. - -- Daniel Baumann Sat, 06 Feb 2010 09:30:13 +0100 + -- Daniel Baumann Sat, 06 Feb 2010 09:30:13 +0100 plzip (0.3-1) unstable; urgency=low * Merging upstream version 0.3. - -- Daniel Baumann Wed, 27 Jan 2010 05:44:30 +0100 + -- Daniel Baumann Wed, 27 Jan 2010 05:44:30 +0100 plzip (0.2-1) unstable; urgency=low - * Adding explicit debian source version 1.0 until switch to 3.0. + * Adding explicit source version 1.0 until switch to 3.0. * Updating year in copyright file. * Merging upstream version 0.2. * Updating year in copyright file. * Bumping build-depends on lzlib to 0.8. - -- Daniel Baumann Mon, 18 Jan 2010 21:53:57 +0100 + -- Daniel Baumann Mon, 18 Jan 2010 21:53:57 +0100 plzip (0.1-1) unstable; urgency=low * Initial release. - -- Daniel Baumann Sun, 06 Dec 2009 22:07:43 +0100 + -- Daniel Baumann Sun, 06 Dec 2009 22:07:43 +0100 diff --git a/debian/control b/debian/control index ab76b4f..ed9f014 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,10 @@ Source: plzip Section: utils Priority: optional -Maintainer: Debian Lzip Maintainers -Uploaders: Daniel Baumann , -Build-Depends: debhelper (>= 8), autotools-dev, liblz-dev (>= 1.0), texinfo +Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 8), liblz-dev (>= 1.0), texinfo Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/plzip.html -Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/plzip.git -Vcs-Git: git://git.debian-maintainers.org/git/lzip/plzip.git Package: plzip Architecture: any diff --git a/debian/copyright b/debian/copyright index b8e40f0..ea53e71 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,7 +16,7 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see . . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. Files: arg_parser.* @@ -35,7 +35,7 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see . . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. . As a special exception, you may use this file as part of a free @@ -49,7 +49,7 @@ License: GPL-3+ Public License. Files: debian/* -Copyright: (C) 2009-2010 Daniel Baumann +Copyright: (C) 2009-2011 Daniel Baumann License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,5 +64,5 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see . . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. diff --git a/debian/rules b/debian/rules index efdcaa3..2497ef8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,9 @@ dh ${@} override_dh_auto_install: - $(MAKE) prefix=$(CURDIR)/debian/plzip/usr install + dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip - # Removing useless file + # removing unused files rm -f debian/plzip/usr/share/info/dir* override_dh_strip: -- cgit v1.2.3