Author: twerner Date: 2011-08-16 21:05:33 +0000 (Tue, 16 Aug 2011) New Revision: 14248
Added: tags/libstax-java/1.2.0-2/ tags/libstax-java/1.2.0-2/debian/changelog tags/libstax-java/1.2.0-2/debian/control tags/libstax-java/1.2.0-2/debian/rules tags/libstax-java/1.2.0-2/debian/source/ Removed: tags/libstax-java/1.2.0-2/debian/changelog tags/libstax-java/1.2.0-2/debian/control tags/libstax-java/1.2.0-2/debian/rules Log: [svn-buildpackage] Tagging libstax-java 1.2.0-2 Deleted: tags/libstax-java/1.2.0-2/debian/changelog =================================================================== --- trunk/libstax-java/debian/changelog 2011-08-16 20:58:12 UTC (rev 14246) +++ tags/libstax-java/1.2.0-2/debian/changelog 2011-08-16 21:05:33 UTC (rev 14248) @@ -1,5 +0,0 @@ -libstax-java (1.2.0-1) unstable; urgency=low - - * Initial release. (Closes: #535700) - - -- Ludovic Claude <[email protected]> Sat, 04 Jul 2009 00:38:47 +0100 Copied: tags/libstax-java/1.2.0-2/debian/changelog (from rev 14247, trunk/libstax-java/debian/changelog) =================================================================== --- tags/libstax-java/1.2.0-2/debian/changelog (rev 0) +++ tags/libstax-java/1.2.0-2/debian/changelog 2011-08-16 21:05:33 UTC (rev 14248) @@ -0,0 +1,13 @@ +libstax-java (1.2.0-2) unstable; urgency=low + + * Team upload. + * Switch to source format 3.0. + * Change Standards-Version: 3.9.1. + + -- Torsten Werner <[email protected]> Tue, 16 Aug 2011 23:02:05 +0200 + +libstax-java (1.2.0-1) unstable; urgency=low + + * Initial release. (Closes: #535700) + + -- Ludovic Claude <[email protected]> Sat, 04 Jul 2009 00:38:47 +0100 Deleted: tags/libstax-java/1.2.0-2/debian/control =================================================================== --- trunk/libstax-java/debian/control 2011-08-16 20:58:12 UTC (rev 14246) +++ tags/libstax-java/1.2.0-2/debian/control 2011-08-16 21:05:33 UTC (rev 14248) @@ -1,32 +0,0 @@ -Source: libstax-java -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk -Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java, quilt -Standards-Version: 3.8.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax -Homepage: http://stax.codehaus.org/ - -Package: libstax-java -Architecture: all -Depends: ${misc:Depends}, libjaxp1.3-java -Suggests: libstax-java-doc -Description: StAX Reference Implementation (RI) - StAX is a standard XML processing API that allows you to stream XML data - from and to your application. This StAX implementation is the standard - pull parser implementation for JSR-173 specification. - -Package: libstax-java-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Suggests: libstax-java -Description: Javadoc API for libstax-java - StAX is a standard XML processing API that allows you to stream XML data - from and to your application. This StAX implementation is the standard - pull parser implementation for JSR-173 specification. - . - This package provides the Javadoc API for StAX. Copied: tags/libstax-java/1.2.0-2/debian/control (from rev 14247, trunk/libstax-java/debian/control) =================================================================== --- tags/libstax-java/1.2.0-2/debian/control (rev 0) +++ tags/libstax-java/1.2.0-2/debian/control 2011-08-16 21:05:33 UTC (rev 14248) @@ -0,0 +1,32 @@ +Source: libstax-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Ludovic Claude <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk +Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax +Homepage: http://stax.codehaus.org/ + +Package: libstax-java +Architecture: all +Depends: ${misc:Depends}, libjaxp1.3-java +Suggests: libstax-java-doc +Description: StAX Reference Implementation (RI) + StAX is a standard XML processing API that allows you to stream XML data + from and to your application. This StAX implementation is the standard + pull parser implementation for JSR-173 specification. + +Package: libstax-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: libstax-java +Description: Javadoc API for libstax-java + StAX is a standard XML processing API that allows you to stream XML data + from and to your application. This StAX implementation is the standard + pull parser implementation for JSR-173 specification. + . + This package provides the Javadoc API for StAX. Deleted: tags/libstax-java/1.2.0-2/debian/rules =================================================================== --- trunk/libstax-java/debian/rules 2011-08-16 20:58:12 UTC (rev 14246) +++ tags/libstax-java/1.2.0-2/debian/rules 2011-08-16 21:05:33 UTC (rev 14248) @@ -1,43 +0,0 @@ -#!/usr/bin/make -f -# debian/rules file for libstax-java (uses cdbs) - -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) -API_VERSION := 1.0.1 -JAVA_HOME := /usr/lib/jvm/java-6-openjdk -DEB_JARS := xml-apis junit -DEB_ANT_BUILD_TARGET := ri_bin_dist javadoc - -binary-post-install/$(PACKAGE):: - # cannot use the mh_* helper scripts here as stax is used to build maven-repo-helper - mkdir -p debian/tmp - cp debian/stax-api.pom debian/tmp/stax-api-$(API_VERSION).pom - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).pom /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ - cp build/stax-api-$(API_VERSION).jar debian/tmp/stax-api-$(API_VERSION).jar - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api-$(API_VERSION).jar - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api.jar - cp debian/stax-api.pom debian/tmp/stax-api-debian.pom - perl -p -i -e 's/<version>$(API_VERSION)/<version>debian/' debian/tmp/stax-api-debian.pom - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-debian.pom /usr/share/maven-repo/stax/stax-api/debian/ - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/debian/stax-api-debian.jar - cp debian/stax.pom debian/tmp/stax-$(VERSION).pom - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).pom /usr/share/maven-repo/stax/stax/$(VERSION)/ - cp build/stax-$(VERSION)-dev.jar debian/tmp/stax-$(VERSION).jar - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/$(VERSION)/ - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax-$(VERSION).jar - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax.jar - cp debian/stax.pom debian/tmp/stax-debian.pom - perl -p -i -e 's/<version>$(VERSION)/<version>debian/' debian/tmp/stax-debian.pom - dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-debian.pom /usr/share/maven-repo/stax/stax/debian/ - dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/debian/stax-debian.jar - -clean:: - -rm -rf debian/tmp - -get-orig-source: - -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename Copied: tags/libstax-java/1.2.0-2/debian/rules (from rev 14247, trunk/libstax-java/debian/rules) =================================================================== --- tags/libstax-java/1.2.0-2/debian/rules (rev 0) +++ tags/libstax-java/1.2.0-2/debian/rules 2011-08-16 21:05:33 UTC (rev 14248) @@ -0,0 +1,42 @@ +#!/usr/bin/make -f +# debian/rules file for libstax-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) +API_VERSION := 1.0.1 +JAVA_HOME := /usr/lib/jvm/java-6-openjdk +DEB_JARS := xml-apis junit +DEB_ANT_BUILD_TARGET := ri_bin_dist javadoc + +binary-post-install/$(PACKAGE):: + # cannot use the mh_* helper scripts here as stax is used to build maven-repo-helper + mkdir -p debian/tmp + cp debian/stax-api.pom debian/tmp/stax-api-$(API_VERSION).pom + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).pom /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ + cp build/stax-api-$(API_VERSION).jar debian/tmp/stax-api-$(API_VERSION).jar + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api-$(API_VERSION).jar + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api.jar + cp debian/stax-api.pom debian/tmp/stax-api-debian.pom + perl -p -i -e 's/<version>$(API_VERSION)/<version>debian/' debian/tmp/stax-api-debian.pom + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-debian.pom /usr/share/maven-repo/stax/stax-api/debian/ + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/debian/stax-api-debian.jar + cp debian/stax.pom debian/tmp/stax-$(VERSION).pom + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).pom /usr/share/maven-repo/stax/stax/$(VERSION)/ + cp build/stax-$(VERSION)-dev.jar debian/tmp/stax-$(VERSION).jar + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/$(VERSION)/ + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax-$(VERSION).jar + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax.jar + cp debian/stax.pom debian/tmp/stax-debian.pom + perl -p -i -e 's/<version>$(VERSION)/<version>debian/' debian/tmp/stax-debian.pom + dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-debian.pom /usr/share/maven-repo/stax/stax/debian/ + dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/debian/stax-debian.jar + +clean:: + -rm -rf debian/tmp + +get-orig-source: + -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

