r21670 - in /trunk/libcss-tiny-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jun 15 18:49:17 UTC 2008


Author: dmn
Date: Sun Jun 15 18:49:17 2008
New Revision: 21670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21670
Log:
also remove perl-modules from (build-)dependencies

Modified:
    trunk/libcss-tiny-perl/debian/changelog
    trunk/libcss-tiny-perl/debian/control

Modified: trunk/libcss-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/changelog?rev=21670&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/changelog (original)
+++ trunk/libcss-tiny-perl/debian/changelog Sun Jun 15 18:49:17 2008
@@ -17,7 +17,7 @@
     statement in debian/copyright
   * add myself to Uploaders
   * debian/control: drop unnecessary (build-)dependency on
-    libextutils-autoinstall-perl and libsort-versions-perl
+    libextutils-autoinstall-perl, libsort-versions-perl and perl-modules
   * bump standards-version to 3.8.0 (no changes)
   * replace debian/rules with a 3-liner thanks to debhelper 7
 

Modified: trunk/libcss-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/control?rev=21670&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/control (original)
+++ trunk/libcss-tiny-perl/debian/control Sun Jun 15 18:49:17 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), perl-modules
+Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.8.0
@@ -12,7 +12,7 @@
 
 Package: libcss-tiny-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Depends: ${perl:Depends}, ${misc:Depends}
 Description:  Read/Write .css files with as little code as possible
  CSS::Tiny is a perl class to read and write .css stylesheets with as 
  little code as possible, reducing load time and memory overhead.




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