r21178 - in /trunk/libaudio-moosic-perl/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 13:18:45 UTC 2008


Author: gregoa
Date: Sun Jun 15 13:18:45 2008
New Revision: 21178

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

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

Added: trunk/libaudio-moosic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-moosic-perl/debian/changelog?rev=21178&op=file
==============================================================================
--- trunk/libaudio-moosic-perl/debian/changelog (added)
+++ trunk/libaudio-moosic-perl/debian/changelog Sun Jun 15 13:18:45 2008
@@ -1,0 +1,27 @@
+libaudio-moosic-perl (0.09-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Conditionally remove /usr/lib/perl5 (closes: #467664)
+
+ -- Stephen Gran <sgran at debian.org>  Sat, 05 Apr 2008 13:02:07 +0100
+
+libaudio-moosic-perl (0.09-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fixed typo in Recommends (Closes: #289469).
+
+ -- Florian Ragwitz <florian at mookooh.org>  Thu, 14 Apr 2005 13:52:37 +0200
+
+libaudio-moosic-perl (0.08-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added Suggests: moosic (>= 1.4.0).
+
+ -- Florian Ragwitz <florian at mookooh.org>  Sun, 19 Dec 2004 15:16:59 +0100
+
+libaudio-moosic-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <florian at mookooh.org>  Tue, 14 Sep 2004 21:24:36 +0200
+

Added: trunk/libaudio-moosic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-moosic-perl/debian/compat?rev=21178&op=file
==============================================================================
--- trunk/libaudio-moosic-perl/debian/compat (added)
+++ trunk/libaudio-moosic-perl/debian/compat Sun Jun 15 13:18:45 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libaudio-moosic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-moosic-perl/debian/control?rev=21178&op=file
==============================================================================
--- trunk/libaudio-moosic-perl/debian/control (added)
+++ trunk/libaudio-moosic-perl/debian/control Sun Jun 15 13:18:45 2008
@@ -1,0 +1,20 @@
+Source: libaudio-moosic-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <florian at mookooh.org>
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: perl, librpc-xml-perl
+Standards-Version: 3.6.1
+
+Package: libaudio-moosic-perl
+Architecture: all
+Depends: ${perl:Depends}, librpc-xml-perl
+Recommends: liblwp-protocol-http-socketunix-perl
+Suggests: moosic (>= 1.4.0)
+Description: Moosic client library for Perl
+ Audio::Moosic acts as a client for the musical jukebox program Moosic.
+ .
+ Using Audio::Moosic you can connect to a moosic server and execute
+ arbitrary commands to control the moosic server.
+ .
+ Find out more about moosic at http://nanoo.org/~daniel/moosic/.

Added: trunk/libaudio-moosic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-moosic-perl/debian/copyright?rev=21178&op=file
==============================================================================
--- trunk/libaudio-moosic-perl/debian/copyright (added)
+++ trunk/libaudio-moosic-perl/debian/copyright Sun Jun 15 13:18:45 2008
@@ -1,0 +1,21 @@
+This package was debianized by Florian Ragwitz <florian at mookooh.org> on
+Tue, 14 Sep 2004 21:24:36 +0200.
+
+It was downloaded from http://search.cpan.org/~flora/Audio-Moosic/
+
+Upstream Author: Florian Ragwitz <flora at cpan.org>
+
+Copyright:
+
+  Copyright (C) 2004 by Florian Ragwitz
+
+  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.4 or,
+  at your option, any later version of Perl 5 you may have available.
+
+  Perl can be redistributed it and/or modified under the terms of either
+  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'.

Added: trunk/libaudio-moosic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-moosic-perl/debian/rules?rev=21178&op=file
==============================================================================
--- trunk/libaudio-moosic-perl/debian/rules (added)
+++ trunk/libaudio-moosic-perl/debian/rules Sun Jun 15 13:18:45 2008
@@ -1,0 +1,69 @@
+#!/usr/bin/make -f
+
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	#As this is a architecture independent package, we are not supposed to install
+	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+#	dh_installexamples
+	dh_perl
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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




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