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
|
wmxmms2 (0.6+repack-2) unstable; urgency=medium
* Bump debhelper's compat version to 11.
* Enable all hardening build flags.
* Mangle local version in debian/watch.
* Switch debian/copyright to DEP-5 format.
* debian/control:
+ use https in the `Homepage' field;
+ add `Rules-Requires-Root: no';
+ update Vcs-* fields for salsa migration;
+ Standards-Version: 4.2.0.
-- Robert Luberda <robert@debian.org> Sun, 05 Aug 2018 11:14:56 +0200
wmxmms2 (0.6+repack-1) unstable; urgency=low
* Repack the original upstream source to replace symlinks to
/usr/share/automake-1.9 directory with their contents
(additionally remove autom4te.cache dir). This fixes lintian's
`source-contains-unsafe-symlink' errors and allows us to drop
build dependency on automake 1.9 (closes: #724446).
* Add 05-Fix-program-version.patch to fix version number reported
by wmxmms2 (closes: #512643).
* Standards-Version: 3.9.4 (no changes).
-- Robert Luberda <robert@debian.org> Mon, 30 Sep 2013 20:49:11 +0200
wmxmms2 (0.6-6) unstable; urgency=low
* Use `3.0 (quilt)' source format. Remove build-dependency on quilt
and debian/README.source file.
* Switch to debhelper v9 and tiny rules format.
* debian/rules: remove .pc/.dpkg-source-unapply file in rules.
This fixes broken behaviour of dpkg-buildpackage (see Bug#649521)
* Rename and refresh patches with gbp-pq import/export.
* debian/control:
+ Standards-Version: 3.9.2 (no changes);
+ add VCS fields;
+ sort the file with wrap-and-sort command.
-- Robert Luberda <robert@debian.org> Sun, 19 Feb 2012 17:04:12 +0100
wmxmms2 (0.6-5) unstable; urgency=low
* Fix double free error in 03_drmattdestruction.patch.
-- Robert Luberda <robert@debian.org> Sun, 21 Mar 2010 16:59:09 +0100
wmxmms2 (0.6-4) unstable; urgency=low
* 04_drno.patch: New, to make wxmms2 compile with the latest xmmsclient
library.
* Standards-Version: 3.8.4 (no changes).
-- Robert Luberda <robert@debian.org> Sat, 27 Feb 2010 08:55:58 +0100
wmxmms2 (0.6-3) unstable; urgency=low
* 03_drmattdestruction.patch: Make wxmms2 compile & work with the latest
libxmmsclient-dev (closes: #533930, #534196).
* Standards-Version: 3.8.2 (no changes).
* copyright: fix lintian's `copyright-with-old-dh-make-debian-copyright'.
-- Robert Luberda <robert@debian.org> Sat, 27 Jun 2009 20:59:51 +0200
wmxmms2 (0.6-2) unstable; urgency=low
* Build depend on libxext-dev (closes: #486953).
* Standards-Version: 3.8.0.
* Add a simple debian/README.source file.
-- Robert Luberda <robert@debian.org> Fri, 20 Jun 2008 06:27:36 +0200
wmxmms2 (0.6-1) unstable; urgency=low
* Initial release (Closes: #473299).
* 01_gcc_warnings.patch: fix gcc warnings.
* 02_bogus_errmsg.patch: don't flood stderr with messages about xmms2d
connection failures.
* debian/wmxmms2.1: provide a simple man page.
-- Robert Luberda <robert@debian.org> Sat, 29 Mar 2008 20:33:01 +0100
|