r19130 - in /trunk/libtest-tester-perl/debian: ./ changelog compat control copyright rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Fri Apr 25 07:30:48 UTC 2008


Author: yvesago-guest
Date: Fri Apr 25 07:30:47 2008
New Revision: 19130

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

Added:
    trunk/libtest-tester-perl/debian/
    trunk/libtest-tester-perl/debian/changelog
    trunk/libtest-tester-perl/debian/compat
    trunk/libtest-tester-perl/debian/control
    trunk/libtest-tester-perl/debian/copyright
    trunk/libtest-tester-perl/debian/rules   (with props)

Added: trunk/libtest-tester-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tester-perl/debian/changelog?rev=19130&op=file
==============================================================================
--- trunk/libtest-tester-perl/debian/changelog (added)
+++ trunk/libtest-tester-perl/debian/changelog Fri Apr 25 07:30:47 2008
@@ -1,0 +1,21 @@
+libtest-tester-perl (0.103-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Don't FTBFS when perl is smart enough not to create
+    empty dirs. (Closes: #467986)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 05 Apr 2008 19:23:10 +0200
+
+libtest-tester-perl (0.103-1) unstable; urgency=low
+
+  * New upstream release.
+  * Changed Maintainer field to my new maintainer address.
+
+ -- Florian Ragwitz <rafl at debian.org>  Wed, 18 Jan 2006 23:25:18 +0100
+
+libtest-tester-perl (0.102-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Florian Ragwitz <florian at mookooh.org>  Tue, 12 Jul 2005 15:25:31 +0200
+

Added: trunk/libtest-tester-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tester-perl/debian/compat?rev=19130&op=file
==============================================================================
--- trunk/libtest-tester-perl/debian/compat (added)
+++ trunk/libtest-tester-perl/debian/compat Fri Apr 25 07:30:47 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libtest-tester-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tester-perl/debian/control?rev=19130&op=file
==============================================================================
--- trunk/libtest-tester-perl/debian/control (added)
+++ trunk/libtest-tester-perl/debian/control Fri Apr 25 07:30:47 2008
@@ -1,0 +1,14 @@
+Source: libtest-tester-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: perl
+Standards-Version: 3.6.2
+
+Package: libtest-tester-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Ease testing test Perl modules built with Test::Builder
+ If you have written a test module based on Test::Builder then Test::Tester
+ allows you to test it with the minimum of effort.

Added: trunk/libtest-tester-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tester-perl/debian/copyright?rev=19130&op=file
==============================================================================
--- trunk/libtest-tester-perl/debian/copyright (added)
+++ trunk/libtest-tester-perl/debian/copyright Fri Apr 25 07:30:47 2008
@@ -1,0 +1,25 @@
+This package was debianized by Florian Ragwitz <florian at mookooh.org> on
+Tue, 12 Jul 2005 15:25:31 +0200.
+
+It was downloaded from http://search.cpan.org/~fdaly/Test-Tester/
+
+Copyright Holder: Copyright 2005 Fergal Daly <fergal at esatclear.ie>
+
+Some parts are based on other people's work.
+
+Plan handling lifted from Test::More. written by Michael G Schwern
+<schwern at pobox.com>.
+
+Test::Tester::Capture is a cut down and hacked up version of Test::Builder.
+Test::Builder was written by chromatic <chromatic at wgz.org> and Michael G
+Schwern <schwern at pobox.com>.
+
+License:
+
+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: trunk/libtest-tester-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tester-perl/debian/rules?rev=19130&op=file
==============================================================================
--- trunk/libtest-tester-perl/debian/rules (added)
+++ trunk/libtest-tester-perl/debian/rules Fri Apr 25 07:30:47 2008
@@ -1,0 +1,56 @@
+#!/usr/bin/make -f
+
+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)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(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_installdocs TODO
+	dh_perl
+	dh_installchangelogs CHANGES
+	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: trunk/libtest-tester-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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