libuniversal-isa-perl (1.02-1) debian-dir only changes

Summary

 debian/changelog |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   26 ++++++++++++++++++++++++++
 debian/copyright |   23 +++++++++++++++++++++++
 debian/rules     |    4 ++++
 debian/watch     |    3 +++
 6 files changed, 107 insertions(+)

    
download this patch

Patch contents

--- libuniversal-isa-perl-1.02.orig/debian/control
+++ libuniversal-isa-perl-1.02/debian/control
@@ -0,0 +1,26 @@
+Source: libuniversal-isa-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0), libmodule-build-perl (>= 0.3100)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
+ Damyan Ivanov <dmn@debian.org>, Nathan Handler <nhandler@ubuntu.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/UNIVERSAL-isa/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuniversal-isa-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libuniversal-isa-perl/
+
+Package: libuniversal-isa-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: safer version of UNIVERSAL::isa
+ UNIVERSAL is base class for ALL classes in Object Oriented Perl.
+ UNIVERSAL::isa (isa stands for "is a") is method which can tell 
+ You if object is blessed in package or inherits from package.
+ .
+ This module overloads UNIVERSAL::isa with a version that makes sure
+ that, when called as a function on objects which override isa, isa will
+ call the appropriate method on those objects
+ .
+ In all other cases, the real UNIVERSAL::isa gets called directly.
--- libuniversal-isa-perl-1.02.orig/debian/copyright
+++ libuniversal-isa-perl-1.02/debian/copyright
@@ -0,0 +1,23 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Audrey Tang <cpan@audreyt.org>, chromatic <chromatic@wgz.org>, Yuval Kogman <nothingmuch@woobling.org>
+Upstream-Source: http://search.cpan.org/dist/UNIVERSAL-isa/
+Upstream-Name: UNIVERSAL-isa
+
+Files: *
+Copyright: Copyright 2005-2009, Audrey Tang <cpan@audreyt.org>
+ Copyright 2005-2009, chromatic <chromatic@wgz.org>
+ Copyright 2005-2009, Yuval Kogman <nothingmuch@woobling.org>
+License: Artistic-2.0
+
+Files: debian/*
+Copyright: 2006-2009, Krzysztof Krzyzaniak <eloy@debian.org>
+License: Artistic-2.0
+ It is assumed that the debian/* files are licensed under the same terms as the
+ upstream source
+
+License: Artistic-2.0
+    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
--- libuniversal-isa-perl-1.02.orig/debian/watch
+++ libuniversal-isa-perl-1.02/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/_/./ \
+http://search.cpan.org/dist/UNIVERSAL-isa/   .*/UNIVERSAL-isa-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libuniversal-isa-perl-1.02.orig/debian/compat
+++ libuniversal-isa-perl-1.02/debian/compat
@@ -0,0 +1 @@
+7
--- libuniversal-isa-perl-1.02.orig/debian/changelog
+++ libuniversal-isa-perl-1.02/debian/changelog
@@ -0,0 +1,50 @@
+libuniversal-isa-perl (1.02-1) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+    (source stanza).
+
+  [ Nathan Handler ]
+  * New upstream release
+  * debian/control:
+    - Bump Standards-Vesion to 3.8.1 (No changes)
+    - Add myself to list of Uploaders
+  * debian/copyright:
+    - Switch to new copyright format
+
+  [ gregor herrmann ]
+  * debian/control: make build dependency on libmodule-build-perl versioned.
+  * Minimize debian/rules.
+
+ -- Nathan Handler <nhandler@ubuntu.com>  Mon, 01 Jun 2009 00:58:34 +0000
+
+libuniversal-isa-perl (1.01-1) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+  * Refresh debian/rules, no functional changes; except: don't create
+    .packlist file any more.
+  * debian/watch: use dist-based URL.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Slightly improve short description.
+  * debian/copyright: use author-independent upstream source URL; add actual
+    copyright statement; wrap a long line.
+
+  [ Damyan Ivanov ]
+  * New upstream release
+  * now uses Artistic 2.0 license only. Update debian/copyright; While there,
+    refresh the years of copyright too
+  * debian/rules: rewrite with debhelper 7; bump compat and dependency
+    - do not install redundant README
+  * add myself to Uploaders
+
+ -- Damyan Ivanov <dmn@debian.org>  Wed, 27 Aug 2008 15:25:34 +0300
+
+libuniversal-isa-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (closes: #365142).
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 27 Apr 2006 15:52:30 +0200
+
--- libuniversal-isa-perl-1.02.orig/debian/rules
+++ libuniversal-isa-perl-1.02/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@