--- twolame-0.3.13.orig/debian/changelog +++ twolame-0.3.13/debian/changelog @@ -0,0 +1,97 @@ +twolame (0.3.13-1ubuntu1) trusty; urgency=medium + + * Build with dh-autoreconf for new libtool. + + -- William Grant Mon, 30 Dec 2013 23:47:00 +0000 + +twolame (0.3.13-1build1) precise; urgency=low + + * No-change rebuild against current pkgbinarymangler to fix broken + md5sums. (see LP #875466) + + -- Martin Pitt Wed, 29 Feb 2012 09:08:19 +0100 + +twolame (0.3.13-1) unstable; urgency=low + + * New upstream release + * Drop simplepatchsys.mk + * debian/compat -> 5 + + -- Mark Purcell Sun, 08 May 2011 11:54:59 +1000 + +twolame (0.3.12-1) unstable; urgency=low + + * New upstream release + * Remove debian/patches/DBug416855.patch incorporated upstream + * Lintian cleanup: + - Use ${binary:Version} substvar-source-version-is-deprecated + - Switch to Homepage: description-contains-homepage + + -- Mark Purcell Thu, 03 Apr 2008 21:40:17 +1100 + +twolame (0.3.10-2) unstable; urgency=low + + * gcc4.3 patch from Martin: + - FTBFS with GCC 4.3: the meaning of "inline" changed in C99 (Closes: + #416855) + * Updated package Description in debian/control: + - please clarify legal situation in description (Closes: #419597) + + -- Mark Purcell Sun, 20 May 2007 09:05:10 +0100 + +twolame (0.3.10-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Thu, 29 Mar 2007 13:58:37 +0100 + +twolame (0.3.9-1) unstable; urgency=low + + * New upstream release + * Replaces/ Conflicts: libtwolame0-dev + * Include Homepage: http://www.twolame.org in the description + * Cleanup debian/watch + + -- Mark Purcell Mon, 8 Jan 2007 19:07:53 +0000 + +twolame (0.3.8-1) unstable; urgency=low + + * New Upstream Release + * Initial release. (Closes: #305373: ITP: twolame -- MPEG Audio Layer + 2 encoder - Debian Bug report logs) + * Switch to cdbs + * Maintainer: Debian MythTV Team + + -- Mark Purcell Wed, 5 Jul 2006 21:24:46 +0100 + +twolame (0.3.6-1) unstable; urgency=low + + * Initial release. (Closes: #305373: ITP: twolame -- MPEG Audio Layer + 2 encoder - Debian Bug report logs) + + -- Mark Purcell Tue, 28 Feb 2006 22:33:54 +0000 + +twolame (0.3.6) unstable; urgency=low + + * New Upstream Release + + -- Mark Purcell Tue, 28 Feb 2006 22:24:23 +0000 + +twolame (0.3.5-1) unstable; urgency=low + + * Updated for new release of twolame + + -- Nicholas Humfrey Mon, 1 Dec 2005 15:30:45 -0000 + +twolame (0.3.4-1) unstable; urgency=low + + * Updated for new release of twolame + + -- Nicholas Humfrey Mon, 21 Nov 2005 12:08:45 -0000 + +twolame (0.3.3-1) unstable; urgency=low + + * Initial Release. + + -- Nicholas Humfrey Tue, 19 Apr 2005 12:45:06 -0000 --- twolame-0.3.13.orig/debian/compat +++ twolame-0.3.13/debian/compat @@ -0,0 +1 @@ +5 --- twolame-0.3.13.orig/debian/control +++ twolame-0.3.13/debian/control @@ -0,0 +1,63 @@ +Source: twolame +Section: sound +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian MythTV Team +Uploaders: Mark Purcell , Nicholas Humfrey +Build-Depends: debhelper (>> 3.0.0), cdbs, dh-autoreconf, libsndfile1-dev, pkg-config +Homepage: http://www.twolame.org +Standards-Version: 3.5.2 + +Package: libtwolame-dev +Section: libdevel +Architecture: any +Replaces: libtwolame0-dev +Conflicts: libtwolame0-dev +Depends: ${misc:Depends}, libtwolame0 (= ${binary:Version}), libc6-dev, pkg-config +Description: MPEG Audio Layer 2 encoder (development files) + TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. It is based on + tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and + portions of LAME. + . + TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent + issues surrounding MP3. + . + However, as most MPEG Audio players are able to play layer 2 (MP2) files, + TwoLAME makes a very good drop-in replacement for LAME and other layer 3 + encoders. + . + This package contains the static library and header files. + +Package: libtwolame0 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: MPEG Audio Layer 2 encoding library + TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by + Mike Cheng, which in turn is based upon the ISO dist10 code and portions of + LAME. + . + TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent + issues surrounding MP3. + . + However, as most MPEG Audio players are able to play layer 2 (MP2) files, + TwoLAME makes a very good drop-in replacement for LAME and other layer 3 + encoders. + . + This package contains the shared library. + +Package: twolame +Section: sound +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: MPEG Audio Layer 2 encoder (command line frontend) + TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by + Mike Cheng, which in turn is based upon the ISO dist10 code and portions of + LAME. + . + Because of patent issues surrounding the MPEG Audio Layer 3 (MP3) encoders, + the ability of most MPEG Audio players to play layer 2 files, and the + similarity in command-line syntax and API, TwoLAME makes a very good + drop-in replacement for LAME or other layer 3 encoders. + . + This package contains the command line frontend encoder. --- twolame-0.3.13.orig/debian/copyright +++ twolame-0.3.13/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Nicholas Humfrey on +Tue, 19 Apr 2005 12:45:06 -0000. + +It was downloaded from: + + +Upstream Maintainer: Nicholas Humfrey + +Copyright: + + * TwoLAME: an optimized MPEG Audio Layer Two encoder + * + * Copyright (C) 2001-2004 Michael Cheng + * Copyright (C) 2004-2005 The TwoLAME Project + +License: + + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- twolame-0.3.13.orig/debian/debian.README +++ twolame-0.3.13/debian/debian.README @@ -0,0 +1,104 @@ +Debian pkg-mythtv Team +------------------- + +1. Contacts +------------ + +We have two different lists. The only "human" list is the maintainers list. +The other has the only purpose of holding mails from SVN commits. + +General discussion mailing list: +SVN commits only mailing list (moderated): + + +2. Subversion repository +------------------------ + +You can browse it only at: + +http://svn.debian.org/wsvn/pkg-mythtv + +To "checkout" the repository use these commands: + +* If you want a read-only copy, use: + + svn co svn://svn.alioth.debian.org/svn/pkg-mythtv/ + +* If you are a developer with an account in Alioth, you can also use: + + svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-mythtv/ + +Authorized SSH keys are controlled at https://alioth.debian.org/account/ + +The repository layout is: + +- packagename/ +    - trunk/ +    - branches/ +    - tags/ +        - 0.7.2-1/ +        - 0.7.2-2/ +        - 0.7.2-2ubuntu1/ +        - 0.7.2-2ubuntu2/ +        - 0.7.2-2ubuntu3/ +        - 0.8.0/ +        ... + +If only one version of the package is available at the time, development must +be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new +release is made. + +When, at some point, the need to have two different versions at the same time +arises (for example, if we need a version to be in unstable and a different one +to be in experimental), experimental development will be made in trunk/ and +if a new unstable package needs to be cooked, copying tag/'latest_version_in_sid' +to tag/'latest_version_in_sid'+1 will make the trick. + +3. Using svn-buildpackage +-------------------------- + +Packages with an upstream tarball will require you to set the mergeWithUpstream +property first (from the package root) so that svn-buildpackage will look for +the .orig.tar.gz in the ../tarballs directory. + + % svn propset mergeWithUpstream 1 debian + +Please note that this only works for packages which have only the debian/ +directory committed. Consequently, you must use CDBS's simple-patchsys.mk or +dpatch to modify the upstream sources. + +After you have finished and committed your Debian patches via + + % svn commit [PACKAGE] + +as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build +your package with the following commands: + + % svn-buildpackage --svn-ignore-new -rfakeroot + +Please, don't commit tarballs/ or build-area/ directories to SVN. + +4. Tarballs and Build-area directories +-------------------------------------- + +You need to place those dirs in the parent directory of the one from which you're +running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs +in 'pkgname'/ dir, at the same level as trunk/ + +If you want to compile inside one version in tags/ dir, you'll need to place those +dirs inside that dir. Of course the easiest and cleanest way of doing it is +by making a symlink of those dirs inside tags/ dir. + +5. Using svn-inject +------------------- + +To inject a new package into the Debian mythtv svn archive you should use svn-inject(1) +as follows: + + svn-inject -o .dsc svn+ssh://${ALIOTH_USERNAME}@svn.alioth.debian.org/svn/pkg-mythtv/ + +Type in your alioth password a few hundred times :-) and your package should be +uploaded to the archive. Note you will also need to manually copy the +package.orig.tar.gz to your tarballs directory. The -o option is important as +this ensures that we 'Only keep modified files under SVN control' + --- twolame-0.3.13.orig/debian/libtwolame-dev.docs +++ twolame-0.3.13/debian/libtwolame-dev.docs @@ -0,0 +1,2 @@ +README +debian/tmp/usr/share/doc/twolame/* --- twolame-0.3.13.orig/debian/libtwolame-dev.install +++ twolame-0.3.13/debian/libtwolame-dev.install @@ -0,0 +1,5 @@ +usr/include/* +usr/lib/pkgconfig/* +usr/lib/*.a +usr/lib/*.la +usr/lib/*.so --- twolame-0.3.13.orig/debian/libtwolame0.docs +++ twolame-0.3.13/debian/libtwolame0.docs @@ -0,0 +1 @@ +README --- twolame-0.3.13.orig/debian/libtwolame0.install +++ twolame-0.3.13/debian/libtwolame0.install @@ -0,0 +1 @@ +usr/lib/*.so.* --- twolame-0.3.13.orig/debian/rules +++ twolame-0.3.13/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp + --- twolame-0.3.13.orig/debian/twolame.docs +++ twolame-0.3.13/debian/twolame.docs @@ -0,0 +1,4 @@ +AUTHORS +ChangeLog +README +TODO --- twolame-0.3.13.orig/debian/twolame.install +++ twolame-0.3.13/debian/twolame.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/man/man1/* --- twolame-0.3.13.orig/debian/watch +++ twolame-0.3.13/debian/watch @@ -0,0 +1,9 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/twolame/twolame-(.*)\.tar\.gz debian svn-upgrade + +