[dh-make-perl-cvs-dev] CVS dh-make-perl/debian

CVS User csacca-guest cvs@dh-make-perl.alioth.debian.org
Tue, 29 Mar 2005 16:58:44 +0000


Update of /cvsroot/dh-make-perl/dh-make-perl/debian
In directory haydn:/tmp/cvs-serv29832/debian

Modified Files:
	changelog control 
Log Message:
  * dh-make-perl: Uses Module::Depends::Intrusive in extract_depends() to find
    dependencies now.  This simulates a build of the module ensuring that you
    get all the dependencies.  (Closes: #297537)
  * debian/control: Added dependency on libmodule-depends-perl for dependency
    detection fix.


--- /cvsroot/dh-make-perl/dh-make-perl/debian/changelog	2005/03/27 18:04:29	1.28
+++ /cvsroot/dh-make-perl/dh-make-perl/debian/changelog	2005/03/29 16:58:44	1.29
@@ -4,6 +4,11 @@
     templates.
   * dh-make-perl: Check if module from cpan is a standard module
     (Closes: #136732)
+  * dh-make-perl: Uses Module::Depends::Intrusive in extract_depends() to find
+    dependencies now.  This simulates a build of the module ensuring that you
+    get all the dependencies.  (Closes: #297537)
+  * debian/control: Added dependency on libmodule-depends-perl for dependency
+    detection fix.
 
  -- Marc 'HE' Brockschmidt <he@debian.org>  Sat, 26 Mar 2005 00:33:23 +0100
 
--- /cvsroot/dh-make-perl/dh-make-perl/debian/control	2005/03/24 17:10:12	1.12
+++ /cvsroot/dh-make-perl/dh-make-perl/debian/control	2005/03/29 16:58:44	1.13
@@ -9,7 +9,7 @@
 
 Package: dh-make-perl
 Architecture: all
-Depends: debhelper (>= 4.0.2), libpod-parser-perl, ${perl:Depends}, make, dpkg-dev, fakeroot, ${misc:Depends}, libyaml-perl
+Depends: debhelper (>= 4.0.2), libpod-parser-perl, ${perl:Depends}, make, dpkg-dev, fakeroot, ${misc:Depends}, libyaml-perl, libmodule-depends-perl
 Recommends: apt-file, libmodule-build-perl
 Description: Create debian packages from perl modules
  dh-make-perl will create the files required to build a debian source