r41243 - in /trunk/libtest-subcalls-perl/debian: control copyright libtest-subcalls-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Aug 3 16:17:55 UTC 2009


Author: jawnsy-guest
Date: Mon Aug  3 16:17:38 2009
New Revision: 41243

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41243
Log:
Removed .docs to prevent them from being installed, added copyright info for M::I

Removed:
    trunk/libtest-subcalls-perl/debian/libtest-subcalls-perl.docs
Modified:
    trunk/libtest-subcalls-perl/debian/control
    trunk/libtest-subcalls-perl/debian/copyright

Modified: trunk/libtest-subcalls-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/control?rev=41243&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/control (original)
+++ trunk/libtest-subcalls-perl/debian/control Mon Aug  3 16:17:38 2009
@@ -2,26 +2,19 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules,
-  libhook-lexwrap-perl (>= 0.20)
+Build-Depends-Indep: perl (>= 5.6.0-16), libhook-lexwrap-perl (>= 0.20)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Test-SubCalls/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-subcalls-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-subcalls-perl/
 
 Package: libtest-subcalls-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, perl (>= 5.6.0),
-  libhook-lexwrap-perl (>= 0.20)
-Description: Track the number of times subs are called
- There are a number of different situations (like testing caching code) where
- you want to want to do a number of tests, and then verify that some
- underlying subroutine deep within the code was called a specific number of
- times.
- .
- Test::SubCalls provides a number of functions for doing testing in this way
- in association with your normal Test::More (or similar) test scripts.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libhook-lexwrap-perl (>= 0.20)
+Description: Perl module to count subroutine calls
+ Test::SubCalls provides functions for testing that subroutines are called a
+ specific number of times. It is useful in situations like testing caching
+ code, where you want to do some tests as normal and then verify that some
+ underlying subroutine within the code was called a specific number of times.

Modified: trunk/libtest-subcalls-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/copyright?rev=41243&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/copyright (original)
+++ trunk/libtest-subcalls-perl/debian/copyright Mon Aug  3 16:17:38 2009
@@ -3,20 +3,21 @@
 Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Test-SubCalls/
 Upstream-Name: Test-SubCalls
-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.
 
 Files: *
-Copyright: Adam Kennedy <adamk at cpan.org>
+Copyright: 2005-2009, Adam Kennedy <adamk at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic




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