debian/0000755000000000000000000000000011766462675007212 5ustar debian/rules0000755000000000000000000000125211766414751010262 0ustar #!/usr/bin/make -f # -*- makefile -*- # # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS %: dh $@ --with javahelper override_dh_clean: rm -f lib/sablecc.jar rm -rf sablecc-anttask-1.0.1 dh_clean override_dh_auto_build: # Unpack ant task but without precompiled binary tar -zxvf sablecc-anttask-1.0.1.tar.gz --exclude=\*.class # Build ant task class cd sablecc-anttask-1.0.1 && ant mkdir -p classes/org/sablecc/ant/taskdef cp sablecc-anttask-1.0.1/classes/org/sablecc/ant/taskdef/Sablecc.class classes/org/sablecc/ant/taskdef # Build with ant jar target dh_auto_build -- jar debian/changelog0000644000000000000000000000075711766457165011073 0ustar sablecc (3.2-1) sid; urgency=low * Upload to Debian. Sablecc was removed previously in #508361 (Closes: #677567) * Set maintainer to Eucalyptus packaging team with Alexandre & myself as uploaders * Add watch file * Standards version 3.9.3 (no changes required) -- Chris Halls Thu, 14 Jun 2012 22:57:13 +0100 sablecc (3.2-0ubuntu1) precise; urgency=low * Initial release -- Alexandre Rossi Thu, 26 May 2011 15:05:58 +0200 debian/control0000644000000000000000000000165711766452351010614 0ustar Source: sablecc Section: java Priority: extra Maintainer: Debian Eucalyptus Maintainers Uploaders: Alexandre Rossi , Chris Halls Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper (>=0.20), ant Standards-Version: 3.9.3 Homepage: http://sablecc.org/ Package: sablecc Architecture: all Depends: ${misc:Depends}, ${java:Depends} Description: Object-oriented fully featured parser generator SableCC is a parser generator which generates fully featured object-oriented frameworks for building compilers, interpreters and other text parsers. . In particular, generated frameworks include intuitive strictly-typed abstract syntax trees and tree walkers. SableCC also keeps a clean separation between machine-generated code and user-written code. . This package also contains AntTask, a task to invoke SableCC on grammar files. debian/source/0000755000000000000000000000000011766144764010506 5ustar debian/source/format0000644000000000000000000000001411766144764011714 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000272711766453601011142 0ustar This work was packaged for Debian by: Alexandre Rossi in September 2011 and Chris Halls It was downloaded from: Upstream Authors: Etienne M. Gagnon Ben Menking Mariusz Nowostawski Komivi Kevin Agbakpem Kis Gergely Copyright: Copyright (C) 1997-2003 Etienne M. Gagnon and others. All rights reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program in the file "COPYING-LESSER"; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU Lesser General Public License 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/jlibs0000644000000000000000000000002011766144764010224 0ustar lib/sablecc.jar debian/watch0000644000000000000000000000011011766144764010227 0ustar version=3 http://sf.net/sablecc/sablecc-([0-9.]+)-src\.tar\.gz debian debian/compat0000644000000000000000000000000211766452437010403 0ustar 7