summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:33:10 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:33:10 +0000
commit339285c7eaf802d6570fc775c783a273dde41ba3 (patch)
tree2875593de2961c926f8ce6c9a656aa5bc855d1b6
parentAdding debian version 1.13-1. (diff)
downloadlzip-339285c7eaf802d6570fc775c783a273dde41ba3.tar.xz
lzip-339285c7eaf802d6570fc775c783a273dde41ba3.zip
Adding debian version 1.13-2.debian/1.13-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog12
-rw-r--r--debian/copyright4
-rw-r--r--debian/patches/01-build.patch19
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/options2
6 files changed, 35 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index bf7f1f7..2c6c0b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lzip (1.13-2) unstable; urgency=low
+
+ * Correcting email address in changelog of version 1.13~rc2-1.
+ * Adding patch to avoid overwriting build-environment.
+ * Switching to xz compression.
+ * Using license exception description in license field in copyright
+ file.
+
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 30 Jun 2012 00:58:24 +0200
+
lzip (1.13-1) unstable; urgency=low
* Merging upstream version 1.13.
@@ -13,7 +23,7 @@ lzip (1.13~rc2-1) unstable; urgency=low
* Merging upstream version 1.13~rc2.
* Updating years in copyright file.
- -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 08 Jan 2012 10:58:17 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 08 Jan 2012 10:58:17 +0100
lzip (1.13~rc1-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index f582d59..e8032c9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: GPL-3+
Files: arg_parser.*
Copyright: 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es>
-License: GPL-3+ with exception
+License: GPL-3+ with Library exception
Files: debian/*
Copyright: 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
@@ -32,7 +32,7 @@ License: GPL-3+
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-3 file.
-License: GPL-3+ with exception
+License: GPL-3+ with Library exception
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
diff --git a/debian/patches/01-build.patch b/debian/patches/01-build.patch
new file mode 100644
index 0000000..0a190ad
--- /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 lzip.orig/configure lzip/configure
+--- lzip.orig/configure 2012-06-30 00:54:43.926501688 +0200
++++ lzip/configure 2012-06-30 00:55:57.423296881 +0200
+@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
+ infodir='$(datarootdir)/info'
+ mandir='$(datarootdir)/man'
+ CXX=
+-CPPFLAGS=
+-CXXFLAGS='-Wall -W -O2'
+-LDFLAGS=
++#CPPFLAGS=
++#CXXFLAGS='-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 a9a3d8a..d6a08f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_strip:
dh_strip --dbg-package=lzip-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