r44189 - in /trunk/libcss-packer-perl: debian/changelog debian/clean debian/control t/stylesheets/s1-got.css t/stylesheets/s2-got.css t/stylesheets/s3-got.css t/stylesheets/s4-got.css

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Sep 17 17:04:05 UTC 2009


Author: emhn-guest
Date: Thu Sep 17 17:03:59 2009
New Revision: 44189

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44189
Log:
* Needs libtest-pod-perl as Build-Depends-Indep so no tests are
  skipped during building.
* Added debian/clean to clean up cruft left after tests.

Added:
    trunk/libcss-packer-perl/debian/clean
Removed:
    trunk/libcss-packer-perl/t/stylesheets/s1-got.css
    trunk/libcss-packer-perl/t/stylesheets/s2-got.css
    trunk/libcss-packer-perl/t/stylesheets/s3-got.css
    trunk/libcss-packer-perl/t/stylesheets/s4-got.css
Modified:
    trunk/libcss-packer-perl/debian/changelog
    trunk/libcss-packer-perl/debian/control

Modified: trunk/libcss-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/changelog?rev=44189&op=diff
==============================================================================
--- trunk/libcss-packer-perl/debian/changelog (original)
+++ trunk/libcss-packer-perl/debian/changelog Thu Sep 17 17:03:59 2009
@@ -1,5 +1,8 @@
 libcss-packer-perl (0.2-1) unstable; urgency=low
 
   * Initial Release. (Closes: #546820)
+  * Needs libtest-pod-perl as Build-Depends-Indep so no tests are
+    skipped during building.
+  * Added debian/clean to clean up cruft left after tests.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Tue, 15 Sep 2009 18:23:59 -0430

Added: trunk/libcss-packer-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/clean?rev=44189&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/clean (added)
+++ trunk/libcss-packer-perl/debian/clean Thu Sep 17 17:03:59 2009
@@ -1,0 +1,5 @@
+t/stylesheets/s1-got.css
+t/stylesheets/s2-got.css
+t/stylesheets/s3-got.css
+t/stylesheets/s4-got.css
+

Modified: trunk/libcss-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/control?rev=44189&op=diff
==============================================================================
--- trunk/libcss-packer-perl/debian/control (original)
+++ trunk/libcss-packer-perl/debian/control Thu Sep 17 17:03:59 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl-modules
+Build-Depends-Indep: perl, perl-modules (>= 5.8.0), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Standards-Version: 3.8.3
@@ -12,8 +12,8 @@
 
 Package: libcss-packer-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
-Description: A fast pure perl CSS cleaner
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules (>= 5.8.0)
+Description: Fast pure perl CSS cleaner
  CSS::Packer is a pure Perl library for CSS cleanup. It can do CSS
  reformatting, whitespace and newline removal, in order to get a
  "pretty-printed" version or a minimal size version of the original




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