From 344b46f0b5416eb0e722304e4d4d756158ebb058 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:33:55 +0100 Subject: Adding debian version 1.3-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 9664ad9..d8304ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +clzip (1.3-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 1.3. + * 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:16:08 +0000 + clzip (1.2-2) unstable; urgency=low * Compacting copyright file. 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 c18b225..ba2c998 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: clzip Section: utils Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper (>= 8), texinfo -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), texinfo +Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/lzip/clzip.html Package: clzip diff --git a/debian/copyright b/debian/copyright index cb4262b..6521dfe 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: clzip +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) 2009-2011 Daniel Baumann +Copyright: 2009-2012 Daniel Baumann License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index cc19680..5b93b80 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=clzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 -- cgit v1.2.3