debian/0000775000000000000000000000000011755424022007172 5ustar debian/rules0000775000000000000000000000200011235411526010240 0ustar #!/usr/bin/make -f # debian/rules file for libregexp-java (uses cdbs) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_ARGS := -Dant.build.javac.source=1.4 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar DEB_ANT_BUILD_TARGET := jar javadocs clean:: -rm -Rf docs -rm -rf debian/tmp install/$(PACKAGE):: mh_installpoms -p$(PACKAGE) mh_installjar -p$(PACKAGE) -l --usj-name=regexp debian/pom.xml build/jakarta-regexp-$(VERSION).jar get-orig-pom: MVN_VERSION=1.4 get-orig-pom: wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/jakarta-regexp/jakarta-regexp/$(MVN_VERSION)/jakarta-regexp-$(MVN_VERSION).pom sed -i -e 's/1.4/$(VERSION)/' debian/pom.xml get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/pom.xml0000664000000000000000000000024011235411526010501 0ustar 4.0.0 jakarta-regexp jakarta-regexp 1.5 debian/dirs0000664000000000000000000000001710315122523010044 0ustar usr/share/java debian/control0000664000000000000000000000271411622510214010571 0ustar Source: libregexp-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Michael Koch , Torsten Werner , Ludovic Claude Build-Depends: debhelper (>= 5), default-jdk, ant, cdbs Build-Depends-Indep: maven-repo-helper Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libregexp-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libregexp-java/ Homepage: http://jakarta.apache.org/regexp/ Package: libregexp-java Architecture: all Depends: ${misc:Depends} Description: Regular expression library for Java Regexp is a 100% Pure Java Regular Expression package. Regular expressions are pattern descriptions which enable sophisticated matching of strings. In addition to being able to match a string against a pattern, you can also extract parts of the match. This is especially useful in text parsing! Package: libregexp-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Documentation for the Regular expression library Regexp is a 100% Pure Java Regular Expression package. Regular expressions are pattern descriptions which enable sophisticated matching of strings. In addition to being able to match a string against a pattern, you can also extract parts of the match. This is especially useful in text parsing! . This package provides the Javadoc for the regexp API. debian/copyright0000664000000000000000000000102411235411526011120 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Jakarta Regexp Maintainer: Apache Jakarta team Source: http://jakarta.apache.org/regexp/ Files: * Copyright: 1999-2007, Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2000, Takashi Okamoto Copyright: 2009, Ludovic Claude License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. debian/maven.publishedRules0000664000000000000000000000010311235411526013204 0ustar s/regexp/jakarta-regexp/ s/regexp/jakarta-regexp/ jar s/.*/debian/ debian/watch0000664000000000000000000000014011214026120010201 0ustar version=3 http://archive.apache.org/dist/jakarta/regexp/source/jakarta-regexp-([\d.]+)\.tar\.gz debian/libregexp-java.poms0000664000000000000000000000003311235411526012764 0ustar debian/pom.xml --no-parent debian/changelog0000664000000000000000000001240411755424022011045 0ustar libregexp-java (1.5-3build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:44:34 +0100 libregexp-java (1.5-3) unstable; urgency=low [ Ludovic Claude ] * Change section of libregex-java-doc to doc [ Niels Thykier ] * Removed Depends on JREs (Closes: #528306) * Fixed broken Vcs-Browser link. [ Torsten Werner ] * Remove Arnaud from Uploaders list. * Switch to source format 3.0. -- Torsten Werner Tue, 16 Aug 2011 17:40:37 +0200 libregexp-java (1.5-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 12:39:23 +0200 libregexp-java (1.5-1) experimental; urgency=low * New upstream version * Add myself to Uploaders * Remove old java1 runtimes from the list of Depends: * Add the Maven POM to the package * Add a Build-Depends-Indep dependency on maven-repo-helper * Update debian/copyright to the machine-readable format. * Put the documentation in a separate package -- Ludovic Claude Sun, 02 Aug 2009 23:21:23 +0100 libregexp-java (1.4-6) unstable; urgency=low [ Matthias Klose ] * Set java source version to 1.4. [ Torsten Werner ] * Add myself to Uploaders. * Add missing Depends: ${misc:Depends}. * Switch to debhelper compat level 5. * Add Vcs-* and Homepage headers. * Update Standards-Version: 3.8.2. * Add copyright notice. * Do no longer quote the full text of the Apache license. * Change Section: java. -- Torsten Werner Sun, 02 Aug 2009 23:32:03 +0200 libregexp-java (1.4-5) unstable; urgency=low * Build-depend on default-jdk-builddep. * libregexp-java: Depend on default-jre-headless as the preferred runtime, keep the existing alternatives for now. -- Matthias Klose Tue, 05 Aug 2008 00:04:14 +0200 libregexp-java (1.4-4) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Moved Build-Depends-Indep to Build-Depends. * Removed Wolfgang and added myself to Uploaders. * Updated Standards-Version. -- Michael Koch Sun, 17 Jun 2007 21:00:58 +0200 libregexp-java (1.4-3) unstable; urgency=low * Removed Takashi Okamoto (closes:#352990). * Added myself. -- Arnaud Vandyck Tue, 25 Apr 2006 17:09:42 +0200 libregexp-java (1.4-2) unstable; urgency=low * kaffe compiler transition -- Wolfgang Baer Sun, 15 Jan 2006 18:21:14 +0100 libregexp-java (1.4-1) unstable; urgency=low * New upstream + Moved package to a non-native format + Updated copyright to Apache 2.0 License * Remove useless README.debian file * Remove useless debhelper files in debian directory * Moved package into pkg-java maintainers as Takashi wants to comaintain his java packages - added Takashi as Uploader * Upgrade build-dependencies and added depends needed by java policy * Build javadocs and register with doc-base - added dirs, docs and doc-base file to debian directory * Standards-Version 3.6.2 (no changes) * Added myself as uploader -- Wolfgang Baer Sun, 18 Sep 2005 20:45:52 +0200 libregexp-java (1.3-1) unstable; urgency=low * New upstream. -- Takashi Okamoto Sun, 15 Feb 2004 23:40:09 +0900 libregexp-java (1.2.20010409-5) unstable; urgency=low * fixed FTBFS. (closes: #189909) -- Takashi Okamoto Sun, 31 Aug 2003 19:25:19 +0900 libregexp-java (1.2.20010409-4) unstable; urgency=low * fixed FTBFS. (closes: #162436) -- Takashi Okamoto Sun, 31 Aug 2003 19:25:06 +0900 libregexp-java (1.2.20010409-3) unstable; urgency=low * remove ant dependency.(Closes: #133069) -- Takashi Okamoto Sat, 9 Feb 2002 19:22:43 +0900 libregexp-java (1.2.20010409-2) unstable; urgency=low * change Build-Depends to Build-Depends-Indep. * change /usr/share/java/regexp.jar to /usr/share/java/regexp-1.2.jar new regexp.jar is symbolic link in regexp-1.2.jar -- Takashi Okamoto Thu, 17 Jan 2002 17:21:30 +0900 libregexp-java (1.2.20010409-1) unstable; urgency=low * new upstream version under development. This version is fixed some bugs. -- Takashi Okamoto Sat, 5 May 2001 12:47:33 +0000 libregexp-java (1.2-4) unstable; urgency=low * add final line in debian/copyright * remove bdebstd from debian/rules -- Takashi Okamoto Sat, 3 Mar 2001 13:29:10 +0900 libregexp-java (1.2-3) unstable; urgency=low * add sharutils dependency at Build-Depends in debian/control. * use debian package's ant to build. * comment at debian/rules for building API Document because doc++ has problem. Remove comments when problem will be fixed. -- Takashi Okamoto Sat, 3 Mar 2001 13:29:10 +0900 libregexp-java (1.2-2) unstable; urgency=low * fixed problem at Build-Depends in debian/control. -- Takashi Okamoto Thu, 8 Feb 2001 21:49:08 +0900 libregexp-java (1.2-1) unstable; urgency=low * Initial release. * Use Frame Class instead of JFrame Class because debian doesn't have Swing package. -- Takashi Okamoto Tue, 5 Dec 2000 10:01:10 +0000 Local variables: mode: debian-changelog End: debian/compat0000664000000000000000000000000211235403511010361 0ustar 5 debian/libregexp-java-doc.doc-base0000664000000000000000000000045111235411526014232 0ustar Document: libregexp-java-doc Title: Programmer API for libregexp-java Author: Apache regexp developers Abstract: Javadocs API for the regular expression library. Section: Programming Format: HTML Index: /usr/share/doc/libregexp-java/api/index.html Files: /usr/share/doc/libregexp-java/api/*.html debian/source/0000775000000000000000000000000011622546703010476 5ustar debian/source/format0000664000000000000000000000001411622510214011670 0ustar 3.0 (quilt) debian/libregexp-java-doc.install0000664000000000000000000000005511235411526014223 0ustar docs/api/* usr/share/doc/libregexp-java/api/