This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 660e3943f04dd62191ceb3521d57ff8e1a03c251
Author: Daniel P. Berrange <d...@berrange.com>
Date:   Mon Sep 12 22:22:30 2005 +0000

    Ensure makefile depends on the $VERSION_FROM
---
 Makefile.PL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 095421b..bd5e780 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,8 @@ WriteMakefile(
     'DEFINE' => "-DDBUS_API_SUBJECT_TO_CHANGE",
     'INC' => "-Wall $DBUS_CFLAGS",
     'depend' => {
-       Net-DBus.spec => '$(VERSION_FROM)'
+       Net-DBus.spec => '$(VERSION_FROM)',
+       Makefile => '$(VERSION_FROM)',
     }
 );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to