debian/0000755000000000000000000000000011570726123007172 5ustar debian/patches/0000755000000000000000000000000011570726123010621 5ustar debian/patches/build-xml.diff0000644000000000000000000000474011570725114013354 0ustar Description: Various fixes to build.xml. Forwarded: not-needed Author: Thierry Carrez --- a/build.xml 2011-05-18 20:36:41.000000000 +0530 +++ b/build.xml 2011-05-19 09:32:33.000000000 +0530 @@ -104,6 +104,7 @@ + @@ -115,7 +116,6 @@ - @@ -148,6 +148,7 @@ + @@ -208,6 +209,7 @@ + @@ -254,9 +256,11 @@ - + + + @@ -264,7 +268,7 @@ - + debian/patches/series0000644000000000000000000000001711562772033012036 0ustar build-xml.diff debian/source/0000755000000000000000000000000011570726123010472 5ustar debian/source/format0000644000000000000000000000001411562772032011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000227711570725114010604 0ustar Source: jug Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Onkar Shinde Build-Depends-Indep: default-jdk, default-jdk-doc, liblog4j1.2-java, junit Build-Depends: ant (>= 1.8.2), ant-optional (>= 1.8.2), debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/jug/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jug/ Homepage: http://jug.safehaus.org/ DM-Upload-Allowed: yes Package: libjug-java Architecture: all Depends: ${misc:Depends} Suggests: liblog4j1.2-java, libjug-java-doc (= ${binary:Version}) Description: Pure java UUID generator JUG is a pure java UUID generator that generates UUIDs according to the IETF UUID draft specification. . This package contains the library. Package: libjug-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: libjug-java (= ${binary:Version}) Description: Pure java UUID generator (API documentation) JUG is a pure java UUID generator that generates UUIDs according to the IETF UUID draft specification. . This package contains API documentation. debian/copyright0000644000000000000000000000320111562772033011123 0ustar This package was debianized by Thierry Carrez on Tue, 30 Jun 2009 15:12:11 +0200 Source tarballs were downloaded from http://jug.safehaus.org/Download Copyright: Copyright (c) 2002-2004 Tatu Saloranta, tatu.saloranta@iki.fi Portions Copyright (c) 2003 Eric Bie Portions Copyright (c) 2001 Paul Blankenbaker Authors: Tatu Saloranta Leonid Kunin Paul Blankenbaker Gernot Koller Dominique Jean-Prost Jeff Woodward D.J Hagberg Göran Löwkrantz Eric Bie Bill Sarra Ralf S. Engelschall Wolfgang Hoschek Jonas Fogedi David Pawson Pekka Enberg Thomas Wernitz Asher Glynn Wim Deblauwe Klaus Rheinwald License: JUG is dual-licensed under 2 alternative licenses: LGPL 2.1 and ASL 2.0: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 License can be found in the /usr/share/common-licenses/Apache-2.0 file. The same license and copyright applies to the Debian packaging. The complete text of the GNU Lesser General Public License version 2.1 can be found in the /usr/share/common-licenses/LGPL-2.1 file. debian/changelog0000644000000000000000000000235311570725114011046 0ustar jug (2.0.0-2) unstable; urgency=low * debian/control - Bump ant version in build dependency. - Remove dependency on JRE. - Add 'Suggests' liblog4j1.2-java. - Add libjug-java-doc package containing API documentation. - Update standards version to 3.9.2. No changes needed. * debian/patches/build-xml.diff - Add patch description as per DEP-3. - Add log4j jar to classpath in MANIFEST.MF. - Update to link javadoc against system javadoc. * debian/rules - Removed ant-trax from build classpath. Not relevant with latest ant. - Add target for javadoc generation. * Converted package to source format 3.0. -- Onkar Shinde Thu, 05 May 2011 09:41:30 +0530 jug (2.0.0-1) unstable; urgency=low * Intial release. Merge from Ubuntu. (Closes: #557835) -- Onkar Shinde Wed, 25 Nov 2009 10:42:07 +0530 jug (2.0.0-0ubuntu2) karmic; urgency=low * debian/copyright: Mention the dual licensing (ASL2.0/LGPL2.1) -- Thierry Carrez Wed, 26 Aug 2009 13:59:33 +0200 jug (2.0.0-0ubuntu1) karmic; urgency=low * Initial release. New Eucalyptus dependency. -- Thierry Carrez Wed, 22 Jul 2009 11:12:03 +0200 debian/watch0000644000000000000000000000013611562772033010225 0ustar version=3 http://jug.safehaus.org/Download http://jug.safehaus.org/curr/jug-asl-([\d\.]+).jar debian/rules0000755000000000000000000000117611570725114010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JARNAME := jug-asl JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar.asl javadoc DEB_ANT_CHECK_TARGET := test DEB_JARS := log4j-1.2 ant-junit junit binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java:: dh_install build/$(JARNAME)-$(DEB_UPSTREAM_VERSION).jar usr/share/java dh_link usr/share/java/$(JARNAME)-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(JARNAME).jar get-orig-source: wget -O ../jug_$(DEB_UPSTREAM_VERSION).orig.tar.gz http://jug.safehaus.org/curr/jug-src.tar.gz debian/compat0000644000000000000000000000000211562772033010372 0ustar 5 debian/libjug-java-doc.install0000644000000000000000000000005111570725114013513 0ustar javadoc/* usr/share/doc/libjug-java/api/