[libnet-dbus-perl] 158/335: Ensure spec file gets deleted when "realclean" is run

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:45 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 3b0a384a2c6e5b120105c200d5c3a9c43b624083
Author: Daniel P. Berrange <dan at 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 <dan at 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 <dan at 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



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