summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:28:41 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:28:41 +0000
commitf65b4ddefb9f6f74e4feee99b46187f10d58c574 (patch)
treeb89638a1c0773dfb485f0d48100cf829fea54db8
parentAdding debian version 1.3-1. (diff)
downloadpdlzip-debian-wheezy.tar.xz
pdlzip-debian-wheezy.zip
Adding debian version 1.3-2.debian/1.3-2debian-wheezy
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rw-r--r--debian/copyright12
-rw-r--r--debian/patches/01-build.patch19
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/options2
8 files changed, 43 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index bf3b790..98d3a2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pdlzip (1.3-2) unstable; urgency=low
+
+ * Adding patch to avoid overwriting build-environment.
+ * Switching to xz compression.
+ * Updating copyright file to format version 1.0.
+ * Updating to standards version 3.9.3.
+ * Updating to debhelper version 9.
+
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 30 Jun 2012 05:21:45 +0200
+
pdlzip (1.3-1) unstable; urgency=low
* Using compression level 9 also for binary packages.
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 decee20..c6c16dd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: pdlzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
-Build-Depends: debhelper (>= 8)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
Homepage: http://www.nongnu.org/lzip/pdlzip.html
Package: pdlzip
diff --git a/debian/copyright b/debian/copyright
index c0b2e1f..f67b53d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pdlzip
+Upstream-Contact: lzip-bug@nongnu.org
+Source: http://download.savannah.gnu.org/releases/lzip/
+
Files: *
-Copyright:
- (C) 2010-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
- (C) Igor Pavlov
+Copyright: 2010-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
+ Igor Pavlov
License: PD
Files: debian/*
-Copyright: (C) 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
+Copyright: 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
License: PD
License: PD
diff --git a/debian/patches/01-build.patch b/debian/patches/01-build.patch
new file mode 100644
index 0000000..f1eb301
--- /dev/null
+++ b/debian/patches/01-build.patch
@@ -0,0 +1,19 @@
+Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
+Description: Avoid overwriting build-environment.
+
+diff -Naurp pdlzip.orig/configure pdlzip/configure
+--- pdlzip.orig/configure 2012-06-27 16:06:20.050801430 +0200
++++ pdlzip/configure 2012-06-30 05:22:30.357871278 +0200
+@@ -24,9 +24,9 @@ infodir='$(datadir)/info'
+ mandir='$(datadir)/man'
+ sysconfdir='$(prefix)/etc'
+ CC=
+-CPPFLAGS=
+-CFLAGS='-Wall -W -O2'
+-LDFLAGS=
++#CPPFLAGS=
++#CFLAGS='-Wall -W -O2'
++#LDFLAGS=
+
+ # Loop over all args
+ while [ -n "$1" ] ; do
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..605653d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-build.patch
diff --git a/debian/rules b/debian/rules
index b82c583..d69544a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_strip:
dh_strip --dbg-package=pdlzip-dbg
override_dh_builddeb:
- dh_builddeb -- -Zgzip -z9
+ dh_builddeb -- -Zxz -z9
diff --git a/debian/source/options b/debian/source/options
index d053b65..22a4de9 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,2 +1,2 @@
-compression = gzip
+compression = xz
compression-level = 9