r4331 - in /packages/liblogger-syslog-perl/trunk/debian: changelog rules

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Wed Nov 22 07:30:52 CET 2006


Author: sukria
Date: Wed Nov 22 07:30:52 2006
New Revision: 4331

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4331
Log:
Couple of changes in debian/rules
Package is ready.


Modified:
    packages/liblogger-syslog-perl/trunk/debian/changelog
    packages/liblogger-syslog-perl/trunk/debian/rules

Modified: packages/liblogger-syslog-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblogger-syslog-perl/trunk/debian/changelog?rev=4331&op=diff
==============================================================================
--- packages/liblogger-syslog-perl/trunk/debian/changelog (original)
+++ packages/liblogger-syslog-perl/trunk/debian/changelog Wed Nov 22 07:30:52 2006
@@ -2,5 +2,5 @@
 
   * Initial Release.
 
- -- Alexis Sukrieh <sukria at debian.org>  Wed, 22 Nov 2006 07:18:18 +0100
+ -- Alexis Sukrieh <sukria at debian.org>  Wed, 22 Nov 2006 07:29:23 +0100
 

Modified: packages/liblogger-syslog-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblogger-syslog-perl/trunk/debian/rules?rev=4331&op=diff
==============================================================================
--- packages/liblogger-syslog-perl/trunk/debian/rules (original)
+++ packages/liblogger-syslog-perl/trunk/debian/rules Wed Nov 22 07:30:52 2006
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -17,25 +13,25 @@
 PERL = /usr/bin/perl
 endif
 
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+TMP = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
+	
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
+	
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
+	
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
+	
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -43,16 +39,15 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
+	
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
+	
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-
+	
 	touch install-stamp
 
 binary-arch:
@@ -61,10 +56,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
-	dh_installdocs README .svn/text-base/README.svn-base
+	dh_installdocs README
 	dh_installchangelogs 
 	dh_perl
 	dh_link




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