1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
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
|