r29537 - in /trunk/libclass-whitehole-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 10 17:56:21 UTC 2009


Author: gregoa
Date: Sat Jan 10 17:56:18 2009
New Revision: 29537

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

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

Added: trunk/libclass-whitehole-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/changelog?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/changelog (added)
+++ trunk/libclass-whitehole-perl/debian/changelog Sat Jan 10 17:56:18 2009
@@ -1,0 +1,53 @@
+libclass-whitehole-perl (0.04-5) unstable; urgency=low
+
+  * QA upload, orphaning this package.
+
+ -- Bart Martens <bartm at debian.org>  Thu, 01 Jan 2009 22:46:16 +0100
+
+libclass-whitehole-perl (0.04-4) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * debian/*: Repackaged with cdbs.
+  * debian/copyright: Updated.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Thu, 16 Nov 2006 17:08:19 +0100
+
+libclass-whitehole-perl (0.04-3) unstable; urgency=low
+
+  * Moved debhelper to Build-Depends
+  * Switched to my debian.org email address throughout
+
+ -- Stephen Quinney <sjq at debian.org>  Wed, 21 Jun 2006 18:22:41 +0100
+
+libclass-whitehole-perl (0.04-2) unstable; urgency=low
+
+  * debian/watch - Updated URL to stop lookups randomly failing.
+  * debian/rules - Tidied up.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 11 Jun 2005 14:03:04 +0100
+
+libclass-whitehole-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release - just a bug fix for one of the test cases.
+  * Section changed from interpreters to perl.
+  * Now using debhelper >= 4.
+  * Using debian/compat instead of DH_COMPAT.
+  * Perl manpages now have .3pm file name ending instead of 3perl, as per
+    Debian Perl policy.
+  * Updated to policy version 3.6.0.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 25 Jul 2003 11:03:41 +0100
+
+libclass-whitehole-perl (0.03-2) unstable; urgency=low
+
+  * Correctly upload the package this time with an .orig.tar.gz...
+
+ -- Stephen Quinney <sjq at debian.org>  Mon, 30 Dec 2002 17:23:01 +0000
+
+libclass-whitehole-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release, closes: #173694.
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 19 Dec 2002 16:33:38 +0000
+

Added: trunk/libclass-whitehole-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/compat?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/compat (added)
+++ trunk/libclass-whitehole-perl/debian/compat Sat Jan 10 17:56:18 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-whitehole-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/control?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/control (added)
+++ trunk/libclass-whitehole-perl/debian/control Sat Jan 10 17:56:18 2009
@@ -1,0 +1,21 @@
+Source: libclass-whitehole-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/~mschwern/Class-WhiteHole/
+
+Package: libclass-whitehole-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Base class to treat unhandled method calls as errors
+ It is possible to accidentally inherit an AUTOLOAD method. Often this
+ will happen if a class somewhere in the chain uses AutoLoader or
+ defines one of their own. This can lead to confusing error messages
+ when method lookups fail.
+ .
+ Sometimes you want to avoid this accidental inheritance. In that
+ case, inherit from Class::WhiteHole. All unhandled methods will
+ produce normal Perl error messages.

Added: trunk/libclass-whitehole-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/copyright?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/copyright (added)
+++ trunk/libclass-whitehole-perl/debian/copyright Sat Jan 10 17:56:18 2009
@@ -1,0 +1,23 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Thu, 19 Dec 2002 16:34:13 +0000
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/
+
+Upstream Author: Michael G Schwern <schwern at pobox.com>
+
+Copyright 2000 Michael G Schwern <schwern at pobox.com> all rights reserved.
+
+License:
+
+    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" which comes with Perl.
+
+    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/libclass-whitehole-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/rules?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/rules (added)
+++ trunk/libclass-whitehole-perl/debian/rules Sat Jan 10 17:56:18 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

Propchange: trunk/libclass-whitehole-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-whitehole-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-whitehole-perl/debian/watch?rev=29537&op=file
==============================================================================
--- trunk/libclass-whitehole-perl/debian/watch (added)
+++ trunk/libclass-whitehole-perl/debian/watch Sat Jan 10 17:56:18 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-WhiteHole-(.*)\.tar\.gz




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