[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.6.deb+a-2-5-g250f0e2

Eugeniy Meshcheryakov eugen at debian.org
Sat Apr 11 21:13:39 UTC 2009


The following commit has been merged in the master branch:
commit 250f0e23dc5a4272a07a64d5fd68ee490963cfa4
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Apr 11 23:05:14 2009 +0200

    Install pygui.glade

diff --git a/debian/changelog b/debian/changelog
index 9ccaa11..3ed319a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ coccinelle (0.1.6.deb+a-3) unstable; urgency=low
   * Upload to unstable
   * Fix build/install target dependencies. Also add workaround for
     bug #522906 in topgit (causes multiple runs of build-stamp target)
+  * Install pygui.glade
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sat, 11 Apr 2009 22:58:33 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 11 Apr 2009 23:04:52 +0200
 
 coccinelle (0.1.6.deb+a-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f2fff34..39f11c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,9 @@ 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