r38911 - in /trunk/libextutils-cbuilder-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 29 15:17:56 UTC 2009


Author: gregoa
Date: Mon Jun 29 15:17:50 2009
New Revision: 38911

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38911
Log:
* debian/control:
  - add perl-modules (>= 5.10) as an alternative build dependency on
    libmodule-build-perl
  - make short description a noun phrase

Modified:
    trunk/libextutils-cbuilder-perl/debian/changelog
    trunk/libextutils-cbuilder-perl/debian/control

Modified: trunk/libextutils-cbuilder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cbuilder-perl/debian/changelog?rev=38911&op=diff
==============================================================================
--- trunk/libextutils-cbuilder-perl/debian/changelog (original)
+++ trunk/libextutils-cbuilder-perl/debian/changelog Mon Jun 29 15:17:50 2009
@@ -15,6 +15,12 @@
   * debian/copyright:
     - Update years for debian/* copyright
     - Use <>'s to surround email addresses
+
+  [ gregor herrmann ]
+  * debian/control:
+    - add perl-modules (>= 5.10) as an alternative build dependency on
+      libmodule-build-perl
+    - make short description a noun phrase
 
  -- Nathan Handler <nhandler at ubuntu.com>  Mon, 29 Jun 2009 02:38:02 +0000
 

Modified: trunk/libextutils-cbuilder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cbuilder-perl/debian/control?rev=38911&op=diff
==============================================================================
--- trunk/libextutils-cbuilder-perl/debian/control (original)
+++ trunk/libextutils-cbuilder-perl/debian/control Mon Jun 29 15:17:50 2009
@@ -1,7 +1,7 @@
 Source: libextutils-cbuilder-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
@@ -14,7 +14,7 @@
 Package: libextutils-cbuilder-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Compile and link C code for Perl modules
+Description: module to compile and link C code for Perl modules
  ExtUtils::CBuilder module can build the C portions of Perl modules by
  invoking the appropriate compilers and linkers in a cross-platform manner.
  It was motivated by the Module::Build project, but may be useful for other




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