--- twolame-0.3.12.orig/debian/watch
+++ twolame-0.3.12/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
+
+
--- twolame-0.3.12.orig/debian/libtwolame-dev.install
+++ twolame-0.3.12/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.12.orig/debian/rules
+++ twolame-0.3.12/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
+
--- twolame-0.3.12.orig/debian/libtwolame0.install
+++ twolame-0.3.12/debian/libtwolame0.install
@@ -0,0 +1 @@
+usr/lib/*.so.*
--- twolame-0.3.12.orig/debian/compat
+++ twolame-0.3.12/debian/compat
@@ -0,0 +1 @@
+4
--- twolame-0.3.12.orig/debian/twolame.docs
+++ twolame-0.3.12/debian/twolame.docs
@@ -0,0 +1,4 @@
+AUTHORS
+ChangeLog
+README
+TODO
--- twolame-0.3.12.orig/debian/debian.README
+++ twolame-0.3.12/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: <pkg-mythtv-maintainers@lists.alioth.debian.org>
+SVN commits only mailing list (moderated): <pkg-mythtv-commits@lists.alioth.debian.org>
+
+
+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 <package>.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.12.orig/debian/control
+++ twolame-0.3.12/debian/control
@@ -0,0 +1,62 @@
+Source: twolame
+Section: sound
+Priority: optional
+Maintainer: Debian MythTV Team <pkg-mythtv-maintainers@lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp@debian.org>, Nicholas Humfrey <njh@ecs.soton.ac.uk>
+Build-Depends: debhelper (>> 3.0.0), cdbs, 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: 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: ${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: ${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.12.orig/debian/libtwolame-dev.docs
+++ twolame-0.3.12/debian/libtwolame-dev.docs
@@ -0,0 +1,2 @@
+README
+debian/tmp/usr/share/doc/twolame/*
--- twolame-0.3.12.orig/debian/copyright
+++ twolame-0.3.12/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by Nicholas Humfrey <njh@ecs.soton.ac.uk> on
+Tue, 19 Apr 2005 12:45:06 -0000.
+
+It was downloaded from:
+ <URL: http://www.twolame.org/>
+
+Upstream Maintainer: Nicholas Humfrey <njh@ecs.soton.ac.uk>
+
+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.12.orig/debian/changelog
+++ twolame-0.3.12/debian/changelog
@@ -0,0 +1,76 @@
+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 <msp@debian.org> 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 <msp@debian.org> Sun, 20 May 2007 09:05:10 +0100
+
+twolame (0.3.10-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp@debian.org> 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 <msp@debian.org> 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 <pkg-mythtv-
+ maintainers@lists.alioth.debian.org>
+
+ -- Mark Purcell <msp@debian.org> 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 <msp@debian.org> Tue, 28 Feb 2006 22:33:54 +0000
+
+twolame (0.3.6) unstable; urgency=low
+
+ * New Upstream Release
+
+ -- Mark Purcell <msp@debian.org> Tue, 28 Feb 2006 22:24:23 +0000
+
+twolame (0.3.5-1) unstable; urgency=low
+
+ * Updated for new release of twolame
+
+ -- Nicholas Humfrey <njh@ecs.soton.ac.uk> Mon, 1 Dec 2005 15:30:45 -0000
+
+twolame (0.3.4-1) unstable; urgency=low
+
+ * Updated for new release of twolame
+
+ -- Nicholas Humfrey <njh@ecs.soton.ac.uk> Mon, 21 Nov 2005 12:08:45 -0000
+
+twolame (0.3.3-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Nicholas Humfrey <njh@ecs.soton.ac.uk> Tue, 19 Apr 2005 12:45:06 -0000
--- twolame-0.3.12.orig/debian/twolame.install
+++ twolame-0.3.12/debian/twolame.install
@@ -0,0 +1,2 @@
+usr/bin/*
+usr/share/man/man1/*
--- twolame-0.3.12.orig/debian/libtwolame0.docs
+++ twolame-0.3.12/debian/libtwolame0.docs
@@ -0,0 +1 @@
+README