r6483 - /trunk/libnet-ssh-perl-perl/debian/rules

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Sat Aug 11 18:10:56 UTC 2007


Author: sukria
Date: Sat Aug 11 18:10:55 2007
New Revision: 6483

URL: http://svn.debian.org/wsvn/?sc=1&rev=6483
Log:
Cleaner debian/rules, removed unused debhelper calls.

Modified:
    trunk/libnet-ssh-perl-perl/debian/rules

Modified: trunk/libnet-ssh-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-ssh-perl-perl/debian/rules?rev=6483&op=diff
==============================================================================
--- trunk/libnet-ssh-perl-perl/debian/rules (original)
+++ trunk/libnet-ssh-perl-perl/debian/rules Sat Aug 11 18:10:55 2007
@@ -22,20 +22,16 @@
 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,13 @@
 	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,9 +54,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README ToDo
 	dh_installchangelogs Changes
 	dh_perl




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