r35770 - in /trunk/libsignatures-perl/debian: control copyright libsignatures-perl.docs

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue May 19 03:11:52 UTC 2009


Author: ryan52-guest
Date: Tue May 19 03:11:47 2009
New Revision: 35770

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35770
Log:
add copyright, add builddep, fix description

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

Modified: trunk/libsignatures-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsignatures-perl/debian/control?rev=35770&op=diff
==============================================================================
--- trunk/libsignatures-perl/debian/control (original)
+++ trunk/libsignatures-perl/debian/control Tue May 19 03:11:47 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), libb-hooks-op-check-perl (>= 0.17),
   libb-hooks-parser-perl (>= 0.07), libb-hooks-op-ppaddr-perl,
-  libb-hooks-endofscope-perl (>= 0.08), perl (>= 5.6.0-12)
+  libb-hooks-endofscope-perl (>= 0.08), perl (>= 5.6.0-12),
+  libextutils-depends-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
@@ -16,7 +17,13 @@
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
   libb-hooks-op-check-perl (>= 0.17), libb-hooks-parser-perl (>= 0.07),
   libb-hooks-op-ppaddr-perl, libb-hooks-endofscope-perl (>= 0.08)
-Description: subroutine signatures with no source filter
- subroutine signatures with no source filter
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Perl module for subroutine signatures with no source filter
+ With signatures, we can specify subroutine signatures and have
+ variables automatically defined within the subroutine. Note that,
+ although the syntax is very similar, the signatures provided by this
+ module are not to be confused with the prototypes described in
+ perlsub. All this module does is extracting items of @_ and assigning
+ them to the variables in the parameter list. No argument validation
+ is done at runtime.
+
+

Modified: trunk/libsignatures-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsignatures-perl/debian/copyright?rev=35770&op=diff
==============================================================================
--- trunk/libsignatures-perl/debian/copyright (original)
+++ trunk/libsignatures-perl/debian/copyright Tue May 19 03:11:47 2009
@@ -3,20 +3,18 @@
 Upstream-Maintainer: Florian Ragwitz <rafl at debian.org>
 Upstream-Source: http://search.cpan.org/dist/signatures/
 Upstream-Name: signatures
-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: Florian Ragwitz <rafl at debian.org>
+Copyright: Copyright (c) 2008  Florian Ragwitz
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2008 - 2009 Adam Kennedy.
 License: Artistic | GPL-1+
 
 License: Artistic




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