[Pkg-ocaml-maint-commits] [SCM] ledit packaging branch, master, updated. debian/2.02.1-3-2-gce8f20c

Ralf Treinen treinen at free.fr
Mon Nov 7 11:04:26 UTC 2011


The following commit has been merged in the master branch:
commit bd9c4b704bf3f7b095e129f5fcae3af040b6c472
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Nov 7 12:01:54 2011 +0100

    added recommended debian/rules targets

diff --git a/debian/changelog b/debian/changelog
index 70f028b..7a45293 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ledit (2.02.1-4) UNRELEASED; urgency=low
+
+  * debian/rules: added targets build-{arch,indep}
+
+ -- Ralf Treinen <treinen at debian.org>  Mon, 07 Nov 2011 12:01:19 +0100
+
 ledit (2.02.1-3) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/rules b/debian/rules
index ebbf029..bde1989 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,10 @@ configure-stamp:
 	dh_testdir
 	touch configure-stamp
 
-build: configure-stamp build-stamp ocamlinit-stamp
+build: build-arch build-indep
+build-arch: configure-stamp build-stamp ocamlinit-stamp
+build-indep: configure-stamp build-stamp ocamlinit-stamp
+
 build-stamp:
 	dh_testdir
 	$(MAKE) CUSTOM=

-- 
ledit packaging



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