debian/0000755000000000000000000000000011371510407007165 5ustar debian/links0000644000000000000000000000010511371510142010220 0ustar /usr/share/java/gnu-regexp-1.1.4.jar /usr/share/java/gnu-regexp.jar debian/copyright0000644000000000000000000000115011371510142011111 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Regular Expressions for Java Maintainer: Wes Biggs Files: * Copyright: 1998 - 2001 Wes Biggs 2001 Lee Sau Dan 2001 Ulf Dittmer for License: LGPL-2.1, GPL-2 The library ist distributed under the terms of the GNU Lesser General Public License. Some included utilities are distributed under the terms of the GNU General Public License. On Debian GNU/Linux system you can find the complete text of the license in '/usr/share/common-licenses/LGPL-2.1' and '/usr/share/common-licenses/GPL-2'. debian/examples0000644000000000000000000000003311371505672010732 0ustar src/gnu/regexp/util/*.java debian/rules0000755000000000000000000000054411371510142010244 0ustar #!/usr/bin/make -f export CLASSPATH=.:/usr/share/java/gnu-getopt.jar %: dh $@ override_dh_auto_clean: find . -name '*.jar' -delete $(RM) -rf lib/* docs/changelog override_dh_auto_build: $(MAKE) -C src JAVAC=javac gnu.regexp utils cd lib && jar uf gnu-regexp-1.1.4.jar gnu/regexp/util/*.class lynx -dump -nolist docs/changes.html > docs/changelog debian/changelog0000644000000000000000000000513711371510142011041 0ustar libgnu-regexp-java (1.1.4-4) unstable; urgency=low * Change Maintainer to Debian Java Maintainers. * Add myself to Uploaders. * Add Homepage and Vcs headers. * Switch to source format 3.0. * Update Standards-Version: 3.8.4. * Change Section: java. * Clean up dependencies. * Switch to debhelper 7. * Convert d/copyright to dep5 format. -- Torsten Werner Sun, 09 May 2010 12:35:46 +0200 libgnu-regexp-java (1.1.4-3.2) unstable; urgency=medium * Non-maintainer upload. * Use default-jdk instead of jikes and kaffe. (Closes: #528055) -- Niels Thykier Sat, 19 Sep 2009 20:22:30 +0200 libgnu-regexp-java (1.1.4-3.1) unstable; urgency=high * Non-maintainer upload. * Adjust CLASSPATH to upstream kaffe changes (Closes: #348371). -- Luk Claes Wed, 25 Jan 2006 23:27:40 +0100 libgnu-regexp-java (1.1.4-3) unstable; urgency=low * Removed extra backup file (Closes: #325854). -- Kalle Kivimaa Wed, 31 Aug 2005 15:00:00 +0300 libgnu-regexp-java (1.1.4-2) unstable; urgency=low * Changed the maintainer email address to killer@debian.org. * Added the current maintainer address to the copyright file. * Updated the standards version to the current (3.6.1.0). -- Kalle Kivimaa Sun, 19 Oct 2003 11:00:00 +0200 libgnu-regexp-java (1.1.4-1) unstable; urgency=low * New maintainer (sponsored for Kalle Kivimaa ) closes: #174856 * Jar package now correctly formed, closes: #117660 * Missing gnu-regexp-applet.jar added, closes: #106642 * Updated the package from upstream. * Added dependency to libgetopt-java as required by * the new upstream version. * Naming, dependencies, and packaging changed to conform with the Debian policy for Java. * Package changed to conform with the latest policy (3.5.8). * README.Debian updated. * control, changelog, postinst, prerm, copyright cleanup to remove lintian complaints. -- Takashi Okamoto Sun, 9 Feb 2003 08:34:49 +0900 libgnu-regexp-java (1.1.1-1) unstable; urgency=low * New maintainer, closes: #92819. * New upstream release. * Index bug fixed by upstream, closes: #67153. * Repackaged reusing some parts of the original package. * Now suggests lib-gnu.getopt-java, closes: #62031. * Implement /usr/share/doc transition plan, closes: #91531. -- Antti-Juhani Kaijanaho Thu, 5 Apr 2001 21:23:58 +0300 libgnu-regexp-java (1.0.8-1) unstable; urgency=low * Initial Release. -- Stephane Bortzmeyer Fri, 25 Jun 1999 13:38:08 +0200 debian/doc-base0000644000000000000000000000043111371505672010573 0ustar Document: libgnu-regexp-java Title: API documentation for gnu.regexp Author: Wes Biggs Abstract: API documentation for gnu.regexp Java package Section: Programming Format: HTML Index: /usr/share/doc/libgnu-regexp-java/api/index.html Files: /usr/share/doc/libgnu-regexp-java/api/* debian/control0000644000000000000000000000161511371510142010567 0ustar Source: libgnu-regexp-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Kalle Kivimaa , Torsten Werner Standards-Version: 3.8.4 Build-Depends-Indep: default-jdk, lynx (>= 2.8.4), libgetopt-java (>= 1.0.9-8) Build-Depends: debhelper (>= 7.0.50~) Homepage: http://savannah.gnu.org/projects/gnu-regexp Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnu-regexp-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnu-regexp-java/ Package: libgnu-regexp-java Architecture: all Depends: libgetopt-java, ${misc:Depends} Description: Regular Expressions for Java The gnu-regexp package is a pure-Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools, including awk, sed, emacs, perl and grep. debian/README.Debian0000644000000000000000000000044511371473276011245 0ustar libgnu-regexp-java for Debian ------------------------------ You can test the provided Grep with: java -classpath /usr/share/java/gnu-regep.jar:/usr/share/java/gnu.getopt.jar gnu.regexp.util.Grep OPTIONS PATTERN FILE(S) Kalle Kivimaa , Tue, 4 Feb 2003 12:32:08 +0200 debian/source/0000755000000000000000000000000011371510315010463 5ustar debian/source/format0000644000000000000000000000001411371505672011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211371505672010373 0ustar 7 debian/docs0000644000000000000000000000002411371505672010044 0ustar docs/* README TODO debian/install0000644000000000000000000000004511371510142010551 0ustar lib/gnu-regexp-*.jar /usr/share/java