diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:08 +0000 |
commit | 3f0a0466fa979b0190e5a3b4c99cd0e5b6f39e04 (patch) | |
tree | 9d5ae97fd1c3d08a46d43960f63329237a3e066e | |
parent | Merging upstream version 0.8. (diff) | |
download | lzlib-3f0a0466fa979b0190e5a3b4c99cd0e5b6f39e04.tar.xz lzlib-3f0a0466fa979b0190e5a3b4c99cd0e5b6f39e04.zip |
Adding debian version 0.8-1.debian/0.8-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/source/format | 1 |
4 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3b31509..74a41cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +lzlib (0.8-1) unstable; urgency=low + + * Adding explicit debian source version 1.0 until switch to 3.0. + * Updating year in copyright file. + * Merging upstream version 0.8. + * Updating year in copyright file. + * Updating configure call in rules to keep building shared library. + + -- Daniel Baumann <daniel@debian.org> Mon, 18 Jan 2010 21:51:45 +0100 + lzlib (0.7-1) unstable; urgency=low * Bumping versioned build-depends on debhelper. diff --git a/debian/copyright b/debian/copyright index 1f00932..a347287 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Maintainer-Contact: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org> Maintainer-Homepage: http://lzip.debian-maintainers.org/ Files: * -Copyright: (C) 2006-2009 Antonio Diaz Diaz <ant_diaz@teleline.es> +Copyright: (C) 2006-2010 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ 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 @@ -23,7 +23,7 @@ License: GPL-3+ can be found in /usr/share/common-licenses/GPL-3 file. Files: debian/* -Copyright: (C) 2009 Daniel Baumann <daniel@debian.org> +Copyright: (C) 2009-2010 Daniel Baumann <daniel@debian.org> License: GPL-3+ 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 diff --git a/debian/rules b/debian/rules index f59051b..ef01a40 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh ${@} override_dh_auto_configure: - dh_auto_configure -- --libdir=\$${prefix}/lib + dh_auto_configure -- --libdir=\$${prefix}/lib --enable-shared override_dh_auto_install: $(MAKE) LDCONFIG=/bin/true prefix=$(CURDIR)/debian/tmp/usr install diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 |