r38528 - /trunk/libuniversal-can-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jun 23 10:20:13 UTC 2009


Author: dmn
Date: Tue Jun 23 10:20:07 2009
New Revision: 38528

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38528
Log:
remove stray comma from Depends

Modified:
    trunk/libuniversal-can-perl/debian/control

Modified: trunk/libuniversal-can-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/debian/control?rev=38528&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/debian/control (original)
+++ trunk/libuniversal-can-perl/debian/control Tue Jun 23 10:20:07 2009
@@ -13,7 +13,7 @@
 
 Package: libuniversal-can-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: safer version of UNIVERSAL::can
  The UNIVERSAL class provides a few default methods so that all objects can
  use them. Object orientation allows programmers to override these methods in




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