[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.7.deb-1-1-g50c5afd

Eugeniy Meshcheryakov eugen at debian.org
Sat Apr 18 00:35:04 UTC 2009


The following commit has been merged in the master branch:
commit 50c5afdeab5f079026cf36e3782168aa93241e69
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Apr 18 02:31:30 2009 +0200

    Fix typo in debian/spatch

diff --git a/debian/changelog b/debian/changelog
index 60ff37e..d372b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coccinelle (0.1.7.deb-2) unstable; urgency=low
+
+  * Fix typo in debian/spatch
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 18 Apr 2009 02:31:07 +0200
+
 coccinelle (0.1.7.deb-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/spatch b/debian/spatch
index d7c56e3..69c03a0 100644
--- a/debian/spatch
+++ b/debian/spatch
@@ -1,3 +1,3 @@
 #! /bin/sh -e
 
-PYTHONPATH=${PYTHONPATH:+PYTHONPATH:}/usr/share/coccinelle/python exec /usr/lib/coccinelle/spatch "$@"
+PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}/usr/share/coccinelle/python exec /usr/lib/coccinelle/spatch "$@"

-- 
Debian packaging for coccinelle



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