r55231 - in /trunk/libsub-override-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 1 11:26:37 UTC 2010


Author: ansgar-guest
Date: Thu Apr  1 11:26:22 2010
New Revision: 55231

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

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

Added: trunk/libsub-override-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/changelog?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/changelog (added)
+++ trunk/libsub-override-perl/debian/changelog Thu Apr  1 11:26:22 2010
@@ -1,0 +1,32 @@
+libsub-override-perl (0.08-3) unstable; urgency=low
+
+  * New maintainer (closes: #331099).
+
+ -- Víctor Pérez Pereira <vperez at debianvenezuela.org>  Sat, 25 Feb 2006 19:04:34 -0400
+
+libsub-override-perl (0.08-2) unstable; urgency=low
+
+  * Orphaning package.
+  * Changed maintainer to "Debian QA Group" per standard procedure
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Fri,  7 Oct 2005 11:57:53 -0500
+
+libsub-override-perl (0.08-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump standards version to 3.6.2; no packaging changes.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Sat,  1 Oct 2005 10:32:25 -0500
+
+libsub-override-perl (0.06-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Mon,  6 Dec 2004 17:02:22 -0600
+
+libsub-override-perl (0.05-1) unstable; urgency=low
+
+  * Initial release (closes: #276606).
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Thu, 14 Oct 2004 20:15:09 -0500
+

Added: trunk/libsub-override-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/compat?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/compat (added)
+++ trunk/libsub-override-perl/debian/compat Thu Apr  1 11:26:22 2010
@@ -1,0 +1,1 @@
+4

Added: trunk/libsub-override-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/control?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/control (added)
+++ trunk/libsub-override-perl/debian/control Thu Apr  1 11:26:22 2010
@@ -1,0 +1,17 @@
+Source: libsub-override-perl
+Maintainer: Víctor Pérez Pereira <vperez at debianvenezuela.org>
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.1.0), perl, libtest-simple-perl, libtest-exception-perl
+Standards-Version: 3.6.2
+
+Package: libsub-override-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module used to temporarily override subroutines
+ This is the CPAN module Sub::Override.
+ .
+ Perl programmers sometimes have a need to override subroutines,
+ particularly for testing purposes.  Sub::Override provides a simple
+ way to override subroutines instead of using heavier-weight methods
+ such as Mock Objects.

Added: trunk/libsub-override-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/copyright?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/copyright (added)
+++ trunk/libsub-override-perl/debian/copyright Thu Apr  1 11:26:22 2010
@@ -1,0 +1,23 @@
+This package was debianized by Kenneth J. Pronovici <pronovic at debian.org> on
+Thu, 14 Oct 2004 20:15:09 -0500.  It was orphaned on 7 Oct 2005 because it is
+currently not used by any other Debian packages.
+It is currently maintained by
+Víctor Pérez Pereira <vperez at debianvenezuela.org>
+
+It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Sub/
+
+Upstream Author: Curtis "Ovid" Poe 
+
+Copyright:
+
+   Copyright (C) 2004 by Curtis "Ovid" Poe
+
+   This library is free software; you can redistribute it and/or modify
+   it under the same terms as Perl itself, either Perl version 5.8.2 or,
+   at your option, any later version of Perl 5 you may have available.
+
+On a Debian system the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL' and the
+complete text of the the Artistic Licence can be found in the file
+`/usr/share/common-licenses/Artistic'.
+

Added: trunk/libsub-override-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/rules?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/rules (added)
+++ trunk/libsub-override-perl/debian/rules Thu Apr  1 11:26:22 2010
@@ -1,0 +1,50 @@
+#!/usr/bin/make -f
+
+PERL=/usr/bin/perl
+
+binary: binary-indep
+
+binary-arch: 
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_strip
+	dh_fixperms
+	dh_compress
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+	$(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libsub-override-perl/usr
+	rm -rf $(CURDIR)/debian/libsub-override-perl/usr/lib  # empty
+
+build: configure-stamp build-stamp
+build-stamp: 
+	dh_testdir
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	rm -f build-stamp configure-stamp
+	dh_clean
+
+.PHONY: binary binary-arch binary-indep install build configure clean

Propchange: trunk/libsub-override-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsub-override-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/watch?rev=55231&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/watch (added)
+++ trunk/libsub-override-perl/debian/watch Thu Apr  1 11:26:22 2010
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Sub/Sub-Override-(.*)\.tar\.gz    debian      uupdate




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