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 3b0a384a2c6e5b120105c200d5c3a9c43b624083
Author: Daniel P. Berrange <d...@berrange.com>
Date:   Mon Nov 21 11:40:16 2005 +0000

    Ensure spec file gets deleted when "realclean" is run
---
 Makefile.PL | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index c47babe..79f5420 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,23 +14,26 @@ if (!$DBUS_LIBS || !$DBUS_CFLAGS) {
 }
 
 WriteMakefile(
-    'NAME' => 'Net::DBus',
-    'VERSION_FROM' => 'lib/Net/DBus.pm',
-    'PREREQ_PM' => {
-        'Test::More'  => 0,
-        'Time::HiRes' => 0,
-        'XML::Grove' => 0,
-        'XML::Parser' => 0
-    },
+             'NAME' => 'Net::DBus',
+             'VERSION_FROM' => 'lib/Net/DBus.pm',
+             'PREREQ_PM' => {
+                 'Test::More'  => 0,
+                 'Time::HiRes' => 0,
+                 'XML::Grove' => 0,
+                 'XML::Parser' => 0
+                 },
 #    'ABSTRACT_FROM' => 'lib/Net/DBus.pm',
-    'AUTHOR' => 'Daniel Berrange <d...@berrange.com>',
-    'LIBS' => [$DBUS_LIBS], 
-    'DEFINE' => "-DDBUS_API_SUBJECT_TO_CHANGE -DPD_DO_DEBUG=1",
-    'INC' => "-Wall $DBUS_CFLAGS",
-    'depend' => {
-       Net-DBus.spec => '$(VERSION_FROM)',
-       Makefile => '$(VERSION_FROM)',
-    }
+             'AUTHOR' => 'Daniel Berrange <d...@berrange.com>',
+             'LIBS' => [$DBUS_LIBS], 
+             'DEFINE' => "-DDBUS_API_SUBJECT_TO_CHANGE -DPD_DO_DEBUG=1",
+             'INC' => "-Wall $DBUS_CFLAGS",
+             'depend' => {
+                 Net-DBus.spec => '$(VERSION_FROM)',
+                 Makefile => '$(VERSION_FROM)',
+             },
+             'realclean' => {
+                 FILES => 'Net-DBus.spec',
+             },
 );
 
 package MY;

-- 
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