[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#483792: Using make -j causes the package to FTBFS



Package: freetennis
Version: 0.4.8-5
Tags: patch

Hello,
when using make -j/anything >2/, freerunner FTBFS due to an issue in
debian/rules.
The attached patch fixes that.

Cheers

-- 
Albin Tonnerre <lutin@ubuntu.com>
--- rules.orig	2008-05-31 10:16:55.000000000 +0200
+++ rules	2008-05-31 10:21:29.000000000 +0200
@@ -21,9 +21,9 @@
 	dh_testdir
 	touch configure-stamp
 
-build: patch build-stamp
+build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: patch configure-stamp 
 	dh_testdir
 	$(MAKE) freetennis.$(OCAMLBEST)
 	touch $@

Attachment: signature.asc
Description: Digital signature


Reply to: