[pkg-java] r11126 - in trunk: . jug jug/debian jug/debian/patches
Onkar Shinde
onkarshinde-guest at alioth.debian.org
Wed Nov 25 19:52:14 UTC 2009
Author: onkarshinde-guest
Date: 2009-11-25 19:52:14 +0000 (Wed, 25 Nov 2009)
New Revision: 11126
Added:
trunk/jug/
trunk/jug/debian/
trunk/jug/debian/changelog
trunk/jug/debian/compat
trunk/jug/debian/control
trunk/jug/debian/copyright
trunk/jug/debian/patches/
trunk/jug/debian/patches/build-xml.diff
trunk/jug/debian/rules
trunk/jug/debian/watch
Log:
jug 2.0.0-1
Added: trunk/jug/debian/changelog
===================================================================
--- trunk/jug/debian/changelog (rev 0)
+++ trunk/jug/debian/changelog 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,17 @@
+jug (2.0.0-1) unstable; urgency=low
+
+ * Intial release. Merge from Ubuntu. (Closes: #557835)
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com> 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 <thierry.carrez at ubuntu.com> Wed, 26 Aug 2009 13:59:33 +0200
+
+jug (2.0.0-0ubuntu1) karmic; urgency=low
+
+ * Initial release. New Eucalyptus dependency.
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com> Wed, 22 Jul 2009 11:12:03 +0200
Added: trunk/jug/debian/compat
===================================================================
--- trunk/jug/debian/compat (rev 0)
+++ trunk/jug/debian/compat 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1 @@
+5
Added: trunk/jug/debian/control
===================================================================
--- trunk/jug/debian/control (rev 0)
+++ trunk/jug/debian/control 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,19 @@
+Source: jug
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
+Build-Depends-Indep: default-jdk, liblog4j1.2-java, junit
+Build-Depends: ant, ant-optional, debhelper (>= 5), cdbs (>= 0.4.5.3)
+Standards-Version: 3.8.3
+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: default-jre-headless | java2-runtime-headless, ${misc:Depends}
+Description: Pure java UUID generator
+ JUG is a pure java UUID generator that generates UUIDs according to the IETF
+ UUID draft specification.
Added: trunk/jug/debian/copyright
===================================================================
--- trunk/jug/debian/copyright (rev 0)
+++ trunk/jug/debian/copyright 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,51 @@
+This package was debianized by Thierry Carrez <thierry.carrez at ubuntu.com> 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 at iki.fi
+ Portions Copyright (c) 2003 Eric Bie
+
+Authors:
+ Tatu Saloranta
+ Leonid Kunin
+ Paul Blankenbaker
+ Gernot Koller
+ Dominique Jean-Prost
+ Jeff Woodward
+ D.J Hagberg
+ Goran Lowkrantz
+ 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.
Added: trunk/jug/debian/patches/build-xml.diff
===================================================================
--- trunk/jug/debian/patches/build-xml.diff (rev 0)
+++ trunk/jug/debian/patches/build-xml.diff 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,41 @@
+diff -Nur -x '*.orig' -x '*~' jug-2.0.0/build.xml jug-2.0.0.new/build.xml
+--- jug-2.0.0/build.xml 2009-07-22 11:45:31.000000000 +0200
++++ jug-2.0.0.new/build.xml 2009-07-22 11:50:15.000000000 +0200
+@@ -104,6 +104,7 @@
+ <delete dir="${DocDir}"/>
+ <delete dir="${TestDir}"/>
+ <delete dir="${DistDir}"/>
++ <delete dir="${JavaDocDir}"/>
+ </target>
+
+ <target name="compile_java" depends="prepare">
+@@ -115,7 +116,6 @@
+ <include name="org/safehaus/uuid/*.java" />
+ <include name="org/safehaus/uuid/ext/*.java" />
+ <include name="test/*.java" />
+- <classpath refid="classpath" />
+ </javac>
+ </target>
+
+@@ -254,9 +254,11 @@
+ <available property="junit.present" classname="junit.framework.TestCase" />
+ </target>
+
+- <target name="compile_test" depends="junit, jars" if="junit.present">
++ <target name="compile_test" depends="junit" if="junit.present">
+ <javac SrcDir="${TestSrcDir}" destdir="${TestBuildDir}" debug="true">
+ <include name="**/*.java" />
++ <!-- Test does not compile -->
++ <exclude name="org/safehaus/uuid/test/UUIDTimerTest.java" />
+ <classpath>
+ <pathelement location="${BuildClassesDir}" />
+ </classpath>
+@@ -264,7 +266,7 @@
+ </target>
+
+ <target name="test" depends="compile_test" if="junit.present">
+- <junit fork="yes" printsummary="yes" haltonfailure="no">
++ <junit fork="yes" printsummary="yes" haltonfailure="on">
+ <batchtest fork="yes" todir="${TestXmlResultsDir}">
+ <fileset dir="${TestBuildDir}">
+ <include name="**/*Test.class"/>
Added: trunk/jug/debian/rules
===================================================================
--- trunk/jug/debian/rules (rev 0)
+++ trunk/jug/debian/rules 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JARNAME := jug-asl
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_ANT_BUILD_TARGET := jar.asl
+DEB_ANT_CHECK_TARGET := test
+DEB_JARS := log4j-1.2 ant-trax 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
Property changes on: trunk/jug/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/jug/debian/watch
===================================================================
--- trunk/jug/debian/watch (rev 0)
+++ trunk/jug/debian/watch 2009-11-25 19:52:14 UTC (rev 11126)
@@ -0,0 +1,2 @@
+version=3
+http://jug.safehaus.org/Download http://jug.safehaus.org/curr/jug-asl-([\d\.]+).jar
More information about the pkg-java-commits
mailing list