debian/0000755000000000000000000000000012141701526007165 5ustar debian/copyright0000644000000000000000000000452412141701410011115 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: jay.yydebug Source: http://www.cs.rit.edu/~ats/projects/lp/doc/jay/yydebug/package-summary.html http://svn.codehaus.org/jruby/trunk/jay/yydebug/ Upstream-Contact: Axel T. Schreiner Copyright: 2004, Axel T. Schreiner 1989, The Regents of the University of California. License: other (BSD-4-clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2010, Hideki Yamane (Debian-JP) 2010, Torsten Werner License: GPL-3+ License: GPL-3+ On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212141701404010356 0ustar 7 debian/control0000644000000000000000000000143712141701410010565 0ustar Source: yydebug Section: java Priority: extra Maintainer: Hideki Yamane Build-Depends: debhelper (>= 7.0.50~), default-jdk 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 Package: yydebug Architecture: all Depends: ${misc:Depends} Description: support library for the Java-based parser generator jay This is a library that supports tracing and animation for a Java-based parser generated by jay. It produces one-line messages by default to standard output. The messages are designed to be filtered by a program such as grep. The class jay.yydebug.yyAnim provides an animation of the parsing process. debian/changelog0000644000000000000000000000176512141701434011046 0ustar yydebug (1.1.0-4) unstable; urgency=low * Upload to unstable -- Hideki Yamane Mon, 06 May 2013 19:16:54 +0900 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 Sat, 15 Dec 2012 09:03:51 +0900 yydebug (1.1.0-2) unstable; urgency=low * debian/control - set "Standards-Version: 3.9.2" * debian/copyright - fix "obsolete-field-in-dep5-copyright" lintian warning -- Hideki Yamane Sun, 25 Sep 2011 09:29:04 +0900 yydebug (1.1.0-1.1) unstable; urgency=low * debian/control - add default-jdk to fix (careless) FTBFS (Closes: #593053) -- Hideki Yamane Sat, 21 Aug 2010 16:00:15 +0900 yydebug (1.1.0-1) unstable; urgency=low * Initial release -- Hideki Yamane (Debian-JP) Tue, 23 Mar 2010 11:52:47 +0900 debian/install0000644000000000000000000000005112141701404010545 0ustar jay/yydebug/yydebug.jar usr/share/java/ debian/docs0000644000000000000000000000003112141701404010025 0ustar jay/yydebug/package.html debian/patches/0000755000000000000000000000000012141701410010604 5ustar debian/patches/makefile0000644000000000000000000000105212141701404012305 0ustar Index: yydebug-1.1.0/jay/yydebug/makefile =================================================================== --- yydebug-1.1.0.orig/jay/yydebug/makefile 2010-03-23 12:06:01.489457858 +0900 +++ yydebug-1.1.0/jay/yydebug/makefile 2010-03-23 12:06:14.861455086 +0900 @@ -1,9 +1,7 @@ # jay/yydebug [leaf] -v4 = /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands - -JAR = $(v4)/jar -JAVAC = $(v4)/javac -classpath ../.. +JAR = jar +JAVAC = javac -classpath ../.. d = jay/yydebug go = yyDebug.class yyDebugAdapter.class yyAnim.class \ debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch0000644000000000000000000000100412141701410024305 0ustar Description: specifying version1.6 for backward compatibility Author: Hideki Yamane --- 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 \ debian/patches/series0000644000000000000000000000010512141701410012015 0ustar makefile avoid_incompatible-java-bytecode-format_with_openjdk7.patch debian/source/0000755000000000000000000000000012141701404010460 5ustar debian/source/format0000644000000000000000000000001412141701404011666 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000044412141701410010237 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties" %: dh $@ override_dh_auto_build: cd $(CURDIR)/jay/yydebug && $(MAKE) override_dh_auto_clean: cd $(CURDIR)/jay/yydebug && $(MAKE) distclean