--- mp3splt-2.2.5.orig/debian/control
+++ mp3splt-2.2.5/debian/control
@@ -0,0 +1,29 @@
+Source: mp3splt
+Section: sound
+Priority: optional
+Maintainer: Ryan Niebur <ryanryan52@gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.2), libmp3splt-dev (>= 0.5.6), libmp3splt-dev (<< 0.5.7~)
+Standards-Version: 3.8.1
+Homepage: http://mp3splt.sourceforge.net/
+Vcs-Git: git://git.ryan52.info/git/mp3splt
+Vcs-Browser: http://git.ryan52.info/?p=mp3splt;a=summary
+
+Package: mp3splt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmp3splt-mp3 | libmp3splt-plugin
+Description: command line interface to split MP3 and Ogg Vorbis files without reencoding
+ Mp3Splt-project is a utility to split mp3 and ogg files selecting a
+ begin and an end time position, without decoding. It's very useful to
+ split large mp3/ogg to make smaller files or to split entire albums to
+ obtain original tracks. If you want to split an album, you can select
+ split points and filenames manually or you can get them automatically
+ from CDDB (internet or a local file) or from .cue files. Supports also
+ automatic silence split, that can be used also to adjust cddb/cue
+ splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in
+ few seconds. For mp3 files, both ID3v1 & ID3v2 tags are
+ supported. Mp3splt-project is split in 3 parts : libmp3splt, mp3splt
+ and mp3splt-gtk.
+ .
+ This package provides mp3splt, the command line interface.
+
--- mp3splt-2.2.5.orig/debian/clean
+++ mp3splt-2.2.5/debian/clean
@@ -0,0 +1 @@
+config.log
--- mp3splt-2.2.5.orig/debian/rules.local
+++ mp3splt-2.2.5/debian/rules.local
@@ -0,0 +1,6 @@
+# -*- makefile -*-
+
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-mp3splttest --enable-oggsplt_symlink
+
+.PHONY: override_dh_auto_configure
--- mp3splt-2.2.5.orig/debian/copyright
+++ mp3splt-2.2.5/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Ryan Niebur <ryanryan52@gmail.com> on
+Sun, 15 Mar 2009 10:26:56 -0700.
+
+It was downloaded from <http://mp3splt.sourceforge.net/>
+
+Upstream Author:
+
+ Matteo Trotta
+ Alexandru Munteanu
+
+Copyright:
+
+ Copyright (C) 2002-2005 Matteo Trotta
+ Copyright (C) 2005-2009 Alexandru Ionut Munteanu
+
+License:
+
+ You can redistribute this software and/or modify it under the
+ terms of the GNU General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
+
+ On Debian systems you can find the full text of the GNU General
+ Public License version 2 in '/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is copyright 2009, Ryan Niebur <ryanryan52@gmail.com> and
+is licensed under the same license as mp3splt itself.
+
--- mp3splt-2.2.5.orig/debian/regenerate.sh
+++ mp3splt-2.2.5/debian/regenerate.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+set -e
+make -f debian/rules regenerate
--- mp3splt-2.2.5.orig/debian/watch
+++ mp3splt-2.2.5/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/mp3splt/mp3splt-([0-9.]+)\.tar\.gz
--- mp3splt-2.2.5.orig/debian/compat
+++ mp3splt-2.2.5/debian/compat
@@ -0,0 +1 @@
+7
--- mp3splt-2.2.5.orig/debian/control.base
+++ mp3splt-2.2.5/debian/control.base
@@ -0,0 +1,29 @@
+Source: mp3splt
+Section: sound
+Priority: optional
+Maintainer: Ryan Niebur <ryanryan52@gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.2), ###MP3SPLT_BUILDDEPS###
+Standards-Version: 3.8.1
+Homepage: http://mp3splt.sourceforge.net/
+Vcs-Git: git://git.ryan52.info/git/mp3splt
+Vcs-Browser: http://git.ryan52.info/?p=mp3splt;a=summary
+
+Package: mp3splt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmp3splt-mp3 | libmp3splt-plugin
+Description: command line interface to split MP3 and Ogg Vorbis files without reencoding
+ Mp3Splt-project is a utility to split mp3 and ogg files selecting a
+ begin and an end time position, without decoding. It's very useful to
+ split large mp3/ogg to make smaller files or to split entire albums to
+ obtain original tracks. If you want to split an album, you can select
+ split points and filenames manually or you can get them automatically
+ from CDDB (internet or a local file) or from .cue files. Supports also
+ automatic silence split, that can be used also to adjust cddb/cue
+ splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in
+ few seconds. For mp3 files, both ID3v1 & ID3v2 tags are
+ supported. Mp3splt-project is split in 3 parts : libmp3splt, mp3splt
+ and mp3splt-gtk.
+ .
+ This package provides mp3splt, the command line interface.
+
--- mp3splt-2.2.5.orig/debian/changelog
+++ mp3splt-2.2.5/debian/changelog
@@ -0,0 +1,78 @@
+mp3splt (2.2.5-1) unstable; urgency=low
+
+ * New Upstream Version
+ * add DM-Upload-Allowed field
+ * remove quilt patching, patches are applied upstream
+ * pass --disable-mp3splttest, those tests look for ../libmp3splt
+ * pass --enable-oggsplt_symlink, previous versions of the package had
+ the oggsplt binary, but my last one didn't...oops
+ * add dependency on libmp3splt-mp3 | libmp3splt-plugin, since the
+ dependency was removed from the libmp3splt0 package due to a
+ circular dependency
+
+ -- Ryan Niebur <ryanryan52@gmail.com> Thu, 21 May 2009 18:50:38 -0700
+
+mp3splt (2.2.3-1) unstable; urgency=low
+
+ * Adopt package (Closes: #488931)
+ * New upstream release (Closes: #459510, #403463, #316046)
+ * Document default min= value (Closes: #316050)
+ * Redo packaging from scratch
+
+ -- Ryan Niebur <ryanryan52@gmail.com> Sun, 29 Mar 2009 02:12:55 -0700
+
+mp3splt (2.1c-5) unstable; urgency=low
+
+ * Orphan this package
+ * Bump Standards-Version up to 3.8.0 (no changes)
+
+ -- Francois Marier <francois@debian.org> Mon, 15 Sep 2008 13:13:02 +1200
+
+mp3splt (2.1c-4) unstable; urgency=low
+
+ * Fix hyphens in manpage
+ * Bump debhelper compatibility to 6
+
+ -- Francois Marier <francois@debian.org> Tue, 03 Jun 2008 14:55:19 +1200
+
+mp3splt (2.1c-3) unstable; urgency=low
+
+ * Build-depend on automake1.7 to fix powerpc build problems
+
+ -- Francois Marier <francois@debian.org> Fri, 04 Jan 2008 01:17:28 -0500
+
+mp3splt (2.1c-2) unstable; urgency=low
+
+ * Add support for audacity labels (closes: #456771)
+ Thanks to Federico Grau for the patch!
+ * debian/copyright: it's actually released under the LGPL 2, not 2.1
+
+ -- Francois Marier <francois@debian.org> Sun, 23 Dec 2007 20:18:56 -0500
+
+mp3splt (2.1c-1) unstable; urgency=low
+
+ * New upstream release
+ * Setting myself as maintainer (closes: #457132)
+ * Bump Standards-Version up to 3.7.3
+ * Bump debhelper version to 5
+ * Add homepage and Vcs-* fields in debian/control
+ * Rewrite debian/copyright page
+ * Add a watch file
+ * Removed AUTHORS from debian/docs
+ * Check for the existence of the Makefile before calling it (lintian warning)
+
+ -- Francois Marier <francois@debian.org> Sun, 23 Dec 2007 11:11:17 -0500
+
+mp3splt (2.1-1.1) unstable; urgency=low
+
+ * NMU with the permission of the maintainer.
+ * Fix build failure. Closes: #300270.
+
+ -- Joost Yervante Damad <joost@lumatec.be> Thu, 13 Apr 2006 15:55:35 +0200
+
+mp3splt (2.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Paul Melnikow <pnm@zephyr.to> Mon, 4 Oct 2004 16:30:24 -0400
+
--- mp3splt-2.2.5.orig/debian/links
+++ mp3splt-2.2.5/debian/links
@@ -0,0 +1 @@
+usr/share/man/man1/mp3splt.1 usr/share/man/man1/oggsplt.1
--- mp3splt-2.2.5.orig/debian/rules
+++ mp3splt-2.2.5/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+have_patches := $(wildcard debian/patches/series)
+
+ifneq ($(strip $(have_patches)),)
+include /usr/share/quilt/quilt.make
+UNPATCH=unpatch
+endif
+
+%:
+ dh $@
+
+build clean:
+ dh $@
+
+build: $(QUILT_STAMPFN)
+clean: $(UNPATCH) force-regenerate
+
+regenerate:
+ @make -f debian/rules check-regenerate
+ @make -f debian/rules do-regenerate
+
+check-regenerate:
+ [ -d ../libmp3splt/debian/ -a -x /usr/bin/gawk ]
+
+force-regenerate:
+ if make -f debian/rules check-regenerate; then make -f debian/rules do-regenerate; fi
+
+do-regenerate:
+ sh ../libmp3splt/debian/generate debian/control MP3SPLT_BUILDDEPS="$(shell sh ../libmp3splt/debian/shlibs-string.sh -dev)"
+
+.PHONY: clean build force-regenerate regenerate do-regenerate check-regenerate
+
+have_local := $(wildcard debian/rules.local)
+
+ifneq ($(strip $(have_local)),)
+include debian/rules.local
+endif