r18804 - in /trunk/libipc-pubsub-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sat Apr 19 07:55:16 UTC 2008


Author: yvesago-guest
Date: Sat Apr 19 07:55:15 2008
New Revision: 18804

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

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

Added: trunk/libipc-pubsub-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/changelog?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/changelog (added)
+++ trunk/libipc-pubsub-perl/debian/changelog Sat Apr 19 07:55:15 2008
@@ -1,0 +1,5 @@
+libipc-pubsub-perl (0.27-1) unstable; urgency=low
+
+  * Initial Release (Closes: #476743)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Fri, 18 Apr 2008 23:33:58 +0200

Added: trunk/libipc-pubsub-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/compat?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/compat (added)
+++ trunk/libipc-pubsub-perl/debian/compat Sat Apr 19 07:55:15 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libipc-pubsub-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/control?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/control (added)
+++ trunk/libipc-pubsub-perl/debian/control Sat Apr 19 07:55:15 2008
@@ -1,0 +1,21 @@
+Source: libipc-pubsub-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0), libossp-uuid-perl, libclass-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/IPC-PubSub/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-pubsub-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/
+
+Package: libipc-pubsub-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libossp-uuid-perl, libclass-accessor-perl
+Description: Interprocess Publish/Subscribe channels
+ This module provides a simple API for publishing messages to channels
+ and for subscribing to them.
+ .
+ When a message is published on a channel, all subscribers currently in
+ that channel will get it on their next get or get_all call.

Added: trunk/libipc-pubsub-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/copyright?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/copyright (added)
+++ trunk/libipc-pubsub-perl/debian/copyright Sat Apr 19 07:55:15 2008
@@ -1,0 +1,36 @@
+This is the debian package for the IPC-PubSub module.
+
+It was downloaded from http://search.cpan.org/dist/IPC-PubSub/
+
+The upstream author is: 
+
+Audrey Tang <cpan at audreyt.org>.
+
+
+Copyright 2006, 2007 by Audrey Tang <cpan at audreyt.org>.
+
+This software is released under the MIT license cited below.
+
+MIT License:
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is (C) 2008, Debian Perl Group
+<pkg-perl-maintainers at lists.alioth.debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libipc-pubsub-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/rules?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/rules (added)
+++ trunk/libipc-pubsub-perl/debian/rules Sat Apr 19 07:55:15 2008
@@ -1,0 +1,63 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libipc-pubsub-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libipc-pubsub-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-pubsub-perl/debian/watch?rev=18804&op=file
==============================================================================
--- trunk/libipc-pubsub-perl/debian/watch (added)
+++ trunk/libipc-pubsub-perl/debian/watch Sat Apr 19 07:55:15 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/IPC-PubSub/   .*/IPC-PubSub-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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