r12241 - in /trunk/libhtml-copy-perl/debian: changelog control

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Jan 8 21:38:36 UTC 2008


Author: ghostbar-guest
Date: Tue Jan  8 21:38:36 2008
New Revision: 12241

URL: http://svn.debian.org/wsvn/?sc=1&rev=12241
Log:
added Needs to the changelog (working on the not-packaged ones)
added the dependencies to the debian/control so if anyone is gonna build the package is gonna crash

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

Modified: trunk/libhtml-copy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/changelog?rev=12241&op=diff
==============================================================================
--- trunk/libhtml-copy-perl/debian/changelog (original)
+++ trunk/libhtml-copy-perl/debian/changelog Tue Jan  8 21:38:36 2008
@@ -1,6 +1,9 @@
 libhtml-copy-perl (1.22-1) UNRELEASED; urgency=low
 
-  set back to UNRELEASED -- Depends seems rather empty.
+  NEEDS as dependencies: 
+   + libdata-dumper-perl (for the module)
+   + libgetopt-long-perl (for the binary)
+   + libfile-path-perl (for the module)
   
   [ Alejandro Garrido Mota ]
   * New upstream version

Modified: trunk/libhtml-copy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/control?rev=12241&op=diff
==============================================================================
--- trunk/libhtml-copy-perl/debian/control (original)
+++ trunk/libhtml-copy-perl/debian/control Tue Jan  8 21:38:36 2008
@@ -14,7 +14,7 @@
 
 Package: libhtml-copy-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, libfile-spec-perl, libio-all-perl, libencode-perl, libdata-dumper-perl, libhtml-parser-perl (>=3.40), liburi-perl, libgetopt-long-perl, libpod-parser-perl, libfile-path-perl
 Description: HTML::Copy - copy a HTML file without breaking links
  This target of this module is to copy a HTML file without 
  beaking links in the file and is a sub class of HTML::Parser.




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