r1712 - packages/libjavascript-perl/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Tue Dec 20 10:37:14 UTC 2005


Author: eloy
Date: 2005-12-20 10:37:14 +0000 (Tue, 20 Dec 2005)
New Revision: 1712

Modified:
   packages/libjavascript-perl/trunk/debian/changelog
   packages/libjavascript-perl/trunk/debian/rules
Log:
eloy: cleaning


Modified: packages/libjavascript-perl/trunk/debian/changelog
===================================================================
--- packages/libjavascript-perl/trunk/debian/changelog	2005-12-20 10:08:26 UTC (rev 1711)
+++ packages/libjavascript-perl/trunk/debian/changelog	2005-12-20 10:37:14 UTC (rev 1712)
@@ -2,6 +2,7 @@
 
   * New upstream release (closes: #329569)
   * Added me to Uploaders
+  * debian/rules - cleaning
   * Standards-Version increased to 3.6.2 without changes
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 19 Dec 2005 16:13:41 +0100

Modified: packages/libjavascript-perl/trunk/debian/rules
===================================================================
--- packages/libjavascript-perl/trunk/debian/rules	2005-12-20 10:08:26 UTC (rev 1711)
+++ packages/libjavascript-perl/trunk/debian/rules	2005-12-20 10:37:14 UTC (rev 1712)
@@ -4,13 +4,7 @@
 # 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
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
-
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -31,20 +25,14 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
 	-$(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: install-stamp
@@ -52,9 +40,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) test
+	-$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	# As this is a architecture dependent package, we are not supposed to install
@@ -74,9 +60,7 @@
 	dh_testroot
 	dh_installdocs README TODO
 	dh_installexamples 
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
+	dh_installman
 	dh_installchangelogs Changes
 	dh_link
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))




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