lame (3.99~cvs20110302) UNRELEASED; urgency=low * New update of the debian infra-structure. * debian/rules: + Transition to the short debhelper 7 format. + Use the --parallel flag so that building in parallel is supported. * debian/control: + Rewrap the Build-Depends field for legibility. + Change B-D on nasm to allow any i386 platform (no amd64, though). + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in debian/rules. + Fix lintian's debhelper-but-no-misc-depends from the binary packages. + Remove unused Conflicts: and Replaces: fields. + Verified that the packaging conforms to the Policy version 3.9.1. * debian/changelog: + Put my SF email or we get warnings from lintian. -- Rogério Brito Wed, 02 Mar 2011 13:31:29 -0300 lame (3.99~cvs20091122) unstable; urgency=low * Update based on many suggestions by Fabian Greffrath. * debian/compat: update to 7. * debian/control: + remame libmp3lame0-dev to libmp3lame-dev. + remove dependency on libc6-dev from libmp3lame-dev. + bump dependency on debhelper to 7. + bump Standards-Version to 3.8.0. * debian/libmp3lame0-dev.files: rename to libmp3lame-dev.files. * debian/*.files: rename to *.install. * debian/rules: + replace obsolete dh_clean -k with dh_prep. + substitute the use of dh_movefiles with dh_install. + changed the *FLAGS variables to use appends, not attributions. + include options -O1, -z,defs for the linker. + no need to pass options to dh_installman. + no need to pass options to dh_installchangelogs. * Initial transition to source format "3.0 (quilt)". -- Rogério Brito Sun, 22 Nov 2009 19:19:39 -0200 lame (3.99~cvs20090419) unstable; urgency=low * Updating the packaging of lame. * debian/control: include autotools-dev as a build dependency. * debian/rules: + made use of autotools-dev. + remove switch --without-vorbis. + substituted `pwd` by $(CURDIR). * debian/watch: also consider versions with a letter in them. -- Rogério Brito Sun, 19 Apr 2009 20:20:27 -0300 lame (3.99~cvs20081106) unstable; urgency=low * changes are now (mostly) committed to changelog. * debian/rules: include -Wl,--as-needed for the loader at compile time. * debian/rules: remove (not needed) hack for rpath (Tks Fabian Greffrath). * debian/control: depend libsndfile1-dev (Tks Fabian Greffrath). * debian/control: get rid of transitional liblame0. -- Rogério Brito Sat, 12 Jul 2008 09:14:54 -0300 lame (3.98) unstable; urgency=low * Preparation for the final release. -- Rogério Brito Sun, 29 Jun 2008 18:29:09 -0300 lame (3.98~beta8+cvs20080624) unstable; urgency=low * Preparation for the new upstream release (lame 3.98 final). * debian/control: eliminate build dependency on gtk1.2-dev. * debian/rules: include -Wextra in the CFLAGS variable. * debian/rules: explicitly disable some features from the build. -- Rogério Brito Tue, 24 Jun 2008 15:16:22 -0300 lame (3.98~beta8+cvs20080514) unstable; urgency=low * Fixing debian packaging details. * debian/rules: put detection of architectures for cross-compilation. * debian/rules: included support for noopt option. * debian/rules: take more care of building everything under debian/tmp. * debian/control: updated to Standards-Version 3.7.3 (no changes). * debian/control: put correctly Conflicts: and Replaces in libmp3lame0{,-dev}. * debian/lame.docs: remove TODO and sort by name. * debian/libmp3lame0-dev.docs: include TODO. * debian/libmp3lame0-dev: include liblame0.so in the package. * debian/watch: include watchfile. -- Rogério Brito Wed, 14 May 2008 01:44:46 -0300 lame (3.98~alpha1) unstable; urgency=low * New upstream release with various improvements; * Use libsndfile for input files; * Remove the parts that depend on gtk-1.2; * debian/rules: remove the DH_COMPAT variable; * debian/control: use ${binary:Version} to be up-to-date; * debian/control: use debhelper version >= 5; -- Rogério Brito Wed, 09 Jan 2008 17:12:19 -0200 lame (3.98~alpha0) unstable; urgency=low * debian/copyright: updated FSF real address; * debian/rules: small fixes; * doc/man/lame.1: used accented characters in troff format. -- Rogério Brito Mon, 10 Oct 2005 03:33:31 -0300 lame (3.97-8) unstable; urgency=low * debian/rules: enable full optimization, now that it works with GCC 4. -- Rogério Brito Mon, 5 Sep 2005 01:24:44 -0300 lame (3.97-7) unstable; urgency=low * debian/control: make libmp3lame0 provide and replace liblame0. -- Rogério Brito Tue, 16 Aug 2005 04:36:46 -0300 lame (3.97-6) unstable; urgency=low * debian/control: make libmp3lame0 provide liblame0 for legacy apps; * debian/control: fix typo in description of libmp3lame0-dev; * debian/libmp3lame0-dev.files: don't ship shared libraries. -- Rogério Brito Tue, 16 Aug 2005 04:03:42 -0300 lame (3.97-5) unstable; urgency=low * debian/control: fix use of SONAME in the package; * debian/liblame0.*: renamed to libmp3lame0.* as per above; * debian/liblame-dev: idem; * debian/rules: incorporate some changes by Christian Marillat. -- Rogério Brito Mon, 15 Aug 2005 00:47:25 -0300 lame (3.97-4) unstable; urgency=low * debian/control: exclude libsndfile0-dev as a build dependency. * debian/control: include libgtk1.2-dev as a build dependency. * debian/rules: s/--with-fileio=sndfile/--with-fileio=lame/, since grabbing input from stdin is a very important feature. -- Rogério Brito Fri, 5 Aug 2005 02:01:40 -0300 lame (3.97-3) unstable; urgency=low * doc/man/lame.1: document the --{un,}signed options. * doc/man/lame.1: document the --{big,little}-endian options. * debian/control: include libsndfile0-dev as a build dependency. * debian/rules: s/--with-fileio=lame/--with-fileio=sndfile/ . -- Rogério Brito Wed, 3 Aug 2005 21:35:17 -0300 lame (3.97-2) unstable; urgency=low * debian/rules: use dh_installman instead of dh_installmanpages. * doc/man/lame.1: escape minus signals with backslash. -- Rogério Brito Wed, 27 Jul 2005 04:58:39 -0300 lame (3.97-1) unstable; urgency=low * Preparation for the beta release of lame 3.97. * Still more improvements to come. -- Rogério Brito Tue, 26 Jul 2005 18:16:34 -0300 lame (3.97-0.2) unstable; urgency=low * Fixed debian/control according to the Debian Library Packaging Guide -- Jack Bates Thu, 12 May 2005 13:41:28 -0700 lame (3.97-0.1) unstable; urgency=low * Preparation for new upstream release. * debian/control: modified short descriptions to be lower case. -- Rogério Brito Fri, 18 Mar 2005 01:18:42 -0300 lame (3.96-0.1) unstable; urgency=low * Update debian packaging for lame 3.96 -- Geoffrey T. Dairiki Fri, 9 Apr 2004 10:28:12 -0700 lame (3.94-0.1) unstable; urgency=low * Update packaging for lame 3.94 alpha 14; * Made progress to make the package as lintian-clean as possible: * debian/copyright: removed the traces of the skeleton file; * debian/rules: avoid using --host, as per warning of ./configure; * debian/rules: use trick to avoind generating a library with rpath; * debian/lame.docs: avoid generating duplicate html documentation; * debian/control: added dependency on debhelper >= 3; * still more work left, but progressing anyway (i.e., changes listed in /usr/share/doc/debian-policy/upgrading-checklist.txt.gz should be applied). -- Rogério Brito Tue, 15 Jul 2003 19:30:42 -0300 lame (3.93-0.1) unstable; urgency=low * Prevent lame 3.93 shipping and still building a 3.92 debian package; * Use --enable-nasm, as is shouldn't break compilation on non-x86; * Use --enable-expopt, to get a bit more of speed. -- Rogério Brito Sun, 25 Aug 2002 18:58:16 -0300 lame (3.92-1) unstable; urgency=low * New upstream release. * Closes: #578135. -- Rogério Brito Sun, 28 Jul 2002 03:08:04 -0300 lame (3.91-1) unstable; urgency=low * New upstream release. -- Rogerio Brito Sun, 20 Jan 2002 20:50:19 -0200 lame (3.90.1-0) unstable; urgency=low * New upstream release. * debian/control: nasm is only a build-dependency on x86; * debian/control: added debhelper to build-dependency list; * debian/control: changed description of the binary packages; * debian/rules: enabled experimental/agressive optimizations; * debian/rules: effectively spread the installed files in binary packages; * debian/rules: now dh_makeshlibs creates good postinst and prerm scripts; * Changed the lame-dev package to liblame0-dev; * Removed references to lame-extras, since it doesn't exist anymore; * Added LICENCE to copyright and excluded it from the binary package; * Removed INSTALL from the binary package; * lame is now almost lintian clean (the only problem remaining is an rpath in liblame build process). -- Rogerio Brito Fri, 28 Dec 2001 04:08:57 -0200 lame (3.90-1) unstable; urgency=low * New upstream release. -- Viral Tue, 21 Aug 2001 13:50:14 +0530 lame (3.89-1) unstable; urgency=low * New upstream version. * Added --host=$$(dpkg-architecture -qDEB_HOST_GNU_TYPE) to configure. * Added liblame0 package. * Added doc-base entry. * Actual ChangeLog is installed now instead of history.html -- Viral Sun, 22 Jul 2001 03:07:30 +0530 lame (3.88-0) unstable; urgency=low * Updated debian/ directory to use configure. -- Ingo Saitz Mon, 11 Dec 2000 08:43:26 +0100 lame (3.86-1) unstable; urgency=low * Initial Release. -- Stefan Karrmann Thu, 31 Aug 2000 22:15:07 +0200 Local variables: mode: debian-changelog End: