r10872 - in /trunk/libhttp-request-params-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Dec 5 20:48:44 UTC 2007


Author: dmn
Date: Wed Dec  5 20:48:44 2007
New Revision: 10872

URL: http://svn.debian.org/wsvn/?sc=1&rev=10872
Log:
* debian/rules: add explicit $(MAKE) call

Modified:
    trunk/libhttp-request-params-perl/debian/changelog
    trunk/libhttp-request-params-perl/debian/rules

Modified: trunk/libhttp-request-params-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/changelog?rev=10872&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/changelog (original)
+++ trunk/libhttp-request-params-perl/debian/changelog Wed Dec  5 20:48:44 2007
@@ -10,6 +10,7 @@
   [ Damyan Ivanov ]
   * Use faster URL in debian/watch
   * Drop debian/docs, do not ship redundant README
+  * debian/rules: add explicit $(MAKE) call
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 14:51:45 -0400
 

Modified: trunk/libhttp-request-params-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/rules?rev=10872&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/rules (original)
+++ trunk/libhttp-request-params-perl/debian/rules Wed Dec  5 20:48:44 2007
@@ -23,6 +23,7 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
 	$(MAKE) test
 	touch build-stamp
 




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