Author: drazzib Date: 2011-05-01 22:02:27 +0000 (Sun, 01 May 2011) New Revision: 13624
Added: tags/classworlds/1.1-final-5/ tags/classworlds/1.1-final-5/debian/changelog tags/classworlds/1.1-final-5/debian/control tags/classworlds/1.1-final-5/debian/rules tags/classworlds/1.1-final-5/debian/source/ Removed: tags/classworlds/1.1-final-5/debian/changelog tags/classworlds/1.1-final-5/debian/control tags/classworlds/1.1-final-5/debian/rules Log: [svn-buildpackage] Tagging classworlds 1.1-final-5 Deleted: tags/classworlds/1.1-final-5/debian/changelog =================================================================== --- trunk/classworlds/debian/changelog 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/classworlds/1.1-final-5/debian/changelog 2011-05-01 22:02:27 UTC (rev 13624) @@ -1,66 +0,0 @@ -classworlds (1.1-final-4) unstable; urgency=low - - [ Michael Koch ] - * Fixed watch file. - - [ Torsten Werner ] - * Add myself to Uploaders. - * Add missing Build-Depends: openjdk-6-doc. (Closes: #551764) - - -- Torsten Werner <[email protected]> Tue, 20 Oct 2009 17:41:44 +0200 - -classworlds (1.1-final-3) unstable; urgency=low - - * Upload to unstable. - - -- Torsten Werner <[email protected]> Sun, 09 Aug 2009 10:38:43 +0200 - -classworlds (1.1-final-2) experimental; urgency=low - - * Add watch file - * Change section to java, bump up Standards-Version to 3.8.1 - * Add the Maven POM to the package, - * Add a Build-Depends-Indep dependency on maven-repo-helper - * Use mh_installpom and mh_installjar to install the POM and the jar to the - Maven repository - * Use quilt to patch the POM and use <project> as the top level element - * Change the dependency on java-gcj to default-jdk (Closes: #526281) - - -- Ludovic Claude <[email protected]> Thu, 16 Apr 2009 15:00:16 +0100 - -classworlds (1.1-final-1) unstable; urgency=low - - * Update to the 1.1 release. - - -- Matthias Klose <[email protected]> Sun, 02 Dec 2007 23:37:41 +0100 - -classworlds (1.1-alpha-2-1) unstable; urgency=low - - * New maintainer (Closes: #382813). - * Fix FTBFS: build-depends on j2sdk1.4 (Closes: #397566). - * Moved from contrib/devel to main/libs. - * Changed to use CDBS (pkg-java standard). - * Bumped to compat 5 and standards version 3.7.2. - * Provides a doc-base. - - -- Paul Cager <[email protected]> Sat, 16 Jun 2007 23:06:46 +0100 - -classworlds (1.0.1-1.1) unstable; urgency=high - - * NMU during BSP. - * Fix build failure (thanks to Andreas Jochens for the patch): - - Add junit to build dependencies. - - debian/rules: Set JAVA_HOME. - - src/java/test/org/codehaus/classworlds/ClassRealmImplTest.java: - ClassWriter.visit() from libasm-java 1.5 expects a version argument. - Closes: #307042. - - -- Matej Vela <[email protected]> Sun, 8 May 2005 22:29:01 +0200 - -classworlds (1.0.1-1) unstable; urgency=low - - * Initial Release. - (closes: #269502) - - -- Marcus Crafter <[email protected]> Wed, 1 Sep 2004 20:46:11 +0200 - Copied: tags/classworlds/1.1-final-5/debian/changelog (from rev 13623, trunk/classworlds/debian/changelog) =================================================================== --- tags/classworlds/1.1-final-5/debian/changelog (rev 0) +++ tags/classworlds/1.1-final-5/debian/changelog 2011-05-01 22:02:27 UTC (rev 13624) @@ -0,0 +1,81 @@ +classworlds (1.1-final-5) unstable; urgency=low + + * Team upload. + * Switch to 3.0 (quilt) source format. + * Bump Standards-Version to 3.9.2: + - Add Vcs-* fields. + - Add Homepage field. + - Drop duplicate section field on package. + * d/control: Build-Depends on default-jdk-doc instead of openjdk-6-doc + (Closes: #567268). + * d/rules: Strip "-final" from version number to generate correct JAR name + (Closes: #614541) + + -- Damien Raude-Morvan <[email protected]> Sun, 01 May 2011 23:56:39 +0200 + +classworlds (1.1-final-4) unstable; urgency=low + + [ Michael Koch ] + * Fixed watch file. + + [ Torsten Werner ] + * Add myself to Uploaders. + * Add missing Build-Depends: openjdk-6-doc. (Closes: #551764) + + -- Torsten Werner <[email protected]> Tue, 20 Oct 2009 17:41:44 +0200 + +classworlds (1.1-final-3) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner <[email protected]> Sun, 09 Aug 2009 10:38:43 +0200 + +classworlds (1.1-final-2) experimental; urgency=low + + * Add watch file + * Change section to java, bump up Standards-Version to 3.8.1 + * Add the Maven POM to the package, + * Add a Build-Depends-Indep dependency on maven-repo-helper + * Use mh_installpom and mh_installjar to install the POM and the jar to the + Maven repository + * Use quilt to patch the POM and use <project> as the top level element + * Change the dependency on java-gcj to default-jdk (Closes: #526281) + + -- Ludovic Claude <[email protected]> Thu, 16 Apr 2009 15:00:16 +0100 + +classworlds (1.1-final-1) unstable; urgency=low + + * Update to the 1.1 release. + + -- Matthias Klose <[email protected]> Sun, 02 Dec 2007 23:37:41 +0100 + +classworlds (1.1-alpha-2-1) unstable; urgency=low + + * New maintainer (Closes: #382813). + * Fix FTBFS: build-depends on j2sdk1.4 (Closes: #397566). + * Moved from contrib/devel to main/libs. + * Changed to use CDBS (pkg-java standard). + * Bumped to compat 5 and standards version 3.7.2. + * Provides a doc-base. + + -- Paul Cager <[email protected]> Sat, 16 Jun 2007 23:06:46 +0100 + +classworlds (1.0.1-1.1) unstable; urgency=high + + * NMU during BSP. + * Fix build failure (thanks to Andreas Jochens for the patch): + - Add junit to build dependencies. + - debian/rules: Set JAVA_HOME. + - src/java/test/org/codehaus/classworlds/ClassRealmImplTest.java: + ClassWriter.visit() from libasm-java 1.5 expects a version argument. + Closes: #307042. + + -- Matej Vela <[email protected]> Sun, 8 May 2005 22:29:01 +0200 + +classworlds (1.0.1-1) unstable; urgency=low + + * Initial Release. + (closes: #269502) + + -- Marcus Crafter <[email protected]> Wed, 1 Sep 2004 20:46:11 +0200 + Deleted: tags/classworlds/1.1-final-5/debian/control =================================================================== --- trunk/classworlds/debian/control 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/classworlds/1.1-final-5/debian/control 2011-05-01 22:02:27 UTC (rev 13624) @@ -1,46 +0,0 @@ -Source: classworlds -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Trygve Laugstøl <[email protected]>, Paul Cager <[email protected]>, - Torsten Werner <[email protected]> -Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4), - maven-repo-helper, openjdk-6-doc -Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk, quilt -Standards-Version: 3.8.1 - -Package: libclassworlds-java -Architecture: all -Section: java -Depends: ${misc:Depends} -Suggests: libclassworlds-java-doc -Description: framework for container developers requiring manipulation of ClassLoaders - Classworlds is a framework for container developers who require complex - manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims - and classes can cause many headaches and confusion for certain types of - application developers. Projects which involve dynamic loading of - components or otherwise represent a 'container' that can benefit from the - classloading control provided by classworlds. - . - Classworlds provides a richer set of semantics for class loading than Java's - normal mechanisms, while still being able to provide a ClassLoader interface - to integrate seamlessly with the Java environment. - -Package: libclassworlds-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, classpath-doc -Suggests: libclassworlds-java -Description: Documentation for the Classworlds Java library - Classworlds is a framework for container developers who require complex - manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims - and classes can cause many headaches and confusion for certain types of - application developers. Projects which involve dynamic loading of - components or otherwise represent a 'container' that can benefit from the - classloading control provided by classworlds. - . - Classworlds provides a richer set of semantics for class loading than Java's - normal mechanisms, while still being able to provide a ClassLoader interface - to integrate seamlessly with the Java environment. - . - This package provides the API documentation. Copied: tags/classworlds/1.1-final-5/debian/control (from rev 13623, trunk/classworlds/debian/control) =================================================================== --- tags/classworlds/1.1-final-5/debian/control (rev 0) +++ tags/classworlds/1.1-final-5/debian/control 2011-05-01 22:02:27 UTC (rev 13624) @@ -0,0 +1,48 @@ +Source: classworlds +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Trygve Laugstøl <[email protected]>, Paul Cager <[email protected]>, + Torsten Werner <[email protected]> +Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4), + maven-repo-helper, default-jdk-doc +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk +Standards-Version: 3.9.2 +Homepage: http://classworlds.codehaus.org/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classworlds/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/classworlds/ + +Package: libclassworlds-java +Architecture: all +Depends: ${misc:Depends} +Suggests: libclassworlds-java-doc +Description: framework for container developers requiring manipulation of ClassLoaders + Classworlds is a framework for container developers who require complex + manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims + and classes can cause many headaches and confusion for certain types of + application developers. Projects which involve dynamic loading of + components or otherwise represent a 'container' that can benefit from the + classloading control provided by classworlds. + . + Classworlds provides a richer set of semantics for class loading than Java's + normal mechanisms, while still being able to provide a ClassLoader interface + to integrate seamlessly with the Java environment. + +Package: libclassworlds-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, default-jdk-doc +Suggests: libclassworlds-java +Description: Documentation for the Classworlds Java library + Classworlds is a framework for container developers who require complex + manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims + and classes can cause many headaches and confusion for certain types of + application developers. Projects which involve dynamic loading of + components or otherwise represent a 'container' that can benefit from the + classloading control provided by classworlds. + . + Classworlds provides a richer set of semantics for class loading than Java's + normal mechanisms, while still being able to provide a ClassLoader interface + to integrate seamlessly with the Java environment. + . + This package provides the API documentation. Deleted: tags/classworlds/1.1-final-5/debian/rules =================================================================== --- trunk/classworlds/debian/rules 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/classworlds/1.1-final-5/debian/rules 2011-05-01 22:02:27 UTC (rev 13624) @@ -1,27 +0,0 @@ -#!/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/patchsys-quilt.mk - -PACKAGE := $(DEB_SOURCE_PACKAGE) -VERSION := $(DEB_UPSTREAM_VERSION) -JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := ant-trax ant-nodeps xalan2 -DEB_ANT_BUILD_TARGET := package javadoc -DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml -DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -API_DOCS := build/api - -get-orig-source: - -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename - -binary-post-install/lib$(PACKAGE)-java:: - mh_installpoms -plib$(PACKAGE)-java - mh_installjar -plib$(PACKAGE)-java -l pom.xml --usj-version=$(VERSION) build/$(PACKAGE)-$(VERSION).jar - -binary-post-install/lib$(PACKAGE)-java-doc:: - dh_install -plib$(PACKAGE)-java-doc build/api usr/share/doc/lib$(PACKAGE)-java - -clean:: - -rm -rf debian/tmp Copied: tags/classworlds/1.1-final-5/debian/rules (from rev 13623, trunk/classworlds/debian/rules) =================================================================== --- tags/classworlds/1.1-final-5/debian/rules (rev 0) +++ tags/classworlds/1.1-final-5/debian/rules 2011-05-01 22:02:27 UTC (rev 13624) @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +PACKAGE := $(DEB_SOURCE_PACKAGE) +VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s "s/-final//") +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := ant-trax ant-nodeps xalan2 +DEB_ANT_BUILD_TARGET := package javadoc +DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml +DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) +API_DOCS := build/api + +get-orig-source: + -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + +binary-post-install/lib$(PACKAGE)-java:: + mh_installpoms -plib$(PACKAGE)-java + mh_installjar -plib$(PACKAGE)-java -l pom.xml --usj-version=$(VERSION) build/$(PACKAGE)-$(VERSION).jar + +binary-post-install/lib$(PACKAGE)-java-doc:: + dh_install -plib$(PACKAGE)-java-doc build/api usr/share/doc/lib$(PACKAGE)-java + +clean:: + mh_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

