[libnet-dbus-perl] 104/335: Ensure makefile depends on the $VERSION_FROM
Intrigeri
intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:33 UTC 2015
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 <dan at 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
More information about the Pkg-perl-cvs-commits
mailing list