From 0b5dd85e7013bccb46f6d6dca20b53f0f65e9596 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:28:52 +0100 Subject: Adding debian version 0.8-1. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ debian/compat | 2 +- debian/control | 2 +- debian/copyright | 6 +++--- debian/rules | 3 +++ 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index df3e87a..5c13006 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +plzip (0.8-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 0.8. + * Updating years in copyright file. + * Updating to debhelper version 9. + + -- Daniel Baumann Sat, 21 Jan 2012 11:23:01 +0100 + plzip (0.7-5) unstable; urgency=low * Updating package descriptions. 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 4a7eccb..2758af0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: plzip Section: utils Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper (>= 8), liblz-dev, texinfo +Build-Depends: debhelper (>= 9), liblz-dev, texinfo Standards-Version: 3.9.2 Homepage: http://www.nongnu.org/lzip/plzip.html diff --git a/debian/copyright b/debian/copyright index 4b9fc4a..1feedca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ Files: * Copyright: - (C) 2006-2010 Antonio Diaz Diaz + (C) 2006-2012 Antonio Diaz Diaz (C) 2009 Laszlo Ersek License: GPL-3+ Files: arg_parser.* -Copyright: (C) 2006-2010 Antonio Diaz Diaz +Copyright: (C) 2006-2012 Antonio Diaz Diaz License: GPL-3+ with exception Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann +Copyright: (C) 2009-2012 Daniel Baumann License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index fee7030..2b92688 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=plzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 -- cgit v1.2.3