1lame (3.99~cvs20110302) UNRELEASED; urgency=low 2 3 * New update of the debian infra-structure. 4 * debian/rules: 5 + Transition to the short debhelper 7 format. 6 + Use the --parallel flag so that building in parallel is supported. 7 * debian/control: 8 + Rewrap the Build-Depends field for legibility. 9 + Change B-D on nasm to allow any i386 platform (no amd64, though). 10 + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in 11 debian/rules. 12 + Fix lintian's debhelper-but-no-misc-depends from the binary packages. 13 + Remove unused Conflicts: and Replaces: fields. 14 + Verified that the packaging conforms to the Policy version 3.9.1. 15 * debian/changelog: 16 + Put my SF email or we get warnings from lintian. 17 18 -- Rogério Brito <rbrito@users.sf.net> Wed, 02 Mar 2011 13:31:29 -0300 19 20lame (3.99~cvs20091122) unstable; urgency=low 21 22 * Update based on many suggestions by Fabian Greffrath. 23 * debian/compat: update to 7. 24 * debian/control: 25 + remame libmp3lame0-dev to libmp3lame-dev. 26 + remove dependency on libc6-dev from libmp3lame-dev. 27 + bump dependency on debhelper to 7. 28 + bump Standards-Version to 3.8.0. 29 * debian/libmp3lame0-dev.files: rename to libmp3lame-dev.files. 30 * debian/*.files: rename to *.install. 31 * debian/rules: 32 + replace obsolete dh_clean -k with dh_prep. 33 + substitute the use of dh_movefiles with dh_install. 34 + changed the *FLAGS variables to use appends, not attributions. 35 + include options -O1, -z,defs for the linker. 36 + no need to pass options to dh_installman. 37 + no need to pass options to dh_installchangelogs. 38 * Initial transition to source format "3.0 (quilt)". 39 40 -- Rogério Brito <rbrito@users.sf.net> Sun, 22 Nov 2009 19:19:39 -0200 41 42lame (3.99~cvs20090419) unstable; urgency=low 43 44 * Updating the packaging of lame. 45 * debian/control: include autotools-dev as a build dependency. 46 * debian/rules: 47 + made use of autotools-dev. 48 + remove switch --without-vorbis. 49 + substituted `pwd` by $(CURDIR). 50 * debian/watch: also consider versions with a letter in them. 51 52 -- Rogério Brito <rbrito@users.sf.net> Sun, 19 Apr 2009 20:20:27 -0300 53 54lame (3.99~cvs20081106) unstable; urgency=low 55 56 * changes are now (mostly) committed to changelog. 57 * debian/rules: include -Wl,--as-needed for the loader at compile time. 58 * debian/rules: remove (not needed) hack for rpath (Tks Fabian Greffrath). 59 * debian/control: depend libsndfile1-dev (Tks Fabian Greffrath). 60 * debian/control: get rid of transitional liblame0. 61 62 -- Rogério Brito <rbrito@users.sf.net> Sat, 12 Jul 2008 09:14:54 -0300 63 64lame (3.98) unstable; urgency=low 65 66 * Preparation for the final release. 67 68 -- Rogério Brito <rbrito@users.sf.net> Sun, 29 Jun 2008 18:29:09 -0300 69 70lame (3.98~beta8+cvs20080624) unstable; urgency=low 71 72 * Preparation for the new upstream release (lame 3.98 final). 73 * debian/control: eliminate build dependency on gtk1.2-dev. 74 * debian/rules: include -Wextra in the CFLAGS variable. 75 * debian/rules: explicitly disable some features from the build. 76 77 -- Rogério Brito <rbrito@users.sf.net> Tue, 24 Jun 2008 15:16:22 -0300 78 79lame (3.98~beta8+cvs20080514) unstable; urgency=low 80 81 * Fixing debian packaging details. 82 * debian/rules: put detection of architectures for cross-compilation. 83 * debian/rules: included support for noopt option. 84 * debian/rules: take more care of building everything under debian/tmp. 85 * debian/control: updated to Standards-Version 3.7.3 (no changes). 86 * debian/control: put correctly Conflicts: and Replaces in libmp3lame0{,-dev}. 87 * debian/lame.docs: remove TODO and sort by name. 88 * debian/libmp3lame0-dev.docs: include TODO. 89 * debian/libmp3lame0-dev: include liblame0.so in the package. 90 * debian/watch: include watchfile. 91 92 -- Rogério Brito <rbrito@users.sf.net> Wed, 14 May 2008 01:44:46 -0300 93 94lame (3.98~alpha1) unstable; urgency=low 95 96 * New upstream release with various improvements; 97 * Use libsndfile for input files; 98 * Remove the parts that depend on gtk-1.2; 99 * debian/rules: remove the DH_COMPAT variable; 100 * debian/control: use ${binary:Version} to be up-to-date; 101 * debian/control: use debhelper version >= 5; 102 103 -- Rogério Brito <rbrito@users.sf.net> Wed, 09 Jan 2008 17:12:19 -0200 104 105lame (3.98~alpha0) unstable; urgency=low 106 107 * debian/copyright: updated FSF real address; 108 * debian/rules: small fixes; 109 * doc/man/lame.1: used accented characters in troff format. 110 111 -- Rogério Brito <rbrito@users.sf.net> Mon, 10 Oct 2005 03:33:31 -0300 112 113lame (3.97-8) unstable; urgency=low 114 115 * debian/rules: enable full optimization, now that it works with GCC 4. 116 117 -- Rogério Brito <rbrito@users.sf.net> Mon, 5 Sep 2005 01:24:44 -0300 118 119lame (3.97-7) unstable; urgency=low 120 121 * debian/control: make libmp3lame0 provide and replace liblame0. 122 123 -- Rogério Brito <rbrito@users.sf.net> Tue, 16 Aug 2005 04:36:46 -0300 124 125lame (3.97-6) unstable; urgency=low 126 127 * debian/control: make libmp3lame0 provide liblame0 for legacy apps; 128 * debian/control: fix typo in description of libmp3lame0-dev; 129 * debian/libmp3lame0-dev.files: don't ship shared libraries. 130 131 -- Rogério Brito <rbrito@users.sf.net> Tue, 16 Aug 2005 04:03:42 -0300 132 133lame (3.97-5) unstable; urgency=low 134 135 * debian/control: fix use of SONAME in the package; 136 * debian/liblame0.*: renamed to libmp3lame0.* as per above; 137 * debian/liblame-dev: idem; 138 * debian/rules: incorporate some changes by Christian Marillat. 139 140 -- Rogério Brito <rbrito@users.sf.net> Mon, 15 Aug 2005 00:47:25 -0300 141 142lame (3.97-4) unstable; urgency=low 143 144 * debian/control: exclude libsndfile0-dev as a build dependency. 145 * debian/control: include libgtk1.2-dev as a build dependency. 146 * debian/rules: s/--with-fileio=sndfile/--with-fileio=lame/, since 147 grabbing input from stdin is a very important feature. 148 149 -- Rogério Brito <rbrito@users.sf.net> Fri, 5 Aug 2005 02:01:40 -0300 150 151lame (3.97-3) unstable; urgency=low 152 153 * doc/man/lame.1: document the --{un,}signed options. 154 * doc/man/lame.1: document the --{big,little}-endian options. 155 * debian/control: include libsndfile0-dev as a build dependency. 156 * debian/rules: s/--with-fileio=lame/--with-fileio=sndfile/ . 157 158 -- Rogério Brito <rbrito@users.sf.net> Wed, 3 Aug 2005 21:35:17 -0300 159 160lame (3.97-2) unstable; urgency=low 161 162 * debian/rules: use dh_installman instead of dh_installmanpages. 163 * doc/man/lame.1: escape minus signals with backslash. 164 165 -- Rogério Brito <rbrito@users.sf.net> Wed, 27 Jul 2005 04:58:39 -0300 166 167lame (3.97-1) unstable; urgency=low 168 169 * Preparation for the beta release of lame 3.97. 170 * Still more improvements to come. 171 172 -- Rogério Brito <rbrito@users.sf.net> Tue, 26 Jul 2005 18:16:34 -0300 173 174lame (3.97-0.2) unstable; urgency=low 175 176 * Fixed debian/control according to the Debian Library Packaging Guide 177 178 -- Jack Bates <ms419@freezone.co.uk> Thu, 12 May 2005 13:41:28 -0700 179 180lame (3.97-0.1) unstable; urgency=low 181 182 * Preparation for new upstream release. 183 * debian/control: modified short descriptions to be lower case. 184 185 -- Rogério Brito <rbrito@users.sf.net> Fri, 18 Mar 2005 01:18:42 -0300 186 187lame (3.96-0.1) unstable; urgency=low 188 189 * Update debian packaging for lame 3.96 190 191 -- Geoffrey T. Dairiki <dairiki@dairiki.org> Fri, 9 Apr 2004 10:28:12 -0700 192 193lame (3.94-0.1) unstable; urgency=low 194 195 * Update packaging for lame 3.94 alpha 14; 196 * Made progress to make the package as lintian-clean as possible: 197 * debian/copyright: removed the traces of the skeleton file; 198 * debian/rules: avoid using --host, as per warning of ./configure; 199 * debian/rules: use trick to avoind generating a library with rpath; 200 * debian/lame.docs: avoid generating duplicate html documentation; 201 * debian/control: added dependency on debhelper >= 3; 202 * still more work left, but progressing anyway (i.e., changes listed in 203 /usr/share/doc/debian-policy/upgrading-checklist.txt.gz should be 204 applied). 205 206 -- Rogério Brito <rbrito@users.sf.net> Tue, 15 Jul 2003 19:30:42 -0300 207 208lame (3.93-0.1) unstable; urgency=low 209 210 * Prevent lame 3.93 shipping and still building a 3.92 debian package; 211 * Use --enable-nasm, as is shouldn't break compilation on non-x86; 212 * Use --enable-expopt, to get a bit more of speed. 213 214 -- Rogério Brito <rbrito@users.sf.net> Sun, 25 Aug 2002 18:58:16 -0300 215 216lame (3.92-1) unstable; urgency=low 217 218 * New upstream release. 219 * Closes: #578135. 220 221 -- Rogério Brito <linuxsup@ig.com.br> Sun, 28 Jul 2002 03:08:04 -0300 222 223lame (3.91-1) unstable; urgency=low 224 225 * New upstream release. 226 227 -- Rogerio Brito <linuxsup@ig.com.br> Sun, 20 Jan 2002 20:50:19 -0200 228 229lame (3.90.1-0) unstable; urgency=low 230 231 * New upstream release. 232 * debian/control: nasm is only a build-dependency on x86; 233 * debian/control: added debhelper to build-dependency list; 234 * debian/control: changed description of the binary packages; 235 * debian/rules: enabled experimental/agressive optimizations; 236 * debian/rules: effectively spread the installed files in binary packages; 237 * debian/rules: now dh_makeshlibs creates good postinst and prerm scripts; 238 * Changed the lame-dev package to liblame0-dev; 239 * Removed references to lame-extras, since it doesn't exist anymore; 240 * Added LICENCE to copyright and excluded it from the binary package; 241 * Removed INSTALL from the binary package; 242 * lame is now almost lintian clean (the only problem remaining is 243 an rpath in liblame build process). 244 245 -- Rogerio Brito <linuxsup@ig.com.br> Fri, 28 Dec 2001 04:08:57 -0200 246 247lame (3.90-1) unstable; urgency=low 248 249 * New upstream release. 250 251 -- Viral <viral@debian.org> Tue, 21 Aug 2001 13:50:14 +0530 252 253lame (3.89-1) unstable; urgency=low 254 255 * New upstream version. 256 * Added --host=$$(dpkg-architecture -qDEB_HOST_GNU_TYPE) to configure. 257 * Added liblame0 package. 258 * Added doc-base entry. 259 * Actual ChangeLog is installed now instead of history.html 260 261 -- Viral <viral@debian.org> Sun, 22 Jul 2001 03:07:30 +0530 262 263lame (3.88-0) unstable; urgency=low 264 265 * Updated debian/ directory to use configure. 266 267 -- Ingo Saitz <Ingo.Saitz@stud.uni-hannover.de> Mon, 11 Dec 2000 08:43:26 +0100 268 269lame (3.86-1) unstable; urgency=low 270 271 * Initial Release. 272 273 -- Stefan Karrmann <S.Karrmann@gmx.net> Thu, 31 Aug 2000 22:15:07 +0200 274 275Local variables: 276mode: debian-changelog 277End: 278