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 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499
|
cplay (1.50-1) unstable; urgency=medium
* QA upload.
* New upstream release (Closes: #279000, #375060, #413738)
* Converted to quilt (3.0) (Closes: #664311)
* Updated debhelper level to 9 (Closes: #817410, #808639)
* Updated standards version to 3.9.8
* Updated menu file
* Updated watch file (Closes: #449776, #691239)
* Refreshed patches and removed if included upstream
* Converted copyright to DEP-5
-- David William Richmond Jones <dwrj87@gmail.com> Sun, 19 Jun 2016 15:03:24 +0100
cplay (1.49-10) unstable; urgency=low
* Move to debhelper compatibility level 4
* Standards-Version 3.6.2 (no changes)
* debian/patches/*.dpatch: rediff, use sane (i.e. current) dpatch headers
* Rebuild cplayrc since at least one cplay patch affects it
* Ship lircrc in doc/examples/ - untested as I don't have hardware
- New patch debian/patches/20_lircrc: fix control socket path
* debian/copyright: FSF moved again
* debian/cplay.menu: quote a string to make lintian happy
-- Peter Samuelson <peter@p12n.org> Tue, 13 Sep 2005 14:47:06 -0500
cplay (1.49-9) unstable; urgency=high
* debian/patches/10_cplay-tmp.dpatch: Fix syntax error.
-- Martin Michlmayr <tbm@cyrius.com> Sun, 28 Aug 2005 02:47:22 +0100
cplay (1.49-8) unstable; urgency=high
* debian/patches/10_cplay-tmp.dpatch: Updated patch by Peter Samuelson
to address more security races; thanks to Joey Hess for finding an
attack vector not addresses in the previous patch (Closes: #324913).
* debian/control (Maintainer): add Peter Samuelson, remove myself.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 27 Aug 2005 16:17:56 +0100
cplay (1.49-7) unstable; urgency=low
* debian/patches/13_cplay-support-url: support URL streams given on
the command line. Thanks, Georg Lehner (Closes: #288700).
* debian/patches/00list: add file.
* debian/control: add Peter Samuelson <peter@p12n.org> as uploader.
-- Martin Michlmayr <tbm@cyrius.com> Sun, 16 Jan 2005 17:57:11 +0000
cplay (1.49-6) unstable; urgency=medium
* debian/patches/10_cplay-tmp.dpatch: create the FIFO if it doesn't
exist yet. Thanks, Johannes Kolb (Closes: #272021).
* debian/patches/10_cplay-tmp.dpatch: add compatibility with Python
2.2.x and lower. Suggested by Johannes Kolb.
* debian/patches/00list: add file.
-- Martin Michlmayr <tbm@cyrius.com> Mon, 27 Sep 2004 21:58:20 +0100
cplay (1.49-5) unstable; urgency=low
* debian/patches/12_cplay-ogg123-flac.dpatch: ogg123 can also
handle .flac files (Closes: #258753).
* debian/patches/00list: add file.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 13 Aug 2004 16:01:18 +0100
cplay (1.49-4) unstable; urgency=medium
* 10_cplay-tmp.dpatch: only open the control file for reading
instead of append-opening it, otherwise cplay will use all
CPU trying to read from the file. Thanks to Peter Samuelson
for reporting and Giuseppe Ciotta for diagnosing this problem
(Closes: #256311).
* 10_cplay-tmp.dpatch: restore the current path in all cases.
-- Martin Michlmayr <tbm@cyrius.com> Sun, 27 Jun 2004 14:42:20 +0100
cplay (1.49-3) unstable; urgency=medium
* patches/10_cplay-tmp.dpatch: Fix insecure /tmp handling which
could be used for a DoS. Thanks for Matt Zimmerman for giving
me advice about this problem (Closes: #255768).
* debian/patches/00list: Add file.
* patches/11_cplay-meta.dpatch: Show OGG meta data when the OGG
module is installed but not the MP3 ID3 module (Closes:
#245130).
* debian/patches/00list: Add file.
* debian/control: Add Jesus Climent <jesus.climent@hispalinux.es> as
an uploader since he to act as my backup for this package.
-- Martin Michlmayr <tbm@cyrius.com> Wed, 23 Jun 2004 00:37:31 +0100
cplay (1.49-2) unstable; urgency=low
* debian/copyright: add copyright statement, in order to fulfil
policy 12.5. Noted by Peter Palfrader on debian-legal.
-- Martin Michlmayr <tbm@cyrius.com> Mon, 15 Dec 2003 10:29:56 +1100
cplay (1.49-1) unstable; urgency=low
* New upstream release.
* The new upstream now supports /etc/cplayrc and ~/.cplayrc.
* debian/patches/03_cplay-home-cplayrc.dpatch: Remove file.
* debian/patches/00list: Remove above mentioned file.
* speex support is now in upstream.
* debian/patches/04_cplay-speex.dpatch: Remove file.
* debian/patches/00list: Remove above mentioned file.
* Jean-Nicolas Kuttler's patch fixing playlist support (#207761)
got applied upstream.
* debian/patches/05-cplay-playlist.dpatch: Remove file.
* debian/patches/00list: Remove above mentioned file.
* The new upstream release adds support for ossaudiodev, and at
the same time deprecates (but does not remove) support for the
oss module. The ossaudiodev module recognizes the MIXERDEV
environment variable (Closes: #217911).
* debian/control (Depends): Remove python-oss.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 05 Dec 2003 23:23:01 +1100
cplay (1.48-4) unstable; urgency=low
* debian/NEWS: New file to document important user-visible changes
since Debian GNU/Linux 3.0 (woody). Thanks to David B Harris
for proofreading this.
* debian/control: Add versioned build-depend on debhelper 4.1.51 or
higher.
* debian/control (Suggests): Really add xmp (see 1.48-1).
-- Martin Michlmayr <tbm@cyrius.com> Sat, 18 Oct 2003 18:01:40 +1000
cplay (1.48-3) unstable; urgency=low
* Recognize .m3u and .pls files as playlists again (Closes: #207761).
* debian/patches/05-cplay-playlist.dpatch: New file. Patch by
Jean-Nicolas Kuttler.
* debian/patches/00list: added 05-cplay-playlist.
* After adding Speex support, I forgot to update the description.
* debian/control (Description): Mention speex.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 30 Aug 2003 23:18:11 +1000
cplay (1.48-2) unstable; urgency=low
* Include a sample cplayrc file as an example (Closes: #207618).
* debian/rules: Add a call to dh_installexamples.
* Add Speex support (Closes: #207376).
* debian/patches/04_cplay-speex.dpatch: New file.
* debian/patches/00list: added 04_cplay-speex
* debian/control (Suggests): Add speex.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 28 Aug 2003 21:05:49 +1000
cplay (1.48-1) unstable; urgency=low
* New upstream release.
* Some patches got applied upstream.
* debian/patches/03_cplay-mpg123-http-stream.dpatch: Remove file.
* debian/patches/04_cplay-status-recursive-tag.dpatch: likewise.
* debian/patches/05_cplay-ctrl-c-curses-endwin.dpatch: likewise.
* debian/patches/00list: Remove above mentioned files.
* Some new players are supported now (Closes: #191065).
* debian/control (Suggests): Add xmp.
* debian/control (Suggests): Add sox.
* debian/control (Description): Mention xmp and sox.
* Upstream uses the OSS module to adjust the volume so this works on
little-endian and big-machines now (Closes: #196483).
* This change also coincidentally removes some code which causes
a FutureWarning in Python 2.3 (Closes: #207215).
* debian/control (Depends): Add python-oss
* You can now define your own players (Closes: #174865). Upstream
only supports /etc/cplayrc but we'll also support ~/.cplayrc
files. I suggest you use the latter. Also note that the format
of the configuration file might change in the future.
* debian/patches/03_cplay-home-cplayrc.dpatch: New file.
* debian/patches/00list: added 03_cplay-home-cplayrc
* The new upstream uses a new feature of madplay in order to show
better time information. This requires madplay 0.15 or higher.
* debian/control (Conflicts): Conflict with older madplay releases.
-- Martin Michlmayr <tbm@cyrius.com> Wed, 27 Aug 2003 00:26:08 +1000
cplay (1.47-3) unstable; urgency=low
* Don't show a status message for each file when when adding multiple
files (Closes: #193041).
* debian/patches/04_cplay-status-recursive-tag.patch: New file.
* debian/patches/00list: added 04_cplay-status-recursive-tag
* Catch a python curses exception when Ctrl-C is pressed after cplay
is called like "find -name test.ogg | xargs cplay" (Closes: #163778).
(Note that you can simply call it with "find -name test.ogg | cplay",
then this error never occured.)
* debian/patches/05_cplay-ctrl-c-curses-endwin.dpatch: New file.
Thanks to Moshe Zadka.
* debian/patches/00list: added 05_cplay-ctrl-c-curses-endwin
* debian/patches/03_cplay-mpg123-http-stream.dpatch (DP): Document that
this patch fixes #191977.
-- Martin Michlmayr <tbm@cyrius.com> Tue, 13 May 2003 01:35:14 +1000
cplay (1.47-2) unstable; urgency=low
* Add debian/patches/03_cplay-mpg123-http-stream.dpatch to support
HTTP streams for mpg123 (Closes: #191977).
-- Martin Michlmayr <tbm@cyrius.com> Mon, 05 May 2003 21:21:16 +1000
cplay (1.47-1) unstable; urgency=low
* New upstream release.
* Move to dpatch; existing changes split into 01_Makefile-paths
and 02_cplay-locale.
* debian/rules: include /usr/share/dpatch/dpatch.make.
* debian/rules (build): depend on patch-stamp.
* debian/rules (clean): depend on unpatch.
* debian/control (Build-Depends): add dpatch.
* Build with new debhelper so /usr/doc symlinks are no longer set.
* debian/control (Standards-Version): bump to 3.5.9.
* debian/rules: update copyright.
* debian/copyright: lowercase "Author".
-- Martin Michlmayr <tbm@cyrius.com> Thu, 24 Apr 2003 00:08:31 +1000
cplay (1.46-1) unstable; urgency=low
* New upstream release:
- All Debian specific modifications made from 1.45-2 to
1.45-12 are now part of upstream. In some cases, the
Debian patch was taken, in other cases a different fix
has been implemented.
- Send SIGINT instead of SIGTERM to players. This ensures
that the audio device is closed before playing a new
song (Closes: #172718).
- There are several user visible changes:
- "q" doesn't quit immediately anymore but asks for
confirmation. Use "Q" for a direct quit.
- ID3 and OGG meta data is not shown by default anymore.
Rather, there are different view modes which can be
changed with "l": filename (the default), pathname and
metadata.
- Space doesn't add a song to the playlist anymore; you
have to use "a". (You can also tag the files with space
and then press "a" once to add them.)
- See the ChangeLog for more information.
* cplay, README: remove most Debian specific patches.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 19 Dec 2002 20:18:48 +0100
cplay (1.45-12) unstable; urgency=low
* cplay: Apply patch from upstream which deals with a curses error
upon terminal resize (Closes: #165801).
-- Martin Michlmayr <tbm@cyrius.com> Sun, 27 Oct 2002 14:21:12 +0100
cplay (1.45-11) unstable; urgency=low
* cplay: Apply patch from upstream to toggle between pathname and filename
sorting (Closes: #164105).
-- Martin Michlmayr <tbm@cyrius.com> Wed, 16 Oct 2002 17:52:30 +0200
cplay (1.45-10) unstable; urgency=low
* cplay: Catch another UnicodeError (Closes: #163402).
* debian/control: Upgrade vorbis-tools to Recommends again (see #79141).
With blessings from Lazarus Long. Also upgrade python-pyvorbis
to Recommends.
* debian/watch: Update to uscan version 2.
* debian/rules: Remove some cruft.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 30 Aug 2002 17:32:56 +0100
cplay (1.45-9) unstable; urgency=low
* Fix an UnboundLocalError exception. I forgot the brackets around
two exceptions after an except so the latter one was thought to
be a local variable. Patch provided by Moshe Zadka, thanks!
(Closes: #158842).
-- Martin Michlmayr <tbm@cyrius.com> Fri, 30 Aug 2002 11:30:29 +0100
cplay (1.45-8) unstable; urgency=low
* Actually allow to play songs which are given as http:// URLs in the
playlist. Patch provided by Toni Timonen, thanks! (Closes: #155592)
* Show the full http:// URL, not just the basename (both in the playlist
and during playing).
* Don't try to get the ID3/OGG tag for http:// files.
* Don't fail when trying to forward in an http:// file.
-- Martin Michlmayr <tbm@cyrius.com> Tue, 06 Aug 2002 18:13:17 +0200
cplay (1.45-7) unstable; urgency=low
* Only update the status bar and time when something has changed.
This makes cplay usable over slow links. Patch provided by
Ralf Neubauer, thanks! (Closes: #152735)
* If a directory entry is changed don't show "Reading directory"
since this is ugly while playing a song (especially over slow
links).
* When reading a playlist, don't print each song title. This
makes loading a long playlist really slow. Simply print a
message saying that the songs from the playlist are being loaded.
* Make parsing of the playlist slighly faster.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 12 Jul 2002 18:00:30 +0200
cplay (1.45-6) unstable; urgency=low
* Catch UnicodeError when obtaining the OGG Vorbis tags. Python 2.1
seems to raise this exception erroneously in some cases (however,
Python 2.2 doesn't). Catching the exception is a good idea in
any case. cplay will display the filename if an UnicodeError
occurs (Closes: #148206).
-- Martin Michlmayr <tbm@cyrius.com> Wed, 05 Jun 2002 00:00:42 +0200
cplay (1.45-5) unstable; urgency=low
* Don't abort when the window has less lines as the help screen.
Instead, offer scrolling in the help screen (Closes: #146578).
-- Martin Michlmayr <tbm@cyrius.com> Mon, 13 May 2002 22:43:10 +0200
cplay (1.45-4) unstable; urgency=medium
* Don't fail when the ID3 module returns the InvalidTagError
exception (Closes: #144628).
-- Martin Michlmayr <tbm@cyrius.com> Fri, 26 Apr 2002 17:03:46 +0200
cplay (1.45-3) unstable; urgency=low
* Don't fail when displaying ID3 tags which contain 8 bit characters.
-- Martin Michlmayr <tbm@cyrius.com> Sun, 14 Apr 2002 16:41:53 +0200
cplay (1.45-2) unstable; urgency=low
* cplay, README: Apply patch to show ID3 and Ogg Vorbis tags when
playing such files (Closes: #123092).
* debian/control: Add python-pyvorbis and python-id3 (>= 1.2-1) to
suggests in order to obtain OGG Vorbis and ID3 tags.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 06 Apr 2002 19:09:06 +0200
cplay (1.45-1) unstable; urgency=low
* New upstream release:
- Madplay support works now.
- You can control PCM and MASTER volume
* debian/control: Add madplay to Suggests and update description.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 29 Mar 2002 18:35:33 +0100
cplay (1.44-1) unstable; urgency=low
* New upstream release:
- Adds partial support for madplay and mikmod.
- Removes sox support.
- Has fixes for the last 3 bugs which were closed via
Debian revisions (ignore dotfiles, ignore .. in /,
don't print TERMIOS warning).
* debian/control: Add mikmod to Suggests, remove sox from Recommends
and update description.
* madplay support doesn't seem to work, so disable it for now.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 01 Dec 2001 19:19:20 +0100
cplay (1.43-4) unstable; urgency=low
* Don't show dot files and dot directories in the file list (Closes:
#121410).
* Don't show ../ in the file list when you are in / (Closes: #121721).
* Minor changes to the description as suggested by Matt Zimmerman
<mdz@debian.org>.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 29 Nov 2001 14:34:53 +0100
cplay (1.43-3) unstable; urgency=low
* Include TERMIOS when Python 1.5 is used (Closes: #118571).
-- Martin Michlmayr <tbm@cyrius.com> Wed, 07 Nov 2001 17:45:34 +0100
cplay (1.43-2) unstable; urgency=low
* Depend on python instead of python-base. Needed for the transition
to Python 2.1.
* Don't try to import TERMIOS but only termios because the former is
deprecated.
-- Martin Michlmayr <tbm@cyrius.com> Sun, 04 Nov 2001 11:54:05 +0100
cplay (1.43-1) unstable; urgency=low
* New upstream release.
* Fixed typo in description (Closes: #89766).
* Minor change to URL in debian/copyright.
* Yes, finally a free mpg123 drop in replacement. Adding mpg321 to
Suggests.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 17 Mar 2001 13:42:47 +0000
cplay (1.42-3) unstable; urgency=low
* Fixed exception error when playing songs with players not supporting
the status bar (sox and splay).
-- Martin Michlmayr <tbm@cyrius.com> Fri, 19 Jan 2001 17:52:37 +0000
cplay (1.42-2) unstable; urgency=low
* Added support for splay (Closes: #82830).
-- Martin Michlmayr <tbm@cyrius.com> Fri, 19 Jan 2001 10:09:20 +0000
cplay (1.42-1) unstable; urgency=low
* New upstream release.
* Updated Standards-Version (no changes).
-- Martin Michlmayr <tbm@cyrius.com> Thu, 18 Jan 2001 18:17:36 +0000
cplay (1.41-4) unstable; urgency=low
* Made cplay work with Python 1.5 (Closes: #82545).
* Fixed DevFS support.
* Removed emacs cruft from debian/changelog.
-- Martin Michlmayr <tbm@cyrius.com> Tue, 16 Jan 2001 20:23:20 +0000
cplay (1.41-3) unstable; urgency=low
* Tell ogg123 which device to use to play sound (Closes: #81114).
-- Martin Michlmayr <tbm@cyrius.com> Wed, 03 Jan 2001 16:14:51 +0100
cplay (1.41-2) unstable; urgency=low
* Downgraded vorbis-tools to Suggests since it's only beta software
and because the format is not very common yet (Closes: #79141).
-- Martin Michlmayr <tbm@cyrius.com> Sat, 09 Dec 2000 12:49:37 +0000
cplay (1.41-1) unstable; urgency=low
* New upstream release. Since cplay supports an increasing number of
back-ends, the title was changed to something more general. Adapting
the Description accordingly.
* Upstream supports playing Ogg Vorbis files through ogg123 now. Thus
putting vorbis-tools in Recommends.
* Fixed path of man page.
-- Martin Michlmayr <tbm@cyrius.com> Fri, 08 Dec 2000 16:55:27 +0000
cplay (1.40-1) unstable; urgency=low
* New upstream release.
* Man page is now part of upstream.
* Fixed Build-Depends-Indep.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 19 Oct 2000 17:28:14 +0100
cplay (1.35-1) unstable; urgency=low
* Initial Release (Closes: #71739).
* Adjusted PREFIX in Makefile.
* Removed information about installation from README.
* Added information about obtaining Debian packages to play sound.
* Fixed locale support.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 12 Oct 2000 21:47:56 +0100
|