[Pkg-ocaml-maint-commits] [SCM] ocamlwc packaging branch, master, updated. debian/0.3-8-8-g51529ba

Ralf Treinen treinen at free.fr
Wed Oct 20 07:03:21 UTC 2010


The following commit has been merged in the master branch:
commit d4d1b02c06f7e4bb07ed5f55b62e023226cd174c
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Oct 20 08:58:08 2010 +0200

    dh --with ocaml

diff --git a/debian/changelog b/debian/changelog
index 9644b85..f3f804a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ ocamlwc (0.3-9) unstable; urgency=low
   * Really remove DM-Upload-Allowed flag
   * Standards-Version 3.9.1 (no change)
   * Use dh-ocaml >= 0.9~ to get ocaml dependencies (closes: #599327)
-  
- -- Ralf Treinen <treinen at debian.org>  Wed, 20 Oct 2010 08:53:52 +0200
+  * Simplify debian/rules
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 20 Oct 2010 08:57:57 +0200
 
 ocamlwc (0.3-8) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2493090..eda3ab1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
+%:
+	dh $@ --with ocaml
 
 override_dh_auto_configure:
 	./configure
@@ -8,10 +9,4 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	$(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/
 
-clean:
-	dh $@
-
-%:
-	dh $@
-
 .PHONY: clean

-- 
ocamlwc packaging



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