r30745 - /trunk/libsyntax-highlight-engine-simple-perl/debian/control

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Mon Feb 16 00:21:11 UTC 2009


Author: bremner-guest
Date: Mon Feb 16 00:21:08 2009
New Revision: 30745

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30745
Log:
add missing build depends for test suites. Remove . from short description. Move build-deps to build-deps-indep

Modified:
    trunk/libsyntax-highlight-engine-simple-perl/debian/control

Modified: trunk/libsyntax-highlight-engine-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/control?rev=30745&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/control (original)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/control Mon Feb 16 00:21:08 2009
@@ -1,8 +1,9 @@
 Source: libsyntax-highlight-engine-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, libuniversal-require-perl, libversion-perl
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.10-12), libuniversal-require-perl, libversion-perl, 
+		     	       libtest-perl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Bremner <bremner at unb.ca>
 Standards-Version: 3.8.0
@@ -14,7 +15,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
 Recommends: libsyntax-highlight-engine-simple-languages-perl
-Description: framework for generating syntax highlighted HTML from source code.
+Description: framework for generating syntax highlighted HTML from source code
  Syntax::Highlight::Engine::Simple provides an easy way to create
  syntax highlighting modules for various languages. It generates HTML
  by marking up the input string with span tags according the given




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