diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ed58e28..1ce2ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lziprecover (1.15-2) unstable; urgency=low + + * Updating to standards version 3.9.5. + * Updating year in copyright file. + * Building with dh --parallel. + + -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 31 Mar 2014 21:13:30 +0200 + lziprecover (1.15-1) experimental; urgency=low * Merging upstream version 1.15. diff --git a/debian/control b/debian/control index 7ce0e07..d912f30 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Daniel Baumann <mail@daniel-baumann.ch> Build-Depends: debhelper (>= 9), texinfo, -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://www.nongnu.org/lzip/lziprecover.html Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/packages/lziprecover.git Vcs-Git: git://daniel-baumann.ch/git/debian/packages/lziprecover.git diff --git a/debian/copyright b/debian/copyright index 5aae980..16a9f7d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,7 +12,7 @@ Copyright: 2006-2013 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ with Library exception Files: debian/* -Copyright: 2011-2013 Daniel Baumann <mail@daniel-baumann.ch> +Copyright: 2011-2014 Daniel Baumann <mail@daniel-baumann.ch> License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index bc1c400..836b34d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover |