r71766 - in /trunk/libdevel-caller-ignorenamespaces-perl/debian: changelog compat control copyright libdevel-caller-ignorenamespaces-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 15:45:31 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 15:44:56 2011
New Revision: 71766

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71766
Log:
looks good, dch -r

Added:
    trunk/libdevel-caller-ignorenamespaces-perl/debian/source/
    trunk/libdevel-caller-ignorenamespaces-perl/debian/source/format
Removed:
    trunk/libdevel-caller-ignorenamespaces-perl/debian/libdevel-caller-ignorenamespaces-perl.docs
Modified:
    trunk/libdevel-caller-ignorenamespaces-perl/debian/changelog
    trunk/libdevel-caller-ignorenamespaces-perl/debian/compat
    trunk/libdevel-caller-ignorenamespaces-perl/debian/control
    trunk/libdevel-caller-ignorenamespaces-perl/debian/copyright

Modified: trunk/libdevel-caller-ignorenamespaces-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-ignorenamespaces-perl/debian/changelog?rev=71766&op=diff
==============================================================================
--- trunk/libdevel-caller-ignorenamespaces-perl/debian/changelog (original)
+++ trunk/libdevel-caller-ignorenamespaces-perl/debian/changelog Sun Mar 20 15:44:56 2011
@@ -1,5 +1,5 @@
-libdevel-caller-ignorenamespaces-perl (1.0-1) UNRELEASED; urgency=low
+libdevel-caller-ignorenamespaces-perl (1.0-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #619030)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 11:36:46 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 12:04:32 -0400

Modified: trunk/libdevel-caller-ignorenamespaces-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-ignorenamespaces-perl/debian/compat?rev=71766&op=diff
==============================================================================
--- trunk/libdevel-caller-ignorenamespaces-perl/debian/compat (original)
+++ trunk/libdevel-caller-ignorenamespaces-perl/debian/compat Sun Mar 20 15:44:56 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libdevel-caller-ignorenamespaces-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-ignorenamespaces-perl/debian/control?rev=71766&op=diff
==============================================================================
--- trunk/libdevel-caller-ignorenamespaces-perl/debian/control (original)
+++ trunk/libdevel-caller-ignorenamespaces-perl/debian/control Sun Mar 20 15:44:56 2011
@@ -1,8 +1,10 @@
 Source: libdevel-caller-ignorenamespaces-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -13,7 +15,7 @@
 Package: libdevel-caller-ignorenamespaces-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: (no short description found)
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: module for hiding namespaces from caller()
+ Devel::Caller::IgnoreNamespaces is a Perl module designed to hide namespaces
+ from caller(). It allows you to register namespaces that should be hidden by
+ means of a replacement caller() function.

Modified: trunk/libdevel-caller-ignorenamespaces-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-ignorenamespaces-perl/debian/copyright?rev=71766&op=diff
==============================================================================
--- trunk/libdevel-caller-ignorenamespaces-perl/debian/copyright (original)
+++ trunk/libdevel-caller-ignorenamespaces-perl/debian/copyright Sun Mar 20 15:44:56 2011
@@ -1,29 +1,16 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: (information incomplete)
+Maintainer: David Cantrell <david at cantrell.org.uk>
 Source: http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/
 Name: Devel-Caller-IgnoreNamespaces
-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.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: (information incomplete)
-License: unparsable
+Copyright: 2009, David Cantrell <david at cantrell.org.uk>
+ 2001-2008, Damian Conway <damian at conway.org>
+License: Artistic or GPL-2
 
 Files: debian/*
 Copyright: 2011, Jonathan Yu <jawnsy at cpan.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -40,3 +27,11 @@
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-2
+ 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; version 2.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: trunk/libdevel-caller-ignorenamespaces-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-ignorenamespaces-perl/debian/source/format?rev=71766&op=file
==============================================================================
--- trunk/libdevel-caller-ignorenamespaces-perl/debian/source/format (added)
+++ trunk/libdevel-caller-ignorenamespaces-perl/debian/source/format Sun Mar 20 15:44:56 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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