r9984 - in /trunk/libaudio-mpd-perl/debian: ./ changelog compat control copyright rules watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Wed Nov 28 23:39:24 UTC 2007


Author: joeyh
Date: Wed Nov 28 23:39:24 2007
New Revision: 9984

URL: http://svn.debian.org/wsvn/?sc=1&rev=9984
Log:
* Initial debianisation.

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

Added: trunk/libaudio-mpd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/changelog?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/changelog (added)
+++ trunk/libaudio-mpd-perl/debian/changelog Wed Nov 28 23:39:24 2007
@@ -1,0 +1,5 @@
+libaudio-mpd-perl (0.18.3-1) unstable; urgency=low
+
+  * Initial debianisation.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 28 Nov 2007 17:44:52 -0500

Added: trunk/libaudio-mpd-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/compat?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/compat (added)
+++ trunk/libaudio-mpd-perl/debian/compat Wed Nov 28 23:39:24 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libaudio-mpd-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/control?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/control (added)
+++ trunk/libaudio-mpd-perl/debian/control Wed Nov 28 23:39:24 2007
@@ -1,0 +1,21 @@
+Source: libaudio-mpd-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), perl, libaudio-mpd-common-perl, libclass-accessor-perl, libreadonly-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/Audio-MPD
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libaudio-mpd-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-mpd-perl/
+
+Package: libaudio-mpd-perl
+Architecture: all
+Suggests: mpd, libgetopt-euclid-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libaudio-mpd-common-perl, libclass-accessor-perl, libreadonly-perl
+Description: communicate with MPD servers from perl
+ This perl module provides an object-oriented interface to talking to and
+ controlling MPD (Music Player Daemon) servers.
+ .
+ This package also includes a daemon, mpd-dynamic, that implements
+ a dynamic playlist for MPD.

Added: trunk/libaudio-mpd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/copyright?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/copyright (added)
+++ trunk/libaudio-mpd-perl/debian/copyright Wed Nov 28 23:39:24 2007
@@ -1,0 +1,15 @@
+This package was put together by Joey Hess using sources downloaded from CPAN,
+http://search.cpan.org/dist/Audio-MPD/
+
+Files: *
+Copyright: 
+ (c) 2005 Tue Abrahamsen
+ (c) 2006 Nicholas
+ (c) 2007 Jerome Quelin
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ .
+ The full text of the GPL is distributed in /usr/share/common-licenses/GPL
+ on Debian systems, and the Artistic license in
+ /usr/share/common-licenses/Artistic

Added: trunk/libaudio-mpd-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/rules?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/rules (added)
+++ trunk/libaudio-mpd-perl/debian/rules Wed Nov 28 23:39:24 2007
@@ -1,0 +1,45 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	# the test suite is not run by default since it runs mpd
+	#$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	if [ -e Makefile ]; then $(MAKE) realclean; fi
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/lib
+	$(MAKE) install PREFIX=$(CURDIR)/debian/`dh_listpackages`/usr
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README TODO
+	dh_installexamples
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: trunk/libaudio-mpd-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libaudio-mpd-perl/debian/watch?rev=9984&op=file
==============================================================================
--- trunk/libaudio-mpd-perl/debian/watch (added)
+++ trunk/libaudio-mpd-perl/debian/watch Wed Nov 28 23:39:24 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/authors/id/J/JQ/JQUELIN//Audio-MPD-([\d.]+)\.tar\.gz




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