r2681 - in /packages/libstring-crc32-perl/trunk/debian: changelog rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Sat May 6 11:13:28 UTC 2006


Author: eloy
Date: Sat May  6 11:13:27 2006
New Revision: 2681

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2681
Log:
eloy: test suite added

Modified:
    packages/libstring-crc32-perl/trunk/debian/changelog
    packages/libstring-crc32-perl/trunk/debian/rules

Modified: packages/libstring-crc32-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-crc32-perl/trunk/debian/changelog?rev=2681&op=diff
==============================================================================
--- packages/libstring-crc32-perl/trunk/debian/changelog (original)
+++ packages/libstring-crc32-perl/trunk/debian/changelog Sat May  6 11:13:27 2006
@@ -4,6 +4,9 @@
   * debian/control:
    - Standards-Version: increased to 3.7.2 without additional changes
    - Uploaders: added me
+  * debian/rules:
+   - cleaning
+   - test suite added
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sat,  6 May 2006 13:07:41 +0200
 

Modified: packages/libstring-crc32-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-crc32-perl/trunk/debian/rules?rev=2681&op=diff
==============================================================================
--- packages/libstring-crc32-perl/trunk/debian/rules (original)
+++ packages/libstring-crc32-perl/trunk/debian/rules Sat May  6 11:13:27 2006
@@ -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
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -52,16 +40,9 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
+	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture dependent package, we are not
-	# supposed to install stuff to /usr/share. MakeMaker creates
-	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
-
 	touch install-stamp
 
 # Build architecture-independent files here.
@@ -72,12 +53,10 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs #DOCS#
+	dh_installdocs
 	dh_installexamples 
-#	dh_installmenu
-#	dh_installcron
 #	dh_installman
-	dh_installchangelogs #CHANGES#
+	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress




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