r49427 - in /trunk/libmodule-pluggable-fast-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 26 14:59:46 UTC 2009


Author: jawnsy-guest
Date: Sat Dec 26 14:59:09 2009
New Revision: 49427

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49427
Log:
* Refresh copyright information using DEP5 format
* Use an override for POD tests
* Update dependencies per upstream

Modified:
    trunk/libmodule-pluggable-fast-perl/debian/changelog
    trunk/libmodule-pluggable-fast-perl/debian/control
    trunk/libmodule-pluggable-fast-perl/debian/copyright
    trunk/libmodule-pluggable-fast-perl/debian/rules

Modified: trunk/libmodule-pluggable-fast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/debian/changelog?rev=49427&op=diff
==============================================================================
--- trunk/libmodule-pluggable-fast-perl/debian/changelog (original)
+++ trunk/libmodule-pluggable-fast-perl/debian/changelog Sat Dec 26 14:59:09 2009
@@ -3,6 +3,9 @@
   * New upstream release
   * Standards-Version 3.8.3
   * Drop version deps satisfied by oldstable
+  * Refresh copyright information using DEP5 format
+  * Use an override for POD tests
+  * Update dependencies per upstream
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 26 Dec 2009 01:11:04 -0500
 

Modified: trunk/libmodule-pluggable-fast-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/debian/control?rev=49427&op=diff
==============================================================================
--- trunk/libmodule-pluggable-fast-perl/debian/control (original)
+++ trunk/libmodule-pluggable-fast-perl/debian/control Sat Dec 26 14:59:09 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libuniversal-exports-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, libuniversal-require-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -13,7 +13,8 @@
 
 Package: libmodule-pluggable-fast-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl,
+ libuniversal-require-perl
 Description: module for fast plugins with instantiation
  Module::Pluggable::Fast is similar to Module::Pluggable but instantiates
  plugins as soon as they are found, which is useful for code generators like

Modified: trunk/libmodule-pluggable-fast-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/debian/copyright?rev=49427&op=diff
==============================================================================
--- trunk/libmodule-pluggable-fast-perl/debian/copyright (original)
+++ trunk/libmodule-pluggable-fast-perl/debian/copyright Sat Dec 26 14:59:09 2009
@@ -1,31 +1,32 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Sebastian Riedel <sri at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Module-Pluggable-Fast/
-Upstream-Name: Module-Pluggable-Fast
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Sebastian Riedel <sri at cpan.org>
+Source: http://search.cpan.org/dist/Module-Pluggable-Fast/
+Name: Module-Pluggable-Fast
 
 Files: *
-Copyright: © 2004-2005, Sebastian Riedel <sri at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2004-2005, Sebastian Riedel <sri at cpan.org>
+License: Artistic or GPL-1+
 X-Comment: Years of copyright taken from `Changes' file.
 
 Files: debian/*
-Copyright:
- © 2005-2006, Florian Ragwitz <rafl at debian.org>
- © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
-License: Artistic | GPL-1+
+Copyright: 2009, Ansgar Burchardt <ansgar at 43-1.org>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2008, Mark Hymers <mhy at debian.org>
+ 2005-2006, Florian Ragwitz <rafl at debian.org>
+License: Artistic or GPL-1+
 
 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'
+ 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'
 
 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 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'

Modified: trunk/libmodule-pluggable-fast-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/debian/rules?rev=49427&op=diff
==============================================================================
--- trunk/libmodule-pluggable-fast-perl/debian/rules (original)
+++ trunk/libmodule-pluggable-fast-perl/debian/rules Sat Dec 26 14:59:09 2009
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
+
 %:
-	TEST_POD=1 dh $@
+	dh $@
+
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test




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