[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-5-15-gcc1e813

Stephane Glondu steph at glondu.net
Wed May 20 00:48:52 UTC 2009


The following commit has been merged in the master branch:
commit cc1e81336e5815bd4f58ba65f4313e846d4d3d7f
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue May 19 21:54:48 2009 +0200

    Use $(QUILT_STAMPFN) instead of patch-stamp

diff --git a/debian/rules b/debian/rules
index cc77534..a478a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ CONFIGURE_SED := \
   -e "s%STUBLIBDIR=.*$$%STUBLIBDIR=\$$(PREFIX)/lib/ocaml/$(OCAML_ABI)/stublibs%g"
 
 
-patch-stamp: debian/$(SRCTARBALL)
+$(QUILT_STAMPFN): debian/$(SRCTARBALL)
 ocamlinit-stamp: debian/$(SRCTARBALL)
 
 # Generate ocaml-native-compilers' Architecture field.
@@ -77,7 +77,7 @@ debian/$(SRCTARBALL):
 	  $(DISTDIR)/
 	rm -f $(DISTDIR)
 
-config-stamp: pre-config-stamp patch-stamp ocamlinit-stamp
+config-stamp: pre-config-stamp $(QUILT_STAMPFN) ocamlinit-stamp
 	dh build --before dh_auto_configure
 	./configure $(CONFIGURE_OPTS)
 	sed -i $(CONFIGURE_SED) config/Makefile
@@ -89,7 +89,7 @@ config-stamp: pre-config-stamp patch-stamp ocamlinit-stamp
 	fi
 	touch $@
 
-patch-stamp: ocamlinit-stamp
+$(QUILT_STAMPFN): ocamlinit-stamp
 
 build: build-stamp
 build-stamp: config-stamp

-- 
OCaml packaging



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