From 1bad905c4ce9741ce395dbcb00dc0df28a41596c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:29:29 +0100 Subject: Adding debian version 0.9-1. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/copyright | 14 +++++++++----- debian/rules | 14 +++++++------- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c13006..7d0f826 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +plzip (0.9-1) unstable; urgency=low + + * Merging upstream version 0.9. + * Updating to standards version 3.9.3. + * Updating copyright file machine-readable format version 1.0. + * Sorting targets in rules alphabetically. + + -- Daniel Baumann Mon, 16 Apr 2012 08:40:18 +0000 + plzip (0.8-1) unstable; urgency=low * Using compression level 9 also for binary packages. diff --git a/debian/control b/debian/control index 2758af0..6419f5a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper (>= 9), liblz-dev, texinfo -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/lzip/plzip.html Package: plzip diff --git a/debian/copyright b/debian/copyright index 1feedca..c71997f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: plzip +Upstream-Contact: lzip-bug@nongnu.org +Source: http://download.savannah.gnu.org/releases/lzip/ + Files: * -Copyright: - (C) 2006-2012 Antonio Diaz Diaz - (C) 2009 Laszlo Ersek +Copyright: 2006-2012 Antonio Diaz Diaz + 2009 Laszlo Ersek License: GPL-3+ Files: arg_parser.* -Copyright: (C) 2006-2012 Antonio Diaz Diaz +Copyright: 2006-2012 Antonio Diaz Diaz License: GPL-3+ with exception Files: debian/* -Copyright: (C) 2009-2012 Daniel Baumann +Copyright: 2009-2012 Daniel Baumann License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index 2b92688..8c23d00 100755 --- a/debian/rules +++ b/debian/rules @@ -5,19 +5,19 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: dh ${@} -ifeq ($(DEB_BUILD_ARCH),sparc) -override_dh_auto_test: - # disabled, see #608642 for more information -endif - override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip # removing unused files rm -f debian/plzip/usr/share/info/dir* -override_dh_strip: - dh_strip --dbg-package=plzip-dbg +ifeq ($(DEB_BUILD_ARCH),sparc) +override_dh_auto_test: + # disabled, see #608642 for more information +endif override_dh_builddeb: dh_builddeb -- -Zgzip -z9 + +override_dh_strip: + dh_strip --dbg-package=plzip-dbg -- cgit v1.2.3