[Pkg-ocaml-maint-commits] [SCM] hlins packaging branch, master, updated. debian/0.39-16-17-g8cb6022

Ralf Treinen treinen at free.fr
Mon Feb 14 20:26:51 UTC 2011


The following commit has been merged in the master branch:
commit 821535d9cb37a4bc9e5e2e32e8d910ff5ea0f41e
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Oct 6 22:33:52 2010 +0200

    clean depends on configure

diff --git a/debian/rules b/debian/rules
index 4aad24d..5306781 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
-#!/usr/bin/make -f
+#!/usr/bin/make	 -f
 
 %:
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
 	$(MAKE) configure
+
+override_dh_auto_clean: dh_auto_configure
+	dh_auto_clean
\ No newline at end of file

-- 
hlins packaging



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