r24340 - in /trunk/libaudio-musepack-perl/debian: ./ changelog compat control copyright rules watch

cristian-guest at users.alioth.debian.org cristian-guest at users.alioth.debian.org
Fri Aug 15 23:01:15 UTC 2008


Author: cristian-guest
Date: Fri Aug 15 23:01:11 2008
New Revision: 24340

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24340
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libaudio-musepack-perl/debian/
    trunk/libaudio-musepack-perl/debian/changelog
    trunk/libaudio-musepack-perl/debian/compat
    trunk/libaudio-musepack-perl/debian/control
    trunk/libaudio-musepack-perl/debian/copyright
    trunk/libaudio-musepack-perl/debian/rules   (with props)
    trunk/libaudio-musepack-perl/debian/watch

Added: trunk/libaudio-musepack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/changelog?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/changelog (added)
+++ trunk/libaudio-musepack-perl/debian/changelog Fri Aug 15 23:01:11 2008
@@ -1,0 +1,5 @@
+libaudio-musepack-perl (0.7-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #495280)
+
+ -- Cristian Greco <cgreco at cs.unibo.it>  Fri, 15 Aug 2008 20:02:53 +0200

Added: trunk/libaudio-musepack-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/compat?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/compat (added)
+++ trunk/libaudio-musepack-perl/debian/compat Fri Aug 15 23:01:11 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libaudio-musepack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/control?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/control (added)
+++ trunk/libaudio-musepack-perl/debian/control Fri Aug 15 23:01:11 2008
@@ -1,0 +1,22 @@
+Source: libaudio-musepack-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-coverage-perl, libmp3-info-perl (>= 1.20)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Cristian Greco <cgreco at cs.unibo.it>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Audio-Musepack/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libaudio-musepack-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/
+
+Package: libaudio-musepack-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmp3-info-perl (>= 1.20-1)
+Description: an object-oriented interface to Musepack file information and APE tag fields
+ The Audio::Musepack and Audio::APETags perl modules provide methods for
+ extracting basic informations about a Musepack file, as well as tag
+ informations contained in the file's APE tags.
+ .
+ The Audio::APE module provides methods for extracting informations from header
+ and APE tags of a Monkey audio file.

Added: trunk/libaudio-musepack-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/copyright?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/copyright (added)
+++ trunk/libaudio-musepack-perl/debian/copyright Fri Aug 15 23:01:11 2008
@@ -1,0 +1,25 @@
+This is the debian package for the Audio-Musepack module.
+It was created by Cristian Greco <cgreco at cs.unibo.it> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Audio-Musepack/
+
+The upstream author is: Dan Sully <daniel at cpan.org>
+
+Original Author: Erik Reckase <cerebusjam at hotmail dot com>.
+
+Copyright (c) 2003-2006, Erik Reckase.
+Copyright (c) 2004, Kevin Deane-Freeman.
+Copyright (c) 2003-2007, Dan Sully & Slim Devices.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.2 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2008, Cristian Greco <cgreco at cs.unibo.it> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libaudio-musepack-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/rules?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/rules (added)
+++ trunk/libaudio-musepack-perl/debian/rules Fri Aug 15 23:01:11 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libaudio-musepack-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libaudio-musepack-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-musepack-perl/debian/watch?rev=24340&op=file
==============================================================================
--- trunk/libaudio-musepack-perl/debian/watch (added)
+++ trunk/libaudio-musepack-perl/debian/watch Fri Aug 15 23:01:11 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Audio-Musepack/   .*/Audio-Musepack-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list