r44533 - in /trunk/libconvert-color-perl/debian: changelog control

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Sep 21 16:42:06 UTC 2009


Author: mxey-guest
Date: Mon Sep 21 16:41:59 2009
New Revision: 44533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44533
Log:
Added missing dependencies

Modified:
    trunk/libconvert-color-perl/debian/changelog
    trunk/libconvert-color-perl/debian/control

Modified: trunk/libconvert-color-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/changelog?rev=44533&op=diff
==============================================================================
--- trunk/libconvert-color-perl/debian/changelog (original)
+++ trunk/libconvert-color-perl/debian/changelog Mon Sep 21 16:41:59 2009
@@ -1,10 +1,4 @@
 libconvert-color-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control:
-    + add libtest-pod-perl to B-D-I (t/99pod.t)
-    + add x11-common to B-D-I (t/31x11.t looks for rgb.txt), maybe also to
-      Recommends/Suggest, depending on how important Convert::Color::X11 is
 
   * Initial Release (closes: #547686).
 

Modified: trunk/libconvert-color-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/control?rev=44533&op=diff
==============================================================================
--- trunk/libconvert-color-perl/debian/control (original)
+++ trunk/libconvert-color-perl/debian/control Mon Sep 21 16:41:59 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libtest-pod-perl, x11-common
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gass <mxey at cloudconnected.org>
 Standards-Version: 3.8.3
@@ -13,6 +13,7 @@
 Package: libconvert-color-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
+Recommends: x11-common
 Description: Perl module for color space conversions and named lookups
  Convert::Color provides conversions between commonly used ways to express
  colors. It provides conversions between color spaces such as RGB and HSV, and




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