[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.2.deb-2-19-gf3e1171

Eugeniy Meshcheryakov eugen at debian.org
Sun Jul 25 15:56:23 UTC 2010


The following commit has been merged in the master branch:
commit 43c5107d421023957fbf56fe8a99805f18d0f8fc
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Jul 25 01:10:31 2010 +0200

    Install the bash completion file

diff --git a/debian/changelog b/debian/changelog
index 427b768..b7f36e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,9 @@ coccinelle (0.2.3.deb-1) unstable; urgency=low
   * Do not compress .pdf .cocci and .c files
   * Add information about manual license (GFDL-1.3+) into debian/copyright
   * Standards-Version 3.9.0 — no changes required
+  * Install the bash completion file
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sun, 25 Jul 2010 00:47:44 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Sun, 25 Jul 2010 01:10:07 +0200
 
 coccinelle (0.2.2.deb-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index c63caae..188d208 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_test:
 	# Nothing
 
 override_dh_auto_install:
-	$(MAKE) DESTDIR=$(CURDIR)/debian/coccinelle $(COCCI_FLAGS) install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/coccinelle $(COCCI_FLAGS) install install-bash
 	# 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/

-- 
Debian packaging for coccinelle



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