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
|
squeezelite (1.8-4.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/patches: Fix build with ffmpeg 4.0. Thanks to James Cowgill for the
patch. (Closes: #888335)
-- Sebastian Ramacher <sramacher@debian.org> Wed, 11 Jul 2018 22:17:50 +0200
squeezelite (1.8-4) unstable; urgency=medium
* Run wrap-and-sort.
* Update Standards-Version to 3.9.8 (no changes required).
* Add lsb-base to Depends for init scripts.
* Update Vcs-Git/Browser URLs.
-- Chris Boot <bootc@debian.org> Sat, 12 Nov 2016 14:06:01 +0000
squeezelite (1.8-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/patches/rename-logs.patch:
- rename LOG_* functions to avoid clashes with the one in syslog.h
(Closes: #842330)
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 31 Oct 2016 13:50:26 +0100
squeezelite (1.8-3) unstable; urgency=medium
* debian/man/squeezelite.1: remove mentions of communitysqueeze.org: the
project and its accompanying web site are now defunct. (Closes: #809183)
-- Chris Boot <bootc@debian.org> Sun, 21 Feb 2016 13:09:19 +0000
squeezelite (1.8-2) unstable; urgency=medium
* Fix FTBFS with ffmpeg 2.9. Thanks Andreas Cadhalpun for both reporting the
issue and providing a patch to fix it. (Closes: #803882)
* Use my new debian.org email address.
-- Chris Boot <bootc@debian.org> Sun, 10 Jan 2016 10:17:31 +0000
squeezelite (1.8-1) unstable; urgency=medium
* New upstream release.
- Refresh patches for Makefile changes.
- Should fix a crash when resampling. (Closes: #774524)
* Tweak debian/copyright based on debmake -k's suggestions.
* Enable LIRC support.
* Bump standards version to 3.8.6 (no changes required).
* Update debian/man/squeezelite.1 to document new features/options added
since 1.6.4.
-- Chris Boot <debian@bootc.net> Tue, 12 May 2015 19:56:54 +0100
squeezelite (1.6.4-1) unstable; urgency=medium
* New upstream release.
* Update debian/man/squeezelite.1 with new -e option, remove list of codecs
for the -c option, minor formatting tweaks.
-- Chris Boot <debian@bootc.net> Sun, 13 Jul 2014 16:52:16 +0100
squeezelite (1.6-1) unstable; urgency=medium
* New upstream release.
* Remove debian/patches/typo-fix-suppored.patch: fixed upstream.
* Update debian/man/squeezelite.1 with new delay arguments to -r and -D.
-- Chris Boot <debian@bootc.net> Sat, 12 Apr 2014 18:41:04 +0100
squeezelite (1.5-1) unstable; urgency=medium
* New upstream release.
-- Chris Boot <debian@bootc.net> Sat, 22 Mar 2014 22:32:51 +0000
squeezelite (1.4-1) unstable; urgency=low
* New upstream release.
* Refresh Makefile-tweaks.patch due to Makefile rewrite.
* Enable full hardening build flags:
- Add DEB_BUILD_MAINT_OPTIONS := hardening=+all
* Add squeezelite-pa compiled with PortAudio instead of ALSA:
- Add new squeezelite-pa binary package
- Add Build-Depends on portaudio19-dev
- Add Makefile-portaudio.patch
- Adjust debian/rules to build twice with different options
- Minor shuffling around to accommodate the new package
* Remove no-upstream-changelog lintian override now that there is one.
* Add lintian override for debian-watch-may-check-gpg-signature; no signatures
are available.
* Fix typo: suppored/supported (typo-fix-suppored.patch).
* Update man page to document new/changed options.
* Update debian/copyright for included dsd2pcm source.
* Enable DSD (Direct Stream Digital) and DoP (DSD over PCM).
* Confine to linux-any for the time being; builds fail on kFreeBSD / Hurd.
-- Chris Boot <debian@bootc.net> Thu, 09 Jan 2014 09:54:22 +0000
squeezelite (1.3.1-1) unstable; urgency=low
* Initial release (Closes: #729885)
-- Chris Boot <debian@bootc.net> Mon, 18 Nov 2013 15:44:55 +0000
|