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
|
madplay (0.15.2b-8.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS by --add-missing to automake call (Closes: #818528)
-- Paul Gevers <elbrus@debian.org> Fri, 22 Apr 2016 21:58:24 +0200
madplay (0.15.2b-8) unstable; urgency=high
* Fix buffer overflow in the alsa output code (Closes: #619341)
Thanks to Ben Winslow <rain@bluecherry.net>
* Only build with alsa on linux (Closes: #625649)
-- Kurt Roeckx <kurt@roeckx.be> Sat, 07 Apr 2012 17:03:39 +0200
madplay (0.15.2b-7) unstable; urgency=low
* Switch to automake1.11 (Closes: #541531)
-- Kurt Roeckx <kurt@roeckx.be> Fri, 14 Aug 2009 20:00:10 +0200
madplay (0.15.2b-6) unstable; urgency=low
* libtoolize no longer updates config.guess/sub, and cdbs's handling
got fixes a long time ago. Just let cdbs do it now. (Closes: #533968)
* Call automake with the --foreign option, so that we don't need
to create empty files that would be needed with --gnu.
* Enable ALSA support. (Closes: #494865)
* Configure options weren't working because:
- You need to tell it to cdbs after the includes
- :+= was being used to set the options.
* Add patch to handle some LAME tags. (Closes: #494866)
* Remove config.h.in in clean target.
* New libtool creates new files in diff, remove the in clean target.
* Set compat level to 5. cdbs autogenerates this, but it wasn't
under cvs control.
-- Kurt Roeckx <kurt@roeckx.be> Sun, 21 Jun 2009 19:59:04 +0200
madplay (0.15.2b-5) unstable; urgency=low
* Switch from automake1.8 to automake1.10. (Closes: #473335)
* Don't tell libtool to disable shared libraries. This results
in not linking to libaudiofile and libz.
* Update Clément Stenac email address to zorglub@debian.org
-- Kurt Roeckx <kurt@roeckx.be> Sun, 30 Mar 2008 15:11:48 +0200
madplay (0.15.2b-4) unstable; urgency=low
* Sam Clegg:
* debian/control: set new Maintainer: and Uploaders:
pkg-mad-maintainers@list.alioth.debian.org (Closes: #300095)
* debian/rules: convert to cdbs
* debian/control: depend to cdbs
* debian/madplay.files: replaced with madplay.install
(cdbs install target disabled.. but we could just let this
handle installing the files rather than use debhelper)
* Kurt Roeckx:
* Added autotools-dev, libtool, autoconf, automake1.8 build dependency
and regenerate all those files on build.
* Add -Werror to CFLAGS
* Corrected the copyright file.
* Fixed typo in the description of the package (Closes: #300052)
* Convert an ucs4 string to a wchar_t string first. id3_ucs4_t is
of type unsigned long while wchar_t of type int. (Closes: #295424)
* Install CREDITS files.
* Add a watch file.
-- Sam Clegg <samo@debian.org> Mon, 28 Mar 2005 22:14:59 +0100
madplay (0.15.2b-3.1) unstable; urgency=low
* Orphaning this package, setting maintainer to QA.
-- Kyle McMartin <kyle@debian.org> Thu, 17 Mar 2005 10:59:11 -0500
madplay (0.15.2b-3) unstable; urgency=low
* Applied fixed patch from Tobias Diedrich, this fixes
a memory leak his previous patch caused. (closes: #276928)
-- Kyle McMartin <kyle@debian.org> Tue, 19 Oct 2004 23:01:42 -0400
madplay (0.15.2b-2) unstable; urgency=low
* Applied patch from Tobias Diedrich which fixes the display
of id3tags on non-iso8859-1 locales (ie: UTF-8). (closes: #276928).
-- Kyle McMartin <kyle@debian.org> Sun, 17 Oct 2004 11:58:19 -0400
madplay (0.15.2b-1) unstable; urgency=low
* New upstream version.
-- Kyle McMartin <kyle@debian.org> Sat, 5 Jun 2004 19:23:28 -0400
madplay (0.15.0b-3) unstable; urgency=low
* Add versioned dependency on libmad0(-dev) to fix FTBFS caused
by missing symbols. (closes: #200943)
-- Kyle McMartin <kyle@debian.org> Sat, 12 Jul 2003 11:00:57 -0400
madplay (0.15.0b-2) unstable; urgency=low
* Add versioned dependency on libid3tag0, as libid3tag0 < 0.15 did
not link against zlib. (closes: #199289)
-- Kyle McMartin <kyle@debian.org> Sun, 29 Jun 2003 18:17:12 -0400
madplay (0.15.0b-1) unstable; urgency=low
* New upstream version(s).
* Split package into each library, as upstream has done.
-- Kyle McMartin <kyle@debian.org> Sat, 21 Jun 2003 14:21:42 -0400
mad (0.14.2b-7) unstable; urgency=low
* Clean up some lintian warnings.
* Fixed id3tag.pc, accidently had -L instead of -I.
-- Kyle McMartin <kyle@debian.org> Tue, 28 Jan 2003 09:45:02 -0500
mad (0.14.2b-6) unstable; urgency=medium
* Updated config.* (closes: #168663)
-- Kyle McMartin <kyle@debian.org> Thu, 14 Nov 2002 18:41:29 -0500
mad (0.14.2b-5) unstable; urgency=medium
* Added build-dep on libesd0-dev, this should fix some
problems people have been having when using esd as the
output device... (closes: #150823)
-- Kyle McMartin <kyle@debian.org> Wed, 06 Nov 2002 18:20:18 -0500
mad (0.14.2b-4) unstable; urgency=low
* added pkgconfig entry, and dependancy on pkg-config. (closes: #144481)
-- Kyle McMartin <kyle@debian.org> Mon, 05 Aug 2002 14:37:00 -0400
mad (0.14.2b-3) unstable; urgency=high
* updated libid3tag0-dev depends to account for zlib1g-dev (closes: #142611)
-- Kyle McMartin <kyle@debian.org> Thu, 18 Apr 2002 19:37:00 -0500
mad (0.14.2b-2) unstable; urgency=high
* fix for the shlibs rc bug (closes: #136196)
-- Kyle McMartin <kyle@debian.org> Thu, 28 Feb 2002 18:21:40 -0500
mad (0.14.2b-1) unstable; urgency=low
* new upstream version
* new maintainer
* new version fixes enum (closes: #129178)
* closing old fixed bug [missing symlink to libmad.so.0] (closes: #119350)
-- Kyle McMartin <kyle@debian.org> Wed, 16 Jan 2002 22:09:58 -0500
mad (0.14.1b-4) unstable; urgency=low
* yet another stupid maintainer mistakes release
* fix the call to dh_makeshlibs, I neglected to add proper
arguments for the new libid3tag0 library (closes: #119146)
* now that the shlibs are sorted out, madplay will have the correct depends
(closes: #119792)
-- Sean 'Shaleh' Perry <shaleh@debian.org> Thu, 15 Nov 2001 22:11:24 -0800
mad (0.14.1b-3) unstable; urgency=medium
* duh, id3tag's headers ended up in libmad-dev. Closes: #118625.
-- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 7 Nov 2001 13:45:53 -0800
mad (0.14.1b-2) unstable; urgency=medium
* Added versioned depends info for piecemeal updaters. (Closes: #117646)
-- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 7 Nov 2001 08:10:42 -0800
mad (0.14.1b-1) unstable; urgency=low
* reverted package name to libmad0(-dev). The upstream fixed it's SONAME
issues, yay.
* added libid3tag(-dev), the upstream now supports the installation of this
as a separate entity (closes: #116321)
* -dev packages are now in Section: devel (closes: #116710)
* supports DEB_BUILD_OPTIONS for debug (closes: #104013)
-- Sean 'Shaleh' Perry <shaleh@debian.org> Tue, 23 Oct 2001 11:08:53 -0700
mad (0.14.0b-3) unstable; urgency=low
* added a conflicts on libmad0 to the lib and -dev packages, closes: #116581
* updated config.{sub,guess}, closes: #116577
-- Sean 'Shaleh' Perry <shaleh@debian.org> Sun, 21 Oct 2001 16:26:39 -0700
mad (0.14.0b-2) unstable; urgency=low
* D'oh, not binary compatible. The every changing SONAME problem.
* chnaged library package name to match SONAME. This is horrible because
now I have to change the package name for every release. However there
is no alternative. closes: 116305.
-- Sean 'Shaleh' Perry <shaleh@debian.org> Fri, 19 Oct 2001 14:30:29 -0700
mad (0.14.0b-1) unstable; urgency=low
* New upstream release
* source now build-depends on zlib
-- Sean 'Shaleh' Perry <shaleh@debian.org> Thu, 18 Oct 2001 21:59:28 -0700
mad (0.13.0b-2.1) unstable; urgency=low
* Run libtoolize to get support for new architectures. Closes: #96616
-- LaMont Jones <lamont@debian.org> Mon, 9 Jul 2001 21:39:34 -0600
mad (0.13.0b-2) unstable; urgency=low
* Now build-depend on gettext (closes: #94964)
-- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 23 Apr 2001 11:29:21 -0700
mad (0.13.0b-1) unstable; urgency=low
* new upstream release
* manpage cleaned up, Closes: #87165
-- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 11 Apr 2001 18:40:08 -0700
mad (0.12.5b-1) unstable; urgency=low
* New upstream, closes: #92825
* updated upstream changelog
-- Sean 'Shaleh' Perry <shaleh@debian.org> Tue, 3 Apr 2001 15:11:05 -0700
mad (0.12.4b-1) unstable; urgency=low
* New upstream version
-- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 12 Feb 2001 14:16:21 -0800
mad (0.12.3b-2) unstable; urgency=low
* Oops, wrong section
* left off the Closes: #84103
-- Sean 'Shaleh' Perry <shaleh@debian.org> Thu, 8 Feb 2001 12:17:12 -0800
mad (0.12.3b-1) unstable; urgency=low
* New upstream version
* added a madplay package
-- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 7 Feb 2001 12:04:28 -0800
mad (0.11.4b-1) unstable; urgency=low
* New upstream release
* added libmad0 package containing the shared library
-- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 2 Oct 2000 17:38:01 -0700
mad (0.11.0b-0) unstable; urgency=low
* New upstream release
-- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 5 Jun 2000 14:25:39 -0700
mad (0.10.3b-0) unstable; urgency=low
* New upstream release
-- Sean 'Shaleh' Perry <shaleh@debian.org> Thu, 1 Jun 2000 15:05:02 -0700
mad (0.10.2b-0) unstable; urgency=low
* Initial Release.
-- Sean 'Shaleh' Perry <shaleh@debian.org> Tue, 23 May 2000 12:25:00 -0700
|