r2885 - in /packages/libsub-exporter-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Jun 6 13:39:22 UTC 2006


Author: eloy
Date: Tue Jun  6 13:39:21 2006
New Revision: 2885

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2885
Log:
Load libsub-exporter-perl-0.96.1 into
packages/libsub-exporter-perl/trunk.

Added:
    packages/libsub-exporter-perl/trunk/debian/
    packages/libsub-exporter-perl/trunk/debian/changelog
    packages/libsub-exporter-perl/trunk/debian/compat
    packages/libsub-exporter-perl/trunk/debian/control
    packages/libsub-exporter-perl/trunk/debian/copyright
    packages/libsub-exporter-perl/trunk/debian/rules   (with props)
    packages/libsub-exporter-perl/trunk/debian/watch

Added: packages/libsub-exporter-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/changelog?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/changelog (added)
+++ packages/libsub-exporter-perl/trunk/debian/changelog Tue Jun  6 13:39:21 2006
@@ -1,0 +1,18 @@
+libsub-exporter-perl (0.96.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue,  6 Jun 2006 14:50:09 +0200
+
+libsub-exporter-perl (0.95.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon,  8 May 2006 16:06:34 +0200
+
+libsub-exporter-perl (0.93-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Fri, 28 Apr 2006 16:39:50 +0200
+

Added: packages/libsub-exporter-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/compat?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/compat (added)
+++ packages/libsub-exporter-perl/trunk/debian/compat Tue Jun  6 13:39:21 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libsub-exporter-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/control?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/control (added)
+++ packages/libsub-exporter-perl/trunk/debian/control Tue Jun  6 13:39:21 2006
@@ -1,0 +1,22 @@
+Source: libsub-exporter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libsub-install-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.2
+
+Package: libsub-exporter-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl
+Description: A sophisticated exporter for custom-built routines
+ When you use a perl module, first it is "required" function used, then its 
+ import method is called. 
+ .
+ Sub::Exporter provides a sophisticated alternative to Exporter.pm.  It allows
+ for renaming, currying/sub-generation etc.
+ .
+ Sub::Exporter builds a custom exporter which can then be installed into your 
+ module. It builds this method based on configuration passed to its 
+ setup_exporter method.

Added: packages/libsub-exporter-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/copyright?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/copyright (added)
+++ packages/libsub-exporter-perl/trunk/debian/copyright Tue Jun  6 13:39:21 2006
@@ -1,0 +1,16 @@
+This is the debian package for the Sub-Exporter module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+
+It was downloaded from: http://search.cpan.org/~rjbs/Sub-Exporter-0.952/
+
+The upstream author is: Ricardo SIGNES, <rjbs at cpan.org>.
+
+Copyright 2006 Ricardo SIGNES.  
+
+This program is free software;  you can redistribute it and/or modify it under 
+the same terms as Perl itself.
+
+Perl is distributed under your choice of 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: packages/libsub-exporter-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/rules?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/rules (added)
+++ packages/libsub-exporter-perl/trunk/debian/rules Tue Jun  6 13:39:21 2006
@@ -1,0 +1,62 @@
+#!/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.
+
+export PERL_MM_USE_DEFAULT=1
+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) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	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_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	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: packages/libsub-exporter-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libsub-exporter-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-exporter-perl/trunk/debian/watch?rev=2885&op=file
==============================================================================
--- packages/libsub-exporter-perl/trunk/debian/watch (added)
+++ packages/libsub-exporter-perl/trunk/debian/watch Tue Jun  6 13:39:21 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Sub/Sub-Exporter-([\d\.]+)\.tar\.gz




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