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
|
python-mpd (1.0.0-3) unstable; urgency=medium
* d/control: Remove X-Python-Version: 2.7. Python < 2.7 is not
a supported version in any supported Debian release, so that field
is unnecessary.
* Set Rules-Requires-Root to no
* Standards-Version: 4.3.0 (no changes required)
* Use debhelper-compat 12
* Rename debian/tests/control.autodep8 to debian/tests/control.
This naming is preferred in recent autopkgtest versions.
-- Simon McVittie <smcv@debian.org> Tue, 15 Jan 2019 10:33:20 +0000
python-mpd (1.0.0-2) unstable; urgency=medium
* Opt in to autopkgtest-pkg-python smoke test
* Standards-Version: 4.1.4 (no changes required)
-- Simon McVittie <smcv@debian.org> Fri, 20 Apr 2018 09:49:58 +0100
python-mpd (1.0.0-1) unstable; urgency=medium
* New upstream release
- Adds new mpd.asyncio API (Python 3 only)
- Adds new experimental mpd.twisted API
* d/python-mpd.pyremove: Remove mpd.asyncio which requires Python 3
* d/copyright: Update
* Add test-dependency on python[3]-twisted
* Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3
>= 3.5.2 (for asyncio)
* Use DEP-14 branch names (debian/master, upstream/latest)
* Move packaging to salsa.debian.org
* Advance from debhelper compat level 7 to 11
* Use dh_missing instead of dh_install --fail-missing
* Use https Format for copyright file
* Standards-Version: 4.1.3 (no further changes required)
* d/tests/control: isolation-container is not actually needed
* Add Breaks on older mpdris2 for #891416
-- Simon McVittie <smcv@debian.org> Sun, 25 Feb 2018 16:04:10 +0000
python-mpd (0.5.5-2) unstable; urgency=medium
* Upload to unstable
-- Simon McVittie <smcv@debian.org> Mon, 25 Jul 2016 09:50:09 +0100
python-mpd (0.5.5-1) experimental; urgency=medium
* New upstream release
- switch upstream source to python-mpd2, a backwards-compatible fork,
since the original python-mpd is no longer maintained (Closes: #808824)
- debian/watch: switch upstream to python-mpd2
- debian/copyright: update
* Update packaging, heavily based on work done for python-mpd2 by
Geoffroy Youri Berret
- use debhelper 9
- force pybuild build system, since upstream provides a Makefile which
we don't want to use here
- add python3-mpd package
- add .install files to install everything
* Run dh_install with --fail-missing to catch mistakes
- specifically don't install mpd_test.py, not needed
* Add autopkgtests. The tests are not run at build-time because they
require a hard-coded listening port.
- work around missing dependency on python[3]-pkg-resources by
python[3]-pbr
* Add myself to Uploaders
* Standards-Version: 3.9.8 (no changes required)
* Vcs-Git, Vcs-Browser: canonicalize
* Sort package lists (wrap-and-sort -abst)
* Add patch to update the version number in the documentation
* Add a python-mpd-doc package
- build HTML documentation using Sphinx
- install examples
-- Simon McVittie <smcv@debian.org> Sun, 22 May 2016 13:41:53 +0100
python-mpd (0.3.0-4) unstable; urgency=low
* Bump standards to 3.9.3.
* Switch to dpkg-source 3.0 (quilt) format.
* Moved package to MPD maintainers. (Closes: #612909).
* Removed useless preinst script needed for squeeze only.
* Upstream licence is LGPL since 0.3.0 release.
Copyright updated and switched to dep5 format.
-- Geoffroy Youri Berret <efrim@azylum.org> Tue, 13 Mar 2012 09:48:52 +0100
python-mpd (0.3.0-3) unstable; urgency=low
* Migrate to dh_python2 (Closes: #632768).
* Bump standards to 3.9.2.
-- Michal Čihař <nijel@debian.org> Thu, 07 Jul 2011 09:06:08 +0200
python-mpd (0.3.0-2) unstable; urgency=low
* Upload to unstable.
-- Michal Čihař <nijel@debian.org> Sun, 06 Feb 2011 12:54:19 +0100
python-mpd (0.3.0-1) experimental; urgency=low
* New upstream version (Closes: #607037).
* Bump standards to 3.9.1.
-- Michal Čihař <nijel@debian.org> Wed, 15 Dec 2010 15:16:09 +0100
python-mpd (0.2.1-5) unstable; urgency=low
* Update home page (Closes: #569283).
* Bump standards to 3.8.4.
-- Michal Čihař <nijel@debian.org> Mon, 14 Jun 2010 14:15:20 +0200
python-mpd (0.2.1-4) unstable; urgency=low
* No need to build depend on python-all-dev, python-all is enough.
* No need to override dh_installchanges, dh is clever enough to find the
changes file.
-- Michal Čihař <nijel@debian.org> Mon, 04 Jan 2010 15:47:54 +0100
python-mpd (0.2.1-3) unstable; urgency=low
* Fix stupid typo in preinst (Closes: #548390).
-- Michal Čihař <nijel@debian.org> Sat, 26 Sep 2009 11:18:32 +0200
python-mpd (0.2.1-2) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Michal Čihař ]
* Bump standards to 3.8.3.
* Switch to dh 7.
- Simplify debian/rules.
- Switch to python-support.
* Update debian/copyright.
-- Michal Čihař <nijel@debian.org> Fri, 25 Sep 2009 15:29:52 +0200
python-mpd (0.2.1-1) unstable; urgency=low
* New upstream version.
* Switch homepage to pypi.python.org.
* Update to standards 3.8.0.
-- Michal Čihař <nijel@debian.org> Mon, 22 Sep 2008 15:42:16 +0200
python-mpd (0.2.0-2) unstable; urgency=low
* Fixed watch file thanks to Sandro Tosi <matrixhasu@gmail.com>.
* Improve long description a bit (Closes: #478103).
-- Michal Čihař <nijel@debian.org> Sun, 27 Apr 2008 18:50:31 +0200
python-mpd (0.2.0-1) unstable; urgency=low
* Initial release. (Closes: #474699)
-- Michal Čihař <nijel@debian.org> Mon, 07 Apr 2008 12:05:55 +0200
|