r13518 - in /trunk/libimage-exif-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 25 12:57:19 UTC 2008


Author: dmn
Date: Fri Jan 25 12:57:19 2008
New Revision: 13518

URL: http://svn.debian.org/wsvn/?sc=1&rev=13518
Log:
* invoke test suite
* actually create install-stamp

Modified:
    trunk/libimage-exif-perl/debian/changelog
    trunk/libimage-exif-perl/debian/rules

Modified: trunk/libimage-exif-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/changelog?rev=13518&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/changelog (original)
+++ trunk/libimage-exif-perl/debian/changelog Fri Jan 25 12:57:19 2008
@@ -40,6 +40,8 @@
     * move debian/libimage-exif-perl.examples's contents to arguments of
       dh_installexamples
   * add myself to Uploaders
+  * invoke test suite
+  * actually create install-stamp
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 25 Jan 2008 12:34:34 +0200
 

Modified: trunk/libimage-exif-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/rules?rev=13518&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/rules (original)
+++ trunk/libimage-exif-perl/debian/rules Fri Jan 25 12:57:19 2008
@@ -30,7 +30,8 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	touch build-stamp
+	$(MAKE) test
+	touch $@
 
 clean: unpatch
 	dh_testdir
@@ -60,6 +61,8 @@
 	rm $(TMP)/usr/lib/perl5/Image/t.pl
 	rm $(TMP)/usr/lib/perl5/Image/create_web_gallery.pl
 
+	touch $@
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




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