[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:16 UTC 2010


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

    simplify debian/rules

diff --git a/debian/rules b/debian/rules
index 5e5ad54..2493090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,11 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/ocaml/ocamlvars.mk
-
 override_dh_auto_configure:
 	./configure
 
 override_dh_auto_install:
 	$(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/
-	echo 'F:OCamlABI=$(OCAML_ABI)' >> debian/ocamlwc.substvars
 
 clean:
 	dh $@

-- 
ocamlwc packaging



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