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
|
playerctl (2.0.1-1) unstable; urgency=medium
* New upstream version 2.0.1
* d/control: migrate packaging to Debian Multimedia team
* d/control: reformat/resort dependency lists
* d/{control,rules}: migrate buildsystem to meson
* d/control: declare compliance with Debian Policy 4.3.0
* d/{control,compat}: bump debhelper compatibility level to 12
* d/copyright: refresh Debian copyright years
* d/copyright: refresh upstream copyright details
* d/patches: drop autotools patch (upstream switched to meson)
* d/{control,rules,*.install}: refresh package layout
* d/playerctl.examples: install example control scripts
* d/NEWS: detail breaking changes
* d/gbp.conf: use pristine-tar
* d/patches: add update-manpage-date
* d/tests: add simple autopkgtest to check CLI at runtime
* Drop symbols file
-- Nick Morrott <knowledgejunkie@gmail.com> Sun, 20 Jan 2019 18:48:57 +0000
playerctl (0.6.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* d/p/build-Use-PKG_CHECK_VAR-to-check-for-gdbus-codegen.patch:
Use PKG_CHECK_VAR to check for gdbus-codegen.
This is the upstream-recommended pattern for detecting gdbus-codegen
in an Autotools build system, and it fixes failure to build from source
with recent versions of GLib, in which
`$PKG_CONFIG --variable=gdbus_codegen gio-2.0` returns an absolute
path that is not a valid input to AC_PATH_PROG. (Closes: #910342)
-- Simon McVittie <smcv@debian.org> Wed, 10 Oct 2018 09:09:00 +0100
playerctl (0.6.1-1) unstable; urgency=medium
* New upstream version 0.6.1
* debian/control:
- declare compliance with Debian Policy 4.2.0 (no changes)
- migrate Vcs-* fields to salsa.debian.org
* debian/patches:
- Drop 0001-manpage-version.patch (applied upstream)
-- Nick Morrott <knowledgejunkie@gmail.com> Wed, 22 Aug 2018 23:24:26 +0100
playerctl (0.6.0-1) unstable; urgency=medium
* New upstream version 0.6.0
* debian/copyright: refresh for 0.6.0 release
* debian/patches:
- Drop 0001-fix-parallel-build.patch (applied upstream)
- Drop 0002-add-upstream-changelog.patch (applied upstream)
- Drop 0003-rename-gir-files.patch (applied upstream)
- Drop 0004-playerctl-manpage.patch (applied upstream)
- Add 0001-manpage-version.patch
* debian/rules:
- remove unnecessary comments
- refactor ignored libraries into variable
- update for new upstream changelog
- set DPKG_GENSYMBOLS_CHECK_LEVEL = 4 to strongly interrogate symbols
-- Nick Morrott <knowledgejunkie@gmail.com> Tue, 22 May 2018 09:37:13 +0100
playerctl (0.5.0-1) unstable; urgency=medium
* Initial release (Closes: #818044)
-- Nick Morrott <knowledgejunkie@gmail.com> Sat, 14 Apr 2018 04:08:27 +0100
|