r15983 - in /trunk/libsub-wrappackages-perl/debian: ./ changelog compat control copyright rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Fri Feb 29 20:07:22 UTC 2008


Author: jaldhar
Date: Fri Feb 29 20:07:21 2008
New Revision: 15983

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

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

Added: trunk/libsub-wrappackages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/changelog?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/changelog (added)
+++ trunk/libsub-wrappackages-perl/debian/changelog Fri Feb 29 20:07:21 2008
@@ -1,0 +1,5 @@
+libsub-wrappackages-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #468651)
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Fri, 29 Feb 2008 15:02:13 -0500

Added: trunk/libsub-wrappackages-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/compat?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/compat (added)
+++ trunk/libsub-wrappackages-perl/debian/compat Fri Feb 29 20:07:21 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libsub-wrappackages-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/control?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/control (added)
+++ trunk/libsub-wrappackages-perl/debian/control Fri Feb 29 20:07:21 2008
@@ -1,0 +1,35 @@
+Source: libsub-wrappackages-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libhook-lexwrap-perl (>= 0.2)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Sub-WrapPackages/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-wrappackages-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/
+
+Package: libsub-wrappackages-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libhook-lexwrap-perl (>= 0.2)
+Description:  add wrappers around subroutines in packages
+ This is mostly a wrapper around Damian Conway’s Hook::LexWrap module
+ The differences are:
+  * no exporting
+    We don’t export a wrap() function, instead preferring to do all the
+    magic when you "use" this module.  We just wrap named subroutines,
+    no references.
+  * the subs and packages arrayrefs
+    Any subroutine mentioned in the "subs" parameter will be wrapped.  
+    Any packages mentioned in the "packages" parameter will have all their
+    subroutines wrapped.
+  * wrap_inherited
+    In conjunction with the "packages" arrayref, this wraps all calls
+    to inherited methods made through those packages.  If you call
+    those methods directly in the superclass then they are not
+    affected.
+  * parameters passed to your subs
+    Your pre-wrapper will be passed the wrapped subroutine’s name, and all the
+    parameters to be passed to it.
+

Added: trunk/libsub-wrappackages-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/copyright?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/copyright (added)
+++ trunk/libsub-wrappackages-perl/debian/copyright Fri Feb 29 20:07:21 2008
@@ -1,0 +1,22 @@
+This is the debian package for the Sub-WrapPackages module.
+It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Sub-WrapPackages/
+
+Upstream author: David Cantrell <david at cantrell.org.uk>
+
+Copyright 2003 - 2006 David Cantrell
+
+This module is free-as-in-speech software, and may be used, distributed,
+and modified under the same terms as Perl itself.
+
+a) the GNU General Public License as published by the Free Software Foundation;
+  either version 1, or (at your option) any later version, or
+
+b) the "Artistic License"
+      
+The full text of these licenses is available on Debian systems in
+/usr/share/common-licenses/
+
+The Debian packaging is (C) 2008, Jaldhar H. Vyas <jaldhar at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libsub-wrappackages-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/rules?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/rules (added)
+++ trunk/libsub-wrappackages-perl/debian/rules Fri Feb 29 20:07:21 2008
@@ -1,0 +1,76 @@
+#!/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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+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_installexamples
+	dh_installdocs TODO README
+	dh_installchangelogs Changes
+	dh_perl
+	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: trunk/libsub-wrappackages-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsub-wrappackages-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libsub-wrappackages-perl/debian/watch?rev=15983&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/watch (added)
+++ trunk/libsub-wrappackages-perl/debian/watch Fri Feb 29 20:07:21 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Sub-WrapPackages/ .*/Sub-WrapPackages-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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