r42425 - in /trunk/libmodule-starter-pbp-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Aug 22 05:27:11 UTC 2009


Author: carnil-guest
Date: Sat Aug 22 05:26:57 2009
New Revision: 42425

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42425
Log:
* Initial Release. (Closes: #538044)
* debian/control: 
  - Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) 
    with an unversioned dependency on perl (as permitted by Debian Policy 
    3.8.3).
  - Add myself to Uploaders.
  - Bump Standards-Version to 3.8.3.
  - Make short description a noun phrase.
  - Add Build-Depends-Indep on libtest-pod-perl and libtest-pod-coverage-perl.

Modified:
    trunk/libmodule-starter-pbp-perl/debian/changelog
    trunk/libmodule-starter-pbp-perl/debian/control

Modified: trunk/libmodule-starter-pbp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-pbp-perl/debian/changelog?rev=42425&op=diff
==============================================================================
--- trunk/libmodule-starter-pbp-perl/debian/changelog (original)
+++ trunk/libmodule-starter-pbp-perl/debian/changelog Sat Aug 22 05:26:57 2009
@@ -3,21 +3,18 @@
   [ Jeremiah C. Foster ]
   TODO:
   - debian/control:
-    + libmodule-build-perl is unnecessary, dh prefers EUMM
-      (and in case it were needed it should be "perl-modules (>= 5.10) |
-      libmodule-build-perl")
-    + remove the unversioned perl-modules in B-D-I and Depends
-    + short description should be noun phrase, and without a full stop at the
-      end
     + Vcs-* headers missing
-    + Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl missing
-  - debian/changelog: syntax error in bug closer
 
-  * Initial Release. Closes (#538044)
+  * Initial Release. (Closes: #538044)
 
   [ Salvatore Bonaccorso ]
-  * debian/control: Changed: Replace versioned (build-)dependency on
-    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
-    permitted by Debian Policy 3.8.3).
+  * debian/control: 
+    - Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) 
+      with an unversioned dependency on perl (as permitted by Debian Policy 
+      3.8.3).
+    - Add myself to Uploaders.
+    - Bump Standards-Version to 3.8.3.
+    - Make short description a noun phrase.
+    - Add Build-Depends-Indep on libtest-pod-perl and libtest-pod-coverage-perl.
 
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Wed, 22 Jul 2009 16:19:54 +0000
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 22 Aug 2009 07:25:06 +0200

Modified: trunk/libmodule-starter-pbp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-pbp-perl/debian/control?rev=42425&op=diff
==============================================================================
--- trunk/libmodule-starter-pbp-perl/debian/control (original)
+++ trunk/libmodule-starter-pbp-perl/debian/control Sat Aug 22 05:26:57 2009
@@ -1,19 +1,19 @@
 Source: libmodule-starter-pbp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
-Build-Depends-Indep: perl, perl-modules,
-  libmodule-starter-perl
+Build-Depends: debhelper (>= 7),
+Build-Depends-Indep: perl, libmodule-starter-perl,  
+ libtest-pod-coverage-perl (>= 1.04), libtest-pod-perl (>= 1.14)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-Standards-Version: 3.8.2
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+ Salvatore Bonaccorso <salvatore.bonacccorso at gmail.com>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Module-Starter-PBP/
 
 Package: libmodule-starter-pbp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
-  libmodule-starter-perl
-Description: Create new perl modules following best practices.
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-starter-perl
+Description: Perl module to create new perl modules following best practices
  Module::Starter::PBP implements a simple approach to creating modules and
  their support files, based on the Module::Starter approach. Module::Starter
  needs to be installed before this module can be used.




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