r9780 - in /trunk/libpdf-api2-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 26 19:51:48 UTC 2007


Author: dmn
Date: Mon Nov 26 19:51:48 2007
New Revision: 9780

URL: http://svn.debian.org/wsvn/?sc=1&rev=9780
Log:
* Add explicit $(MAKE) call. I don't knwo why, but this fixes parallel build

Modified:
    trunk/libpdf-api2-perl/debian/changelog
    trunk/libpdf-api2-perl/debian/rules

Modified: trunk/libpdf-api2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/changelog?rev=9780&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/changelog (original)
+++ trunk/libpdf-api2-perl/debian/changelog Mon Nov 26 19:51:48 2007
@@ -1,9 +1,13 @@
 libpdf-api2-perl (0.68-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Update debian/ignored-manpages.
   * Update patch fix_unmatched_back.patch.
   * Add patch fix_typo_in_manpage.patch that fixes typos in the inline docs.
+
+  [ Damyan Ivanov ]
+  * Add explicit $(MAKE) call. I don't knwo why, but this fixes parallel build
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 22:55:03 +0100
 

Modified: trunk/libpdf-api2-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/rules?rev=9780&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/rules (original)
+++ trunk/libpdf-api2-perl/debian/rules Mon Nov 26 19:51:48 2007
@@ -17,6 +17,7 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Makefile.PL $(config)
+	$(MAKE)
 	$(MAKE) test
 	touch $@
 




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