diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6ca3541 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,141 @@ +uriparser (0.8.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bump Standards-Version to 3.9.6 (no changes required). + - Remove unknown substitution variable ${shlibs:Depends} + from liburiparser-dev. + * Refresh debian/liburiparser1.symbols. + * Refresh link to usr/lib/liburiparser.so in liburiparser-dev.links. + * debian/copyright: + - Add License and author for the new files: + + test/VersionSuite.*. + * debian/source/options: + - Removed because xz is now standard compression. + * debian/rules: + - Enable hardening. + - Add override_dh_makeshlibs for testing symbols. + * Enable mulitarch: + - debian/rules: + + Add --libdir to confflags + - debian/liburiparser-dev.links: + + Add dh-exec shebang line. + + Add ${DEB_HOST_MULTIARCH}. + + make file executable. + - debian/*.install: + + Change the path (add /*/). + - debian/control: + + Add dh-exec (>=0.3) to Build-Depends. + + Add Pre-Depends: ${misc:Pre-Depends} to package liburiparser1. + + Add Multi-Arch: same to package liburiparser1. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 28 Apr 2015 08:18:53 +0200 + +uriparser (0.8.0.1-2) unstable; urgency=low + + * debian/rules: + - Add --with autoreconf to enable update Build Environment + (Closes: #727517). + + Thanks to Breno Leitao <brenohl@br.ibm.com> + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 16 Aug 2014 09:30:15 +0200 + +uriparser (0.8.0.1-1) unstable; urgency=medium + + * New Maintainer (Closes: #754473). + * New upstream release (Closes: #668244). + - Remove nonfree items from source (Closes: #753833): + + doc/rfc3513.htm. + + doc/rfc3986.htm. + + doc/rfc3986_grammar_only.txt. + + Remove debian/prune-tarball.sh. + + Remove debian/README.Debian-source. + * debian/control: + - Set myself as maintainer. + - Bump Standards-Version to 3.9.5 (no changes required). + - Update Build-Depends: + + Add dh-autoreconf for update Build Environment (Closes: #727517). + - Change description of liburiparser1 (Closes: #552993). + - For previously not existing Vcs + + Create a new git repository on alioth. + + Add the Fields Vcs-Browser and Vcs-Git. + * Change debian/compat to 9 (no changes required). + * Add debian/source/options: + - Set compression to xz & compression-level to 9 to save space. + * debian/copyright: + - Rewrite into machine-readable format. + - Add myself to the list of authors for debian/*. + - Update copyright years for 2014. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 06 Aug 2014 21:23:55 +0200 + +uriparser (0.8.0+dfsg-1) UNRELEASED; urgency=medium + + * Change debian/watch + - change upstream tarball to all filetypes. + * remove debian/rules.old + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 12 Jul 2014 05:09:11 +0200 + + +uriparser (0.7.5-1) unstable; urgency=low + + * New upstream release. + * New maintainer. (Closes: #544633) + * Use more minimalistic approach to rules using debhelper 7. + * Add --disable-test to configure because cpptest-1.1.0 isn't packaged yet. + * Add --disable-doc to configure to prevent generation of api docs. + * Switch to dpkg-source 3.0 (quilt) format + * Update *.install files to more inclusive of files to install. + * Re-enable watch file, as it seems to work just fine with uscan. + + -- Taylor LeMasurier-Wren <ripps818@gmail.com> Sat, 15 May 2010 13:47:20 -0500 + +uriparser (0.7.4-2) unstable; urgency=low + + * Bump to Standards-Version 3.8.2. + * Set maintainer to Debian QA Group. + + -- Clint Adams <schizo@debian.org> Sat, 01 Aug 2009 01:12:33 -0400 + +uriparser (0.7.4-1) unstable; urgency=low + + * New upstream release. closes: #493073. + * Add myself to Uploaders. + * Bump to Standards-Version 3.8.0. + * debian/prune-tarball.sh: also remove RFC1866. + + -- Clint Adams <schizo@debian.org> Sat, 14 Feb 2009 10:36:07 -0500 + +uriparser (0.6.4-1) unstable; urgency=low + + * New upstream release. + * Bump Standard-Versions to 3.7.3 (no changes needed). + + -- Adeodato Simó <dato@net.com.org.es> Sun, 09 Mar 2008 11:54:35 +0100 + +uriparser (0.6.3-1) unstable; urgency=low + + * New upstream release. + + -- Adeodato Simó <dato@net.com.org.es> Mon, 11 Feb 2008 19:48:38 +0100 + +uriparser (0.6.1-1) unstable; urgency=low + + * New upstream version. + + * Add a watch file. + + * Convert debian/liburiparser1.symbols to be a dpkg-gensymbols file. + SymbolFile.pm blacklists arch-specific symbols, so this closes: #448959. + + -- Adeodato Simó <dato@net.com.org.es> Wed, 26 Dec 2007 18:42:29 +0100 + +uriparser (0.6.0-1) unstable; urgency=low + + * Initial release. (Closes: #443222) + + * Include in the .diff.gz hunks to allow building in a separate tree. + This will be fixed in the next upstream release. + + -- Adeodato Simó <dato@net.com.org.es> Wed, 19 Sep 2007 21:07:20 +0200 |