r34033 - in /trunk/libpoe-component-pubsub-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 25 04:07:04 UTC 2009


Author: ryan52-guest
Date: Sat Apr 25 04:06:56 2009
New Revision: 34033

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

Added:
    trunk/libpoe-component-pubsub-perl/debian/
    trunk/libpoe-component-pubsub-perl/debian/changelog
    trunk/libpoe-component-pubsub-perl/debian/compat
    trunk/libpoe-component-pubsub-perl/debian/control
    trunk/libpoe-component-pubsub-perl/debian/copyright
    trunk/libpoe-component-pubsub-perl/debian/rules   (with props)
    trunk/libpoe-component-pubsub-perl/debian/watch

Added: trunk/libpoe-component-pubsub-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/changelog?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/changelog (added)
+++ trunk/libpoe-component-pubsub-perl/debian/changelog Sat Apr 25 04:06:56 2009
@@ -1,0 +1,5 @@
+libpoe-component-pubsub-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 21:00:31 -0700

Added: trunk/libpoe-component-pubsub-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/compat?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/compat (added)
+++ trunk/libpoe-component-pubsub-perl/debian/compat Sat Apr 25 04:06:56 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpoe-component-pubsub-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/control?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/control (added)
+++ trunk/libpoe-component-pubsub-perl/debian/control Sat Apr 25 04:06:56 2009
@@ -1,0 +1,19 @@
+Source: libpoe-component-pubsub-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: libpoe-perl (>= 1.003), 5.10.0
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/POE-Component-PubSub/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-pubsub-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/
+
+Package: libpoe-component-pubsub-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: generic publish/subscribe POE::Component
+ POE::Component::PubSub is a generic publish/subscribe POE::Component
+ that enables POE::Sessions to publish events to which other
+ POE::Sessions may subscribe.

Added: trunk/libpoe-component-pubsub-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/copyright?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/copyright (added)
+++ trunk/libpoe-component-pubsub-perl/debian/copyright Sat Apr 25 04:06:56 2009
@@ -1,0 +1,21 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Nicholas R. Perez <nperez at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-PubSub/
+Upstream-Name: POE-Component-PubSub
+
+Files: *
+Copyright: 2008-2009, Nicholas R. Perez <nperez at cpan.org>
+License: GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: GPL-1+
+
+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-pubsub-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/rules?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/rules (added)
+++ trunk/libpoe-component-pubsub-perl/debian/rules Sat Apr 25 04:06:56 2009
@@ -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/libpoe-component-pubsub-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpoe-component-pubsub-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pubsub-perl/debian/watch?rev=34033&op=file
==============================================================================
--- trunk/libpoe-component-pubsub-perl/debian/watch (added)
+++ trunk/libpoe-component-pubsub-perl/debian/watch Sat Apr 25 04:06:56 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/POE-Component-PubSub/   .*/POE-Component-PubSub-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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