r3369 - in /packages/libfont-ttf-perl/trunk/debian: changelog rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Aug 2 10:34:19 UTC 2006


Author: eloy
Date: Wed Aug  2 10:34:18 2006
New Revision: 3369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3369
Log:
eloy: cleaning package from mess

Modified:
    packages/libfont-ttf-perl/trunk/debian/changelog
    packages/libfont-ttf-perl/trunk/debian/rules

Modified: packages/libfont-ttf-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfont-ttf-perl/trunk/debian/changelog?rev=3369&op=diff
==============================================================================
--- packages/libfont-ttf-perl/trunk/debian/changelog (original)
+++ packages/libfont-ttf-perl/trunk/debian/changelog Wed Aug  2 10:34:18 2006
@@ -1,6 +1,7 @@
 libfont-ttf-perl (0.40-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules - cleaned
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Wed,  2 Aug 2006 12:31:06 +0200
 

Modified: packages/libfont-ttf-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfont-ttf-perl/trunk/debian/rules?rev=3369&op=diff
==============================================================================
--- packages/libfont-ttf-perl/trunk/debian/rules (original)
+++ packages/libfont-ttf-perl/trunk/debian/rules Wed Aug  2 10:34:18 2006
@@ -15,7 +15,6 @@
 build: build-stamp
 build-stamp: 
 	dh_testdir
-	# Add here commands to compile the package
 	$(PERL) Makefile.PL $(config)
 	$(MAKE)
 	touch build-stamp
@@ -23,9 +22,6 @@
 clean: 
 	dh_testdir
 	dh_testroot
-	# Add here commands to clean up after the build process.
-	# Upstream ships a bogus Makefile, so rebuilding the Makefile is
-	# the most reliable way of being able to run make distclean.
 	$(PERL) Makefile.PL
 	$(MAKE) distclean
 	dh_clean build-stamp
@@ -38,6 +34,7 @@
 	dh_testroot
 	dh_clean
 	$(MAKE) install PREFIX=$(TMP)/usr
+	$(MAKE) test
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	dh_perl
 	dh_installdocs README.TXT




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