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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
serd (0.26.0~dfsg0-1) unstable; urgency=medium
* New upstream version 0.26.0~dfsg0
* Set dh/compat 10.
* Sign tags.
* Update copyright file.
* Avoid useless linking.
-- Jaromír Mikeš <mira.mikes@seznam.cz> Sun, 15 Jan 2017 21:10:18 +0100
serd (0.24.0~dfsg0-1) unstable; urgency=medium
* New upstream version 0.24.0~dfsg0
* Patches refreshed.
* Bump Standards.
* Fix VCS fields.
* Fix some hardening.
* Update symbols file.
* Drop dbg package in favour of dbgsym.
* Update copyright file.
* Doxy patch dropped - not needed.
-- Jaromír Mikeš <mira.mikes@seznam.cz> Thu, 22 Sep 2016 19:31:18 +0200
serd (0.22.0~dfsg0-2) unstable; urgency=medium
* Patches forwarded.
-- Jaromír Mikeš <mira.mikes@seznam.cz> Tue, 13 Oct 2015 18:50:01 +0200
serd (0.22.0~dfsg0-1) unstable; urgency=medium
[ IOhannes m zmölnig ]
* Patched waf to find generated docs.
* Remove lock file in 'clean' target.
[ Jaromír Mikeš ]
* Update symbols file.
* Enable parallel build.
-- Jaromír Mikeš <mira.mikes@seznam.cz> Mon, 12 Oct 2015 21:20:13 +0200
serd (0.20.0~dfsg1-1) unstable; urgency=medium
[ Jaromír Mikeš ]
* New upstream release.
* Added myself as uploader
* Tuned get-orig-source.
* Remove --debug from configure to cppflags be passed.
* Bump Standards.
[ Alessio Treglia ]
* Refresh patches.
-- Alessio Treglia <alessio@debian.org> Fri, 15 Aug 2014 15:59:51 +0100
serd (0.18.2~dfsg0-2) unstable; urgency=low
* Upload to unstable.
* Fix Vcs URLs.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Tue, 07 May 2013 09:54:54 +0200
serd (0.18.2~dfsg0-1) experimental; urgency=low
* New upstream release.
* Refresh patches.
* Fix debian/libserd-doc.install.
-- Alessio Treglia <alessio@debian.org> Sat, 29 Dec 2012 15:53:15 +0000
serd (0.18.0~dfsg0-1) experimental; urgency=low
* New upstream release.
* Refresh patches.
* Update symbols.
* Implement a mechanism to automatically repack the tarball.
* Install NEWS as upstream changelog.
-- Alessio Treglia <alessio@debian.org> Sun, 02 Sep 2012 17:18:54 +0200
serd (0.14.0~dfsg0-2) unstable; urgency=low
* Add patch to prevent FTBFS on kfreebsd.
* Update debian/copyright.
-- Alessio Treglia <alessio@debian.org> Thu, 19 Apr 2012 13:31:01 +0200
serd (0.14.0~dfsg0-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Refresh symbols file.
* Bump debhelper requirement to 9.
* Put in serd-dbg only symbols from libserd-0-0.
* Set 'xz' as upstream tarball compression format.
* Update debian/copyright's format.
* debian/watch: Mangle dfsg suffix.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Thu, 19 Apr 2012 11:48:16 +0200
serd (0.5.0+dfsg0-2) unstable; urgency=low
* Build with MultiArch.
-- Alessio Treglia <alessio@debian.org> Tue, 24 Jan 2012 09:36:42 +0100
serd (0.5.0+dfsg0-1) unstable; urgency=low
* Repack upstream tarball to get rid of waf blob (Closes: #654501).
* Adjust the clean target to properly clean the sources tree.
-- Alessio Treglia <alessio@debian.org> Tue, 10 Jan 2012 01:23:34 +0100
serd (0.5.0-1) unstable; urgency=low
* New upstream release:
- Fix pretty printing of successive blank descriptions, i.e. "] , ["
- Avoid writing illegal Turtle names as a result of URI qualifying
- Gracefully handle NULL reader sinks
- Add serd_strerror
- Add serd_env_set_prefix_from_strings for convenience
- Fix erroneously equal SERD_ERR_BAD_SYNTAX and SERD_ERR_BAD_ARG
- Add ability to build static library
* Update symbols file.
-- Alessio Treglia <alessio@debian.org> Sun, 02 Oct 2011 10:35:47 +0200
serd (0.4.2-2) unstable; urgency=low
* Sources are now taken from download.drobilla.net.
* Add doxygen,graphviz to Build-Depends-Indep.
* Add documentation package.
* Add libserd-doc to libserd-dev's Suggests field.
* Enable strict flag.
-- Alessio Treglia <alessio@debian.org> Fri, 27 May 2011 15:57:32 +0200
serd (0.4.2-1) unstable; urgency=low
* New upstream bugfix release:
- Fix compilation issues on some systems.
- Fix build system Python 3 compatibility.
-- Alessio Treglia <alessio@debian.org> Thu, 26 May 2011 09:57:25 +0200
serd (0.4.0-1) unstable; urgency=low
* First upstream stable release.
* Delete 0001-write_text_escape_buf_overflow.patch, applied upstream.
* Refresh patches.
* Update symbols file.
* debian/copyright: Update format spec.
* Add watch file.
* Drop unneeded get-svn-source.sh.
-- Alessio Treglia <alessio@debian.org> Thu, 26 May 2011 00:07:31 +0200
serd (0~svn155-1) unstable; urgency=low
* New upstream release:
- Re-licensed under ISC license terms, update debian/copyright.
* Move from libserd0 to libserd-0-0.
* Add patch to fix snprintf overflow (Closes: #624775).
* Refresh 1001-dont_run_ldconfig.patch.
* debian/rules: Explicitly pass --mandir to configure.
* debian/get-svn-source.sh
- Abort on errors.
- Append upstream versioning to the directory's name.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Tue, 03 May 2011 13:57:33 +0200
serd (0~svn128-1) unstable; urgency=low
* Initial release. (Closes: #619429)
-- Alessio Treglia <alessio@debian.org> Wed, 23 Mar 2011 20:45:10 +0100
|