r24677 - in /trunk/libtest-exception-perl/debian: changelog compat control copyright rules watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Aug 28 09:32:53 UTC 2008


Author: jeremiah-guest
Date: Thu Aug 28 09:32:50 2008
New Revision: 24677

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24677
Log:
Did a "reverse merge" to bring the package back to a known-good state.

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/compat
    trunk/libtest-exception-perl/debian/control
    trunk/libtest-exception-perl/debian/copyright
    trunk/libtest-exception-perl/debian/rules
    trunk/libtest-exception-perl/debian/watch

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Thu Aug 28 09:32:50 2008
@@ -1,5 +1,73 @@
-libtest-exception-perl (0.27-1) UNRELEASED; urgency=low
+libtest-exception-perl (0.27-1) unstable; urgency=low
 
-  * Initial Release.
+  [ gregor herrmann ]
+  * debian/control:
+    - added: Vcs-Svn field (source stanza); Vcs-Browser
+      field (source stanza); Homepage field (source stanza)
+    - set Maintainer to Debian Perl Group
+    - add /me to Uploaders
+    - make runtime dependencies versioned, too
+  * Use dist-based URL in debian/watch.
+  * debian/rules: 
+    - delete /usr/lib/perl5 only if it exists (closes: #467271)
+    - update based on dh-make-perl's templates
+  * debian/copyright: add actual copyright notice.
 
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Mon, 11 Aug 2008 17:23:22 +0200
+  [ David Paleino ]
+  * New upstream release
+  * debian/control:
+    - added myself to Uploaders
+    - Standards-Version updated to 3.7.3
+    - added libtest-harness-perl to Build-Depends
+    - fixed versions of Build-Dependencies
+  * debian/compat: updated to version 5
+  * debian/rules: minimal changes
+
+  [ Martín Ferrari ]
+  * New upstream release (0.27).
+  * Upgrade debhelper dependency to 5.
+  * Set versioned dependency on libtest-simple-perl, waiting for #457165 to be
+    fixed.
+
+  [ Niko Tyni ]
+  * Split most of Build-Depends into Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 17 Mar 2008 01:28:05 +0100
+
+libtest-exception-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+  * Policy version bump to 3.7.2.2. No other changes
+  * Change to make clean to conditionally ignore errors for lintian
+  * Change build-depends-indep to build-depends for lintian
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 04 Jul 2007 17:37:32 -0400
+
+libtest-exception-perl (0.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Changes Build-Depends to be on libtest-simple-perl (Closes: #356052)
+  * Bump policy-version to 3.6.2.2 (No other changes)
+  * Fixed watchfile so uupdate will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 14 Mar 2006 13:43:19 -0500
+
+libtest-exception-perl (0.20-2) unstable; urgency=low
+
+  * Removed unneeded Depends/Build-Depends (Closes: #282923)
+    - Graciously spotted by Allard Hoeve
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 29 Dec 2004 00:28:41 -0500
+
+libtest-exception-perl (0.20-1) unstable; urgency=low
+
+  * New upstream version
+  * Fixes debian/watch so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 11 Oct 2004 01:53:24 -0400
+
+libtest-exception-perl (0.15-1) unstable; urgency=low
+
+  * Initial Release (Closes: #178035)
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Aug 2003 00:56:00 -0400

Modified: trunk/libtest-exception-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/compat?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/compat (original)
+++ trunk/libtest-exception-perl/debian/compat Thu Aug 28 09:32:50 2008
@@ -1,1 +1,1 @@
-7
+5

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Thu Aug 28 09:32:50 2008
@@ -1,28 +1,24 @@
 Source: libtest-exception-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.6.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-Standards-Version: 3.8.0
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ David Paleino <d.paleino at gmail.com>,
+ gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.1),
+ libsub-uplevel-perl (>= 0.18), libtest-simple-perl (>= 0.78),
+ libpod-coverage-perl, libtest-harness-perl (>= 2.03)
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-Exception/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exception-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/
 
 Package: libtest-exception-perl
-Architecture: any
-Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
-Description: a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.
- This module provides a few convenience methods for testing exception based code. It is built with 
- Test::Builder and plays happily with Test::More and friends.
- .
- If you are not already familiar with Test::More now would be the time to go take a look.
- .
- You can specify the test plan when you use Test::Exception in the same way as use Test::More.
- See Test::More for details.
- .
- NOTE: Test::Exception only checks for exceptions. It will ignore other methods of stopping 
- program execution - including exit(). If you have an exit() in evalled code Test::Exception
- will not catch this with any of its testing functions.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Architecture: all
+Depends: ${perl:Depends}, libsub-uplevel-perl (>= 0.18),
+ libtest-simple-perl (>= 0.78)
+Description: Test functions for exception based code in perl
+ This module provides a few convenience methods for testing exception based 
+ code. It is built with Test::Builder and plays happily with Test::More and 
+ friends. 

Modified: trunk/libtest-exception-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/copyright?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/copyright (original)
+++ trunk/libtest-exception-perl/debian/copyright Thu Aug 28 09:32:50 2008
@@ -1,34 +1,24 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Adrian Howard <adrianh at quietstars.com>
-Upstream-Source: http://search.cpan.org/dist/Test-Exception/
-Upstream-Name: Test-Exception
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 23 Jan 2003 00:58:23 -0500.
 
-Files: *
-Copyright: Adrian Howard <adrianh at quietstars.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+It was downloaded from http://search.cpan.org/dist/Test-Exception/
 
-Files: debian/*
-Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-License: Artistic | GPL-1+
+Upstream Author: Adrian Howard <adrianh at quietstars.com> 
 
-License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+Copyright 2002-2007 Adrian Howard, All Rights Reserved.
 
-License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        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"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options

Modified: trunk/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/rules?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (original)
+++ trunk/libtest-exception-perl/debian/rules Thu Aug 28 09:32:50 2008
@@ -1,23 +1,70 @@
 #!/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 build
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
 	touch $@
 
 clean:
-	dh $@
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp
-	dh install
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(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: install
-	dh $@
+binary-arch:
+# We have nothing to do here for an architecture-independent package
 
-binary-indep:
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
 
-binary: binary-arch binary-indep
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-.PHONY: binary binary-arch binary-indep install clean build
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Modified: trunk/libtest-exception-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/watch?rev=24677&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/watch (original)
+++ trunk/libtest-exception-perl/debian/watch Thu Aug 28 09:32:50 2008
@@ -1,4 +1,2 @@
-# 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/Test-Exception/   .*/Test-Exception-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/Test-Exception/ .*/Test-Exception-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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