[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:22 UTC 2009


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

    Don't install glade file in debian/rules - fixed upstream

diff --git a/debian/changelog b/debian/changelog
index 1fd3c42..3d572d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ coccinelle (0.1.7.deb-1) unstable; urgency=low
     - fixes/dont-overwrite-config 
   * New patches:
     - fixes/system-ocamlsexp - use Debian's ocamlsexp
+  * Don't install glade file in debian/rules - fixed upstream
 
- -- Євгеній Мещеряков <eugen at debian.org>  Thu, 16 Apr 2009 20:48:00 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Thu, 16 Apr 2009 21:26:37 +0200
 
 coccinelle (0.1.6.deb+a-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3158023..969783d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,9 +70,6 @@ install-stamp: build-stamp
 	# move binary into /usr/lib/coccinelle
 	mv $(CURDIR)/debian/coccinelle/usr/share/coccinelle/spatch* \
 		$(CURDIR)/debian/coccinelle/usr/lib/coccinelle/spatch
-	# overlooked by upstream
-	install -m644 $(CURDIR)/python/coccilib/coccigui/pygui.glade \
-		$(CURDIR)/debian/coccinelle/usr/share/coccinelle/python/coccilib/coccigui/
 
 	# Vim files
 	install -d $(VIM_ADIR)/ftdetect $(VIM_ADIR)/syntax

-- 
Debian packaging for coccinelle



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