debian/0000775000000000000000000000000012163051112007160 5ustar debian/copyright0000664000000000000000000000246212163046652011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xcutmp3 Upstream-Contact: Jochen Puchalla Source: http://www.puchalla-online.de/xcutmp3.html Files: * Copyright: © 2004 Jochen Puchalla License: GPL-2 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. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: © 2009-2013 Christian Marillat License: GPL-3 On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/compat0000664000000000000000000000000212163046617010374 0ustar 7 debian/watch0000664000000000000000000000011512163034633010217 0ustar version=3 http://www.puchalla-online.de/xcutmp3.html xcutmp3-(.*)\.tar\.bz2 debian/control0000664000000000000000000000106712163046652010604 0ustar Source: xcutmp3 Section: sound Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Christian Marillat Homepage: http://www.puchalla-online.de/xcutmp3.html Build-Depends: debhelper (>= 7) Standards-Version: 3.9.4 Package: xcutmp3 Architecture: all Depends: cutmp3, kdebase-bin, tk, ${misc:Depends}, ${shlibs:Depends} Description: a simple frontend for cutmp3 xcutmp3 is a simple frontend for cutmp3 for people who do not like to learn keystrokes. debian/install0000664000000000000000000000031312163051112010546 0ustar cmp3-src/cutmp3.desktop usr/share/apps/konsole cmp3 usr/bin cutwithxcutmp3.desktop usr/share/apps/konqueror/servicemenus xcutmp3 usr/bin xcutmp3.desktop usr/share/applnk/Multimedia debian/changelog0000664000000000000000000000125112163046713011044 0ustar xcutmp3 (1.9beta1-0.0ubuntu1) saucy; urgency=low * New upstream release. * Bump up standards to 3.9.4 and modernise packaging: + Rewrite d/copyright to reflect latest standards + Wrap and sort deps in d/control + Move packaging to 3.0 (quilt) format * Install cutmp3 desktop file -- Bhavani Shankar Thu, 27 Jun 2013 19:57:42 +0530 xcutmp3 (1.1-0.0ubuntu1) karmic; urgency=low * Depends on kdebase-bin (LP: #452446). -- Alessio Treglia Thu, 15 Oct 2009 21:38:34 +0200 xcutmp3 (1.1-0.0) unstable; urgency=low * Initial release. -- Christian Marillat Tue, 07 Jul 2009 14:55:54 +0200 debian/source/0000775000000000000000000000000012163046720010471 5ustar debian/source/format0000664000000000000000000000001412163045654011704 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000166312163047154010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build-arch: build build-indep: build build: build-stamp build-stamp: dh_testdir touch $@ clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install # Build architecture-independent files here. binary-indep: install dh_testdir dh_testroot dh_installchangelogs Changelog dh_installdocs # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo # dh_installman dh_link dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure