debian/0000755000000000000000000000000011401446261007165 5ustar debian/control0000644000000000000000000000145511401446132010572 0ustar Source: cutmp3 Section: sound Priority: optional Maintainer: Alessio Treglia Homepage: http://www.puchalla-online.de/cutmp3.html Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7.0.50~), libreadline5-dev | libreadline-dev, libncurses5-dev | libncurses-dev Package: cutmp3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, mpg123 Description: a small and fast command line MP3 editor cutmp3 is a small and fast command line MP3 editor. It lets you select sections of an MP3 interactively or via a timetable and save them to separate files without quality loss. It uses mpg123 for playback and works with VBR files and even with files bigger than 2GB. Other features are configurable silence seeking and ID3 tag seeking, which are useful for concatenated mp3s. debian/watch0000644000000000000000000000011311401423674010214 0ustar version=3 http://www.puchalla-online.de/cutmp3.html cutmp3-(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000227311401446225011124 0ustar This package was debianized by Christian Marillat on Thu, 4 Jan 2007 12:40:29 +0100. It was downloaded from http://www.puchalla-online.de/cutmp3.html Upstream Author: Jochen Puchalla Copyright: 2002 - 2009 Jochen Puchalla License: This program is free software; you can redistribute it 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. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The Debian packaging is © 2007, Christian Marillat © 2009-2010, Alessio Treglia and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011401423712010461 5ustar debian/source/format0000644000000000000000000000001411401423712011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000410311401446256011041 0ustar cutmp3 (2.0.2-0ubuntu1) maverick; urgency=low * New upstream release. * debian/patches/01-makefile.patch: - Don'install anything in /usr/share/doc/cutmp3-${VERSION}. - Set DESTDIR variable which allows me to pass the proper installation path through debian/rules. * Add ${misc:Depends} to the Depends field. * Bump Standards. * Update debian/copyright. -- Alessio Treglia Wed, 02 Jun 2010 14:20:51 +0200 cutmp3 (2.0.1-0.0) unstable; urgency=low * New upstream release. * Removed manpage patch included by upstream. -- Christian Marillat Sat, 11 Jul 2009 22:41:48 +0200 cutmp3 (2.0-0.1) unstable; urgency=low * Added a patch from Alessio Treglia to hyphen-used-as-minus-sign in the manpage file. -- Christian Marillat Tue, 07 Jul 2009 16:36:48 +0200 cutmp3 (2.0-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Sun, 05 Jul 2009 14:05:18 +0200 cutmp3 (1.9.5-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 20 Apr 2009 14:10:22 +0200 cutmp3 (1.9.4-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 12 Jan 2009 21:54:33 +0100 cutmp3 (1.9.2-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 06 Apr 2007 11:56:17 +0200 cutmp3 (1.9.1-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 26 Mar 2007 22:53:10 +0200 cutmp3 (1.9-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 4 Jan 2007 15:57:16 +0100 cutmp3 (1.8.6-0.1) unstable; urgency=low * First package and first typo. Replace libncurses5-dev by libreadline5-dev in Build-Depends. -- Christian Marillat Thu, 4 Jan 2007 14:39:08 +0100 cutmp3 (1.8.6-0.0) unstable; urgency=low * Initial release. -- Christian Marillat Thu, 4 Jan 2007 12:40:29 +0100 debian/rules0000755000000000000000000000030411401443535010243 0ustar #!/usr/bin/make -f %: dh --buildsystem=makefile $@ override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/cutmp3 override_dh_installchangelogs: dh_installchangelogs Changelog debian/patches/0000755000000000000000000000000011401445514010614 5ustar debian/patches/series0000644000000000000000000000002211401445407012024 0ustar 01-makefile.patch debian/patches/01-makefile.patch0000644000000000000000000000250011401445363013627 0ustar Description: Upstream changes introduced in version 2.0.2-0ubuntu1 Don'install anything in /usr/share/doc/cutmp3-${VERSION} Set DESTDIR variable which allows me to pass the proper installation path through debian/rules. Author: Alessio Treglia Origin: Ubuntu Forwarded: no --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- cutmp3-2.0.2.orig/Makefile +++ cutmp3-2.0.2/Makefile @@ -1,6 +1,6 @@ NAME=cutmp3 VERSION=2.0.2 -PREFIX=/usr +PREFIX=${DESTDIR}/usr BINDIR=${PREFIX}/bin DATADIR=${PREFIX}/share MANDIR=${PREFIX}/share/man/man1 @@ -25,8 +25,6 @@ install: install -d ${BINDIR} install ${NAME} ${BINDIR} if [ ! -z "${KDEDIR}" ]; then install -m 644 ${NAME}.desktop ${KDEDIR}/share/apps/konqueror/servicemenus; elif [ -d /usr/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /usr/share/apps/konqueror/servicemenus; elif [ -d /opt/kde/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /opt/kde/share/apps/konqueror/servicemenus; elif [ -d /opt/kde3/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /opt/kde3/share/apps/konqueror/servicemenus; fi - install -d ${DOCDIR}/${NAME} - install -m 644 README* USAGE ${DOCDIR}/${NAME} install -d ${MANDIR} gzip ${NAME}.1 install -m 644 ${NAME}.1.gz ${MANDIR} debian/cutmp3.docs0000644000000000000000000000001611401424456011251 0ustar README* USAGE debian/compat0000644000000000000000000000000211401423674010366 0ustar 7 debian/cutmp3.manpages0000644000000000000000000000001111401424510012076 0ustar cutmp3.1