r40393 - in /trunk/libhtml-prototype-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jul 21 10:38:02 UTC 2009


Author: gregoa
Date: Tue Jul 21 10:37:55 2009
New Revision: 40393

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40393
Log:
* debian/control:
  - remove build dependency on libmodule-build-perl, debhelper prefers EUMM
  - make short description a noun phrase

Modified:
    trunk/libhtml-prototype-perl/debian/changelog
    trunk/libhtml-prototype-perl/debian/control

Modified: trunk/libhtml-prototype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/changelog?rev=40393&op=diff
==============================================================================
--- trunk/libhtml-prototype-perl/debian/changelog (original)
+++ trunk/libhtml-prototype-perl/debian/changelog Tue Jul 21 10:37:55 2009
@@ -24,6 +24,9 @@
 
   [ gregor herrmann ]
   * debian/copyright: add third-party copyright holder.
+  * debian/control:
+    - remove build dependency on libmodule-build-perl, debhelper prefers EUMM
+    - make short description a noun phrase
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 20 Jul 2009 14:49:25 +0200
 

Modified: trunk/libhtml-prototype-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-prototype-perl/debian/control?rev=40393&op=diff
==============================================================================
--- trunk/libhtml-prototype-perl/debian/control (original)
+++ trunk/libhtml-prototype-perl/debian/control Tue Jul 21 10:37:55 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep:  perl (>= 5.8.0-7), libmodule-build-perl,
+Build-Depends-Indep:  perl (>= 5.8.0-7),
  libtest-pod-perl, libtest-pod-coverage-perl, libclass-accessor-perl,
  libhtml-tree-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -17,7 +17,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
  libhtml-tree-perl
-Description:  Generate HTML and Javascript for the Prototype library
+Description: module to generate HTML and Javascript for the Prototype library
  HTML::Prototype contains some code generators for Prototype, the famous
  JavaScript OO library and the script.aculous extensions.
  .




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