From 10771193a06b7e6402edc817cb8d35b18430509e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 14:15:26 +0100 Subject: Adding debian version 1.1-1. Signed-off-by: Daniel Baumann --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/copyright | 11 ++++++++--- debian/rules | 3 +++ 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e98311..7fe38b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lunzip (1.1-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 1.1. + * Updating to debhelper version 9. + * Updating to standards version 3.9.3. + * Updating years in copyright. + * Updating copyright file machine-readable format version 1.0. + + -- Daniel Baumann Mon, 16 Apr 2012 08:19:23 +0000 + lunzip (1.0-3) unstable; urgency=low * Updating standards version to 3.9.2. diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 04d5dac..d68b7a7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: lunzip Section: utils Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper (>= 8) -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/lzip/lunzip.html Package: lunzip diff --git a/debian/copyright b/debian/copyright index 47ddc1f..242ec26 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lunzip +Upstream-Contact: lzip-bug@nongnu.org +Source: http://download.savannah.gnu.org/releases/lzip/ + Files: * -Copyright: (C) 2010-2011 Antonio Diaz Diaz +Copyright: 2010-2012 Antonio Diaz Diaz License: GPL-3+ Files: carg_parser.* -Copyright: (C) 2010-2011 Antonio Diaz Diaz +Copyright: 2010-2012 Antonio Diaz Diaz License: GPL-3+ with exception Files: debian/* -Copyright: (C) 2010-2011 Daniel Baumann +Copyright: 2010-2012 Daniel Baumann License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index 6ae40cd..0033cbd 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=lunzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 -- cgit v1.2.3