[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.1.pl3+dfsg-1-44-g331f534

Stephane Glondu steph at glondu.net
Fri Aug 8 21:35:42 UTC 2008


The following commit has been merged in the master branch:
commit 280b58b25462cd9f8e33f96ff76e84cf22eb465c
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Aug 8 15:29:35 2008 +0200

    Move patch-stamp as a prerequisite of configure-stamp

diff --git a/debian/rules b/debian/rules
index 8075e71..e50ad14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \
   --with-doc no
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch-stamp
 	dh_testdir
 	# git doesn't handle empty directories, so we create them here
 	-mkdir bin
@@ -34,7 +34,7 @@ configure-stamp:
 	touch configure-stamp
 
 build: build-stamp
-build-stamp: patch-stamp configure-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	if grep -q BEST=opt config/Makefile; \
 	then \

-- 
coq packaging



More information about the Pkg-ocaml-maint-commits mailing list