[pkg-java] r6684 - in trunk/libvte-java/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Tue Jul 15 15:07:19 UTC 2008


Author: tgg
Date: 2008-07-15 15:07:18 +0000 (Tue, 15 Jul 2008)
New Revision: 6684

Added:
   trunk/libvte-java/debian/patches/05_remove_bashism.diff
Modified:
   trunk/libvte-java/debian/changelog
   trunk/libvte-java/debian/control
   trunk/libvte-java/debian/patches/series
Log:
fix #489628


Modified: trunk/libvte-java/debian/changelog
===================================================================
--- trunk/libvte-java/debian/changelog	2008-07-15 14:45:19 UTC (rev 6683)
+++ trunk/libvte-java/debian/changelog	2008-07-15 15:07:18 UTC (rev 6684)
@@ -1,3 +1,11 @@
+libvte-java (0.12.3-6) unstable; urgency=medium
+
+  * Fix bashism in example script. Thanks to Raphael Geissert for the report,
+    and to Manuel Prinz for the fix. Closes: #489628.
+  * Bump Standards-Version: to 3.8.0.
+
+ -- Thomas Girard <thomas.g.girard at free.fr>  Tue, 15 Jul 2008 16:53:17 +0200
+
 libvte-java (0.12.3-5) unstable; urgency=low
 
   * Build-depends on default-jdk-builddep, and set JAVA_HOME to

Modified: trunk/libvte-java/debian/control
===================================================================
--- trunk/libvte-java/debian/control	2008-07-15 14:45:19 UTC (rev 6683)
+++ trunk/libvte-java/debian/control	2008-07-15 15:07:18 UTC (rev 6684)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Matthias Klose <doko at ubuntu.com>, Thomas Girard <thomas.g.girard at free.fr>
 Build-Depends: debhelper (>> 5), gcj [!alpha !arm !hppa !hurd-i386], default-jdk-builddep, docbook-utils, cdbs (>= 0.4.34), pkg-config, libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libvte-dev (>= 0.12.1), quilt (>= 0.29-2), autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libvte-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvte-java
 Homepage: http://java-gnome.sf.net/2.x

Added: trunk/libvte-java/debian/patches/05_remove_bashism.diff
===================================================================
--- trunk/libvte-java/debian/patches/05_remove_bashism.diff	                        (rev 0)
+++ trunk/libvte-java/debian/patches/05_remove_bashism.diff	2008-07-15 15:07:18 UTC (rev 6684)
@@ -0,0 +1,12 @@
+diff -Nur libvte-java-0.12.3.orig/doc/examples/runExample.sh.in libvte-java-0.12.3/doc/examples/runExample.sh.in
+--- libvte-java-0.12.3.orig/doc/examples/runExample.sh.in	2008-07-07 19:04:43.000000000 +0200
++++ libvte-java-0.12.3/doc/examples/runExample.sh.in	2008-07-07 19:05:44.000000000 +0200
+@@ -94,7 +94,7 @@
+ echo "	`echo $JAVAC | awk '{print $1}'` and $JAVA - appear to be ok"
+ 
+ #Praise the users who use Free Software
+-if [ "$JAVAC" == "gcj -C" -a "$JAVA" == "gij" ]; then
++if [ "$JAVAC" = "gcj -C" -a "$JAVA" = "gij" ]; then
+ 	echo
+ 	echo "	You are using Open Source java" 
+ 	echo "	virtual machine and compiler: this is so good!"

Modified: trunk/libvte-java/debian/patches/series
===================================================================
--- trunk/libvte-java/debian/patches/series	2008-07-15 14:45:19 UTC (rev 6683)
+++ trunk/libvte-java/debian/patches/series	2008-07-15 15:07:18 UTC (rev 6684)
@@ -1,3 +1,4 @@
 01_late_javadoc.diff
 03_reduce_distclean.diff
 04_pkgconfig_for_jni.diff
+05_remove_bashism.diff




More information about the pkg-java-commits mailing list