[SCM] support library for the Java-based parser generator jay branch, master, updated. debian/1.1.0-1-3-g91a78b9

Hideki Yamane henrich at debian.org
Mon May 6 10:18:41 UTC 2013


The following commit has been merged in the master branch:
commit 72d7afdf7fa6194556cfa29dc073dbb14d6587dd
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Dec 15 09:03:51 2012 +0900

    Imported Debian patch 1.1.0-3

diff --git a/debian/changelog b/debian/changelog
index eedd919..3266a0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+yydebug (1.1.0-3) experimental; urgency=low
+
+  * debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
+    (LP: #1049663)
+  * debian/control
+    - set "Standards-Version: 3.9.4"
+
+ -- Hideki Yamane <henrich at debian.org>  Sat, 15 Dec 2012 09:03:51 +0900
+
 yydebug (1.1.0-2) unstable; urgency=low
 
   * debian/control
diff --git a/debian/control b/debian/control
index 381e8fb..25ba4e6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: extra
 Maintainer: Hideki Yamane <henrich at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), default-jdk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://www.cs.rit.edu/~ats/projects/lp/doc/jay/yydebug/package-summary.html
 Vcs-Git: git://git.debian.org/pkg-java/yydebug.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/yydebug.git
diff --git a/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
new file mode 100644
index 0000000..83bb2d2
--- /dev/null
+++ b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
@@ -0,0 +1,20 @@
+Description: specifying version1.6 for backward compatibility
+Author: Hideki Yamane <henrich at debian.org>
+
+---
+Origin: vendor
+Bug-Ubuntu: https://launchpad.net/bugs/1049663
+Forwarded: not-needed
+Last-Update: 2012-12-15
+
+--- yydebug-1.1.0.orig/jay/yydebug/makefile
++++ yydebug-1.1.0/jay/yydebug/makefile
+@@ -1,7 +1,7 @@
+ # jay/yydebug [leaf]
+ 
+ JAR = jar
+-JAVAC = javac -classpath ../..
++JAVAC = javac -classpath ../.. -source 1.6 -target 1.6
+ 
+ d	= jay/yydebug
+ go	= yyDebug.class yyDebugAdapter.class yyAnim.class \
diff --git a/debian/patches/series b/debian/patches/series
index f0be4dd..5e9e46e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 makefile
+avoid_incompatible-java-bytecode-format_with_openjdk7.patch
diff --git a/debian/rules b/debian/rules
index bd9afb1..b0b9f8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties"
+
 %:
 	dh $@
 

-- 
support library for the Java-based parser generator jay



More information about the pkg-java-commits mailing list