r31800 - in /trunk/libpoe-component-client-mpd-perl/debian: ./ changelog clean compat control copyright libpoe-component-client-mpd-perl.docs rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Mar 9 09:11:23 UTC 2009


Author: ryan52-guest
Date: Mon Mar  9 09:11:20 2009
New Revision: 31800

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

Added:
    trunk/libpoe-component-client-mpd-perl/debian/
    trunk/libpoe-component-client-mpd-perl/debian/changelog
    trunk/libpoe-component-client-mpd-perl/debian/clean
    trunk/libpoe-component-client-mpd-perl/debian/compat
    trunk/libpoe-component-client-mpd-perl/debian/control
    trunk/libpoe-component-client-mpd-perl/debian/copyright
    trunk/libpoe-component-client-mpd-perl/debian/libpoe-component-client-mpd-perl.docs
    trunk/libpoe-component-client-mpd-perl/debian/rules   (with props)
    trunk/libpoe-component-client-mpd-perl/debian/watch

Added: trunk/libpoe-component-client-mpd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/changelog?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/changelog (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/changelog Mon Mar  9 09:11:20 2009
@@ -1,0 +1,5 @@
+libpoe-component-client-mpd-perl (0.9.1-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #517953)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 09 Mar 2009 01:42:21 -0700

Added: trunk/libpoe-component-client-mpd-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/clean?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/clean (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/clean Mon Mar  9 09:11:20 2009
@@ -1,0 +1,4 @@
+t/mpd-test/mpd.conf
+t/mpd-test/music.db
+t/mpd-test/pid
+t/mpd-test/state

Added: trunk/libpoe-component-client-mpd-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/compat?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/compat (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/compat Mon Mar  9 09:11:20 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpoe-component-client-mpd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/control?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/control (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/control Mon Mar  9 09:11:20 2009
@@ -1,0 +1,24 @@
+Source: libpoe-component-client-mpd-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.10), libreadonly-perl,
+  libclass-accessor-perl, libaudio-mpd-common-perl (>= 0.1.4), libpoe-perl,
+  libtest-pod-perl, libtest-pod-coverage-perl, net-tools, mpd, netbase
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/POE-Component-Client-MPD/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-client-mpd-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/
+
+Package: libpoe-component-client-mpd-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10), libreadonly-perl,
+  libclass-accessor-perl, libaudio-mpd-common-perl (>= 0.1.4), libpoe-perl
+Description: full-blown mpd client library
+ POCOCM gives a clear message-passing interface (sitting on top of POE) for
+ talking to and controlling MPD (Music Player Daemon) servers. A connection to
+ the MPD server is established as soon as a new POCOCM object is created.
+ .
+ Commands are then sent to the server as messages are passed.

Added: trunk/libpoe-component-client-mpd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/copyright?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/copyright (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/copyright Mon Mar  9 09:11:20 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jerome Quelin <jquelin at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-Client-MPD/
+Upstream-Name: POE-Component-Client-MPD
+
+Files: *
+Copyright: 2007-2008, Jerome Quelin <jquelin at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpoe-component-client-mpd-perl/debian/libpoe-component-client-mpd-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/libpoe-component-client-mpd-perl.docs?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/libpoe-component-client-mpd-perl.docs (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/libpoe-component-client-mpd-perl.docs Mon Mar  9 09:11:20 2009
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libpoe-component-client-mpd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/rules?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/rules (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/rules Mon Mar  9 09:11:20 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh --before dh_auto_test build
+	# tests are borked
+	dh --after dh_auto_test 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/libpoe-component-client-mpd-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpoe-component-client-mpd-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/watch?rev=31800&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/watch (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/watch Mon Mar  9 09:11:20 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/POE-Component-Client-MPD/   .*/POE-Component-Client-MPD-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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