[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.6.deb+a-3-10-g3425ea7

Eugeniy Meshcheryakov eugen at debian.org
Thu Apr 16 19:37:24 UTC 2009


The following commit has been merged in the master branch:
commit f6273111b4936d620f7b02066317babfdb7409ab
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Thu Apr 16 21:28:14 2009 +0200

    Remove executables named spatch* before installing wrapper script

diff --git a/debian/rules b/debian/rules
index 969783d..299d36d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,7 @@ install-stamp: build-stamp
 	dh install --before dh_auto_install
 	$(MAKE) DESTDIR=$(CURDIR)/debian/coccinelle $(COCCI_FLAGS) $(INST_TGT)
 	# install the wrapper script, i dont like upstreams one
+	rm $(CURDIR)/debian/coccinelle/usr/bin/spatch*
 	install $(CURDIR)/debian/spatch $(CURDIR)/debian/coccinelle/usr/bin/
 	# move binary into /usr/lib/coccinelle
 	mv $(CURDIR)/debian/coccinelle/usr/share/coccinelle/spatch* \

-- 
Debian packaging for coccinelle



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