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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
wbxml2 (0.11.10+dfsg-2) unstable; urgency=medium
* debian/.gitlab-ci.yml:
+ Add salsa.debian.org CI configuration.
* debian/libwbxml2-private-dev.install:
+ Adjust private headers installation path to API version bump in wbxml2
upstream (1.0 -> 1.1).
-- Mike Gabriel <sunweaver@debian.org> Sun, 18 Aug 2024 23:54:38 +0200
wbxml2 (0.11.10+dfsg-1) unstable; urgency=medium
[ Mike Gabriel ]
* New upstream release.
* debian/copyright:
+ Fine-tune and remove cmake/modules/*.cmake duplicate entry.
[ Guido Berhoerster ]
* debian/patches:
+ Refresh patches.
* debian/libwbxml2-dev.install:
+ Package cmake files.
* debian/copyright:
+ Drop non-existent files.
-- Mike Gabriel <sunweaver@debian.org> Thu, 15 Aug 2024 16:25:10 +0200
wbxml2 (0.11.8+dfsg-5) unstable; urgency=medium
[ Guido Berhoerster ]
* Add subpackage providing private symbols from the wbxml2 library.
* Add script private symbol maintenance.
-- Mike Gabriel <sunweaver@debian.org> Fri, 31 May 2024 00:27:48 +0200
wbxml2 (0.11.8+dfsg-4) unstable; urgency=medium
* debian/control:
+ Take over maintainership (with UBports Team as co-uploaders). (Closes:
#852499).
+ Bump Standards-Version to 4.7.0. No changes needed.
+ Switch from pkg-config to pkgconf. Thanks, lintian.
* debian/watch:
+ Update file, use <project>/tags URL path instead of <project>/release
URL path.
* debian/rules:
+ Drop dbgsym migration dh_strip override (originally added before Debian
bullseye release).
+ Add get-orig-source target, for maintainer's convenience.
* debian/copyright:
+ Use komma between YEAR and COPYRIGHTHOLDER.
+ Move debian/* copyrights to the end of the list, add myself as copyright
holder.
-- Mike Gabriel <sunweaver@debian.org> Fri, 19 Apr 2024 11:50:39 +0200
wbxml2 (0.11.8+dfsg-3) unstable; urgency=medium
* QA upload.
* debian/rules: Add dh_auto_configure override to pass
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON.
* debian/control: Update Standards-Version to 4.6.1.
-- Vagrant Cascadian <vagrant@reproducible-builds.org> Sun, 13 Nov 2022 12:43:28 -0800
wbxml2 (0.11.8+dfsg-2) unstable; urgency=medium
* QA upload.
[ Debian Janitor ]
* Apply multi-arch hints. + libwbxml2-1: Add Multi-Arch: same.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 02 Nov 2022 21:37:33 +0000
wbxml2 (0.11.8+dfsg-1) unstable; urgency=medium
* QA upload.
* New upstream release 0.11.8.
+ Fix compatibility with libexpat 2.4.5+. (Closes: #1006337)
* debian/watch: Fix typo.
-- Boyuan Yang <byang@debian.org> Sun, 13 Mar 2022 14:26:58 -0400
wbxml2 (0.11.7+dfsg-1) unstable; urgency=medium
* QA upload.
* Upload to unstable.
-- Boyuan Yang <byang@debian.org> Mon, 30 Aug 2021 22:19:04 -0400
wbxml2 (0.11.7+dfsg-1~exp2) experimental; urgency=medium
* QA upload.
* Rebuild after Debian 11 release.
* Bump Standards-Version to 4.6.0.
-- Boyuan Yang <byang@debian.org> Fri, 20 Aug 2021 22:39:50 -0400
wbxml2 (0.11.7+dfsg-1~exp1) experimental; urgency=medium
* QA upload.
* New upstream release. (Closes: #698762)
+ Bump SONAME: 0 -> 1.
- Remove bundled binaries: macosx/ and win32/ subdir.
* Set maintainer to Debian QA Group.
* Modernize packaging:
+ Use debhelper-compat v13. (Closes: #965870)
+ Bump Standards-Version to 4.5.1.
+ Migrate buildsystem from cdbs to dh.
+ Use new "3.0 (quilt)" format.
- Drop old -dbg package. (Closes: #676947)
* debian/control: Point to the new project homepage.
* debian/rules: Enable full hardening.
* debian/copyright: Rewrite with machine-readable format.
* debian/patches/0001: Add patch to force using GNUInstallDirs.
* debian/watch: Monitor upstream releases.
-- Boyuan Yang <byang@debian.org> Sat, 10 Apr 2021 01:04:36 -0400
wbxml2 (0.10.7-1) unstable; urgency=low
* New upstream release.
* debian/patches/system-getopt.patch: Removed, applied upstream.
* debian/control (Standards-Version): Bumped to 3.8.3.
* debian/control (libwbxml2-0-dbg/Section): Set to debug.
-- Michael Banck <mbanck@debian.org> Sat, 16 Jan 2010 20:25:45 +0100
wbxml2 (0.10.6-4) unstable; urgency=low
* debian/patches/system-getopt.patch: Updated with new version from
unstable.
-- Michael Banck <mbanck@debian.org> Tue, 12 May 2009 00:41:16 +0200
wbxml2 (0.10.6-3) unstable; urgency=low
* debian/patches/system-getopt.patch: New patch, taken from upstream.
* debian/patches/optopt-rename.patch: Removed, no longer needed.
-- Michael Banck <mbanck@debian.org> Mon, 11 May 2009 16:52:37 +0200
wbxml2 (0.10.6-2) unstable; urgency=low
* debian/control (libwbxml2-dev/Depends): Added ${misc:Depends}.
* debian/control (libwbxml2-0-dbg/Depends): Likewise.
* debian/patches/optopt-rename.patch: New patch, addresses FTBFS on
mips/mipsel.
-- Michael Banck <mbanck@debian.org> Sun, 10 May 2009 17:20:43 +0200
wbxml2 (0.10.6-1) unstable; urgency=low
* New upstream release.
* debian/copyright: Updated download location.
* debian/control (Homepage): Updated.
-- Michael Banck <mbanck@debian.org> Wed, 29 Apr 2009 21:39:18 +0200
wbxml2 (0.10.3-1) unstable; urgency=low
* New upstream release.
-- Michael Banck <mbanck@debian.org> Mon, 09 Mar 2009 01:51:10 +0100
wbxml2 (0.10.1-1) experimental; urgency=low
* New upstream release.
* debian/patches/01-anonymous-support-and-misc-fixes.patch: Removed, no
longer needed.
* debian/patches/02-namespaces.patch: Likewise.
* debian/patches/04_saxlike_entity_parsing.patch: Likewise.
* debian/patches/05-syncml-fixes.patch: Likewise.
* debian/patches/06-no-install-docs.patch: Likewise.
* debian/patches/07-current_attr_null.patch: Likewise.
* debian/patches/08-maxsize-translation-table.patch: Likewise.
* debian/patches/09-devinf-doctype.patch: Likewise.
* debian/patches/10-fix-wbxml-public-ids.patch: Likewise.
* debian/control (Build-Depends): Added cmake and check, removed libtool and
automake1.9.
* debian/libwbxml2-dev.install: Drop static library and libtool helper file.
* debian/rules (DEB_MAKE_CHECK_TARGET): New variable.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libwbxml2-0): Likewise.
* debian/rules: Removed autotools.mk, added cmake.mk.
* debian/rules (post-patches, clean): Removed.
-- Michael Banck <mbanck@debian.org> Tue, 13 Jan 2009 09:34:52 +0100
wbxml2 (0.9.2-7) unstable; urgency=high
* Urgency `high' due to RC bug fix.
* debian/patches/09-devinf-doctype.patch: New patch, no longer hardcodes the
Syncml version in the device information document, by Michael Bell;
closes: #506740.
* debian/patches/10-fix-wbxml-public-ids.patch: New patch, swaps the
WBXML_PUBLIC_ID_SYNCML_METINF12 and WBXML_PUBLIC_ID_SYNCML_DEVINF12
values to be in line with the OMNA standard; closes: #507689.
-- Michael Banck <mbanck@debian.org> Thu, 04 Dec 2008 13:42:44 +0100
wbxml2 (0.9.2-6) unstable; urgency=low
* debian/patches/bug_310622_message_5.mbox: File removed.
* debian/patches/current_attr_null.patch: Renamed to ...
* debian/patches/06-no-install-docs.patch: ... this.
* debian/patches/no-install-docs.patch: Renamed to ...
* debian/patches/07-current_attr_null.patch: ... this.
* debian/patches/08-maxsize-translation-table.patch: New patch, renames
Size tag to MaxSize for DS 1.2, by Michael Bell; closes: #497709.
-- Michael Banck <mbanck@debian.org> Thu, 04 Sep 2008 00:23:28 +0200
wbxml2 (0.9.2-5) unstable; urgency=low
* New maintainer.
+ debian/control (Maintainer): Set to myself.
* debian/control (Standards-Version): Bumped to 3.8.0.
* debian/control (libwbxml2-utils/Description): Make the short
description a bit more readable; closes: #493436.
* debian/patches/05-syncml-fixes.patch: New patch, fixes a couple of
issues with SyncML, by Michael Bell; closes: #487217.
-- Michael Banck <mbanck@debian.org> Wed, 06 Aug 2008 18:00:34 +0200
wbxml2 (0.9.2-4) unstable; urgency=low
* Fix segault in wbxml_encoder.c, closes: #310621
- Thanks Stijn van Drongelen
* Add Sax like entity parsing, closes: #461618
* The above changes library behaviour, bump version dependency
- Thanks Stijn van Drongelen
* Fix version in .pc ile, closes: #422645
- Thanks Jonny Lamb
* From synce project, Thanks Jonny Lamb
- Miscallaneus build fixes and anonymous document support
- Namespaces support
* Update to match policy 3.7.3
- Source-Version -> binary:Version
- Add Homepage:
* move -dev and -dbg to libdevel and -dbg priority extra
-- Riku Voipio <riku.voipio@iki.fi> Mon, 28 Jan 2008 23:29:44 +0200
wbxml2 (0.9.2-3) unstable; urgency=low
* Add Conflicts/Replaces: agains old library. Closes: #390300
-- Riku Voipio <riku.voipio@iki.fi> Fri, 6 Oct 2006 08:01:47 +0300
wbxml2 (0.9.2-2) unstable; urgency=low
* Rename library package to libwbxml2-0 due to ABI change
* renaming closes Closes: 364213, 384306, 385359, #387559
* Add -dbg package while we are at it
-- Riku Voipio <riku.voipio@iki.fi> Sat, 16 Sep 2006 11:44:02 +0300
wbxml2 (0.9.2-1) unstable; urgency=low
* New upstream version Closes: #381987, #381985
* Library now LGPL
* Most patches merged in by upstream
* Build-Depend on automake-1.9, closes: #376567
- thanks James Westby
-- Riku Voipio <riku.voipio@iki.fi> Tue, 8 Aug 2006 22:54:09 +0300
wbxml2 (0.9.0dfsg-1) unstable; urgency=low
* The 'Finally got tired waiting upstream to release update' Release
* Rework package, use cdbs
* Repackage upstream tarball to get rid of strange permissions and
and CVS dirs
* Fix DRM REL keyvalue, closes: #341493 (thanks Jeremy Laine)
* Fix error message in wbxml2xml, closes: #310622 (thanks Ian Eure)
* Include complete patch opensync needs to sync on some cellphones,
Closes: #361850, #363600
* fix FSF address
* Check against latest policy and updated
* bumb shlibs
-- Riku Voipio <riku.voipio@iki.fi> Sun, 14 May 2006 20:49:42 +0300
wbxml2 (0.9.0-3) unstable; urgency=low
* Apply patch to support Nokia syncml messages (Closes: #289173)
thanks Filip Raemdonck
-- Riku Voipio <riku.voipio@iki.fi> Sat, 22 Jan 2005 10:03:29 +0000
wbxml2 (0.9.0-2) unstable; urgency=low
* First real upload
* reference to common-licenses
-- Riku Voipio <riku.voipio@iki.fi> Mon, 12 Jul 2004 18:11:03 +0000
wbxml2 (0.9.0-1) unstable; urgency=low
* Initial Release.
-- Riku Voipio <riku.voipio@iki.fi> Wed, 23 Jun 2004 20:15:53 +0300
|