diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/copyright | 6 | ||||
-rw-r--r-- | debian/source/options | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 7a4782a..49b7115 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,10 +3,15 @@ uriparser (0.8.1-1) unstable; urgency=medium * New upstream release. * debian/control: - Bump Standards-Version to 3.9.6 (no changes required). + * Refresh debian/liburiparser1.symbols. + * Refresh link to usr/lib/liburiparser.so in liburiparser-dev.links. * debian/copyright: - - Add License and author for new files. + - Add License and author for the new files: + + test/VersionSuite.*. + * debian/source/options: + - Removed because xz is now standard compression. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 20 Oct 2014 19:50:19 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 05 Jan 2015 13:45:50 +0100 uriparser (0.8.0.1-2) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 7614295..f856c53 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: http://uriparser.sourceforge.net Files: * Copyright: 2007 Weijia Song <songweijia@gmail.com> 2008 Michael Anthony Puls II <shadow2531@gmail.com> - 2007-2014 Sebastian Pipping <sebastian@pipping.org> + 2007-2015 Sebastian Pipping <sebastian@pipping.org> 2013 Radu Hociung <radu.uriparser@ohmi.org> License: BSD-3-clause @@ -15,11 +15,11 @@ Copyright: 2007 Weijia Song <songweijia@gmail.com> License: LGPL-2.1+ Files: test/VersionSuite.* -Copyright: 2014 Sebastian Pipping <sebastian@pipping.org> +Copyright: 2014-2015 Sebastian Pipping <sebastian@pipping.org> License: LGPL-2.1+ Files: debian/* -Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net> +Copyright: 2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net> License: GPL-3.0+ License: BSD-3-clause diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 22a4de9..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -compression = xz -compression-level = 9 |