summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:29:29 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:29:29 +0000
commit1bad905c4ce9741ce395dbcb00dc0df28a41596c (patch)
tree90ff94c89a47831d25514462f94fee3b7680c18b
parentAdding debian version 0.8-1. (diff)
downloadplzip-1bad905c4ce9741ce395dbcb00dc0df28a41596c.tar.xz
plzip-1bad905c4ce9741ce395dbcb00dc0df28a41596c.zip
Adding debian version 0.9-1.debian/0.9-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--debian/copyright14
-rwxr-xr-xdebian/rules14
4 files changed, 26 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c13006..7d0f826 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+plzip (0.9-1) unstable; urgency=low
+
+ * Merging upstream version 0.9.
+ * Updating to standards version 3.9.3.
+ * Updating copyright file machine-readable format version 1.0.
+ * Sorting targets in rules alphabetically.
+
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 16 Apr 2012 08:40:18 +0000
+
plzip (0.8-1) unstable; urgency=low
* Using compression level 9 also for binary packages.
diff --git a/debian/control b/debian/control
index 2758af0..6419f5a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
Build-Depends: debhelper (>= 9), liblz-dev, texinfo
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://www.nongnu.org/lzip/plzip.html
Package: plzip
diff --git a/debian/copyright b/debian/copyright
index 1feedca..c71997f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,19 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plzip
+Upstream-Contact: lzip-bug@nongnu.org
+Source: http://download.savannah.gnu.org/releases/lzip/
+
Files: *
-Copyright:
- (C) 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
- (C) 2009 Laszlo Ersek <lacos@caesar.elte.hu>
+Copyright: 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
+ 2009 Laszlo Ersek <lacos@caesar.elte.hu>
License: GPL-3+
Files: arg_parser.*
-Copyright: (C) 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
+Copyright: 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
License: GPL-3+ with exception
Files: debian/*
-Copyright: (C) 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
+Copyright: 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
License: GPL-3+
License: GPL-3+
diff --git a/debian/rules b/debian/rules
index 2b92688..8c23d00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,19 +5,19 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
dh ${@}
-ifeq ($(DEB_BUILD_ARCH),sparc)
-override_dh_auto_test:
- # disabled, see #608642 for more information
-endif
-
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
# removing unused files
rm -f debian/plzip/usr/share/info/dir*
-override_dh_strip:
- dh_strip --dbg-package=plzip-dbg
+ifeq ($(DEB_BUILD_ARCH),sparc)
+override_dh_auto_test:
+ # disabled, see #608642 for more information
+endif
override_dh_builddeb:
dh_builddeb -- -Zgzip -z9
+
+override_dh_strip:
+ dh_strip --dbg-package=plzip-dbg