diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:05:31 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:05:31 +0000 |
commit | ae29aeb3b73f6bc2010c8a2bd25d7fa9db7f49e3 (patch) | |
tree | 3727b6db433d55ac788531aa1a1b6e42ef54a519 | |
parent | Adding debian version 1.5~rc2-1. (diff) | |
download | lunzip-ae29aeb3b73f6bc2010c8a2bd25d7fa9db7f49e3.tar.xz lunzip-ae29aeb3b73f6bc2010c8a2bd25d7fa9db7f49e3.zip |
Adding debian version 1.5~rc2-2.debian/1.5_rc2-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 296d5a1..1cebdb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lunzip (1.5~rc2-2) unstable; urgency=low + + * Updating year in copyright file. + * Building with dh --parallel. + + -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 31 Mar 2014 21:04:37 +0200 + lunzip (1.5~rc2-1) experimental; urgency=low * Merging upstream version 1.5~rc2. diff --git a/debian/copyright b/debian/copyright index 54ff3a7..a05a5de 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,7 +12,7 @@ Copyright: 2010-2013 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ with Library exception Files: debian/* -Copyright: 2010-2013 Daniel Baumann <mail@daniel-baumann.ch> +Copyright: 2010-2014 Daniel Baumann <mail@daniel-baumann.ch> License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index bdaa9e3..590b65a 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/lunzip |