Author: ebourg-guest Date: 2013-07-09 10:56:19 +0000 (Tue, 09 Jul 2013) New Revision: 17005
Added: tags/libcommons-openpgp-java/0+svn533492-4/ tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog tags/libcommons-openpgp-java/0+svn533492-4/debian/control tags/libcommons-openpgp-java/0+svn533492-4/debian/rules Removed: tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog tags/libcommons-openpgp-java/0+svn533492-4/debian/control tags/libcommons-openpgp-java/0+svn533492-4/debian/rules Log: [svn-buildpackage] Tagging libcommons-openpgp-java 0+svn533492-4 Deleted: tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog =================================================================== --- trunk/libcommons-openpgp-java/debian/changelog 2013-07-08 12:26:56 UTC (rev 17003) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog 2013-07-09 10:56:19 UTC (rev 17005) @@ -1,35 +0,0 @@ -libcommons-openpgp-java (0+svn533492-3) unstable; urgency=low - - * Team upload. - * Change Build-Depends: default-jdk-doc. - * Switch to source format 3.0. - * Update Standards-Version: 3.8.4 - * Remove Paul from Uploaders. - - -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 16:29:02 +0200 - -libcommons-openpgp-java (0+svn533492-2) unstable; urgency=low - - [ Kumar Appaiah ] - * Add Vcs-{Svn,Browser}. - - [ Emmanuel Bourg ] - * Update of the URLs - * Rename Jakarta Commons to Apache Commons - - [ Michael Koch ] - * Build-Depends on default-jdk (Closes: #526288). - * Rewrote debian/copyright. - * Moved package to section 'java'. - * Let packages Depends on ${misc:Depends}. - * Added Homepage field. - * Added myself as Uploader. - * Updated Standards-Version to 3.8.3. - - -- Michael Koch <[email protected]> Sat, 19 Sep 2009 15:58:46 +0200 - -libcommons-openpgp-java (0+svn533492-1) unstable; urgency=low - - * Initial release. (Closes: #421428) - - -- Paul Cager <[email protected]> Tue, 08 May 2007 13:12:13 +0100 Copied: tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog (from rev 17004, trunk/libcommons-openpgp-java/debian/changelog) =================================================================== --- tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog (rev 0) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/changelog 2013-07-09 10:56:19 UTC (rev 17005) @@ -0,0 +1,47 @@ +libcommons-openpgp-java (0+svn533492-4) unstable; urgency=low + + * debian/control: + - Removed Michael Koch from the uploaders (Closes: #654061) + - Updated Standards-Version to 3.9.4 (no changes) + - Use canonical URLs for the Vcs-* fields + - Updated the URL of the homepage + - Improved the package descriptions + * debian/rules: Removed usage of simple-patchsys.mk + + -- Emmanuel Bourg <[email protected]> Tue, 09 Jul 2013 12:38:30 +0200 + +libcommons-openpgp-java (0+svn533492-3) unstable; urgency=low + + * Team upload. + * Change Build-Depends: default-jdk-doc (Closes: #567279) + * Switch to source format 3.0. + * Update Standards-Version: 3.8.4 + * Remove Paul from Uploaders. + + -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 16:29:02 +0200 + +libcommons-openpgp-java (0+svn533492-2) unstable; urgency=low + + [ Kumar Appaiah ] + * Add Vcs-{Svn,Browser}. + + [ Emmanuel Bourg ] + * Update of the URLs + * Rename Jakarta Commons to Apache Commons + + [ Michael Koch ] + * Build-Depends on default-jdk (Closes: #526288). + * Rewrote debian/copyright. + * Moved package to section 'java'. + * Let packages Depends on ${misc:Depends}. + * Added Homepage field. + * Added myself as Uploader. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Sat, 19 Sep 2009 15:58:46 +0200 + +libcommons-openpgp-java (0+svn533492-1) unstable; urgency=low + + * Initial release. (Closes: #421428) + + -- Paul Cager <[email protected]> Tue, 08 May 2007 13:12:13 +0100 Deleted: tags/libcommons-openpgp-java/0+svn533492-4/debian/control =================================================================== --- trunk/libcommons-openpgp-java/debian/control 2013-07-08 12:26:56 UTC (rev 17003) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/control 2013-07-09 10:56:19 UTC (rev 17005) @@ -1,41 +0,0 @@ -Source: libcommons-openpgp-java -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Koch <[email protected]> -Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk -Build-Depends-Indep: ant-optional, libxalan2-java, libbcpg-java, - libbcpg-java-doc, libbcprov-java, libbcprov-java-doc, default-jdk-doc -Standards-Version: 3.8.4 -Homepage: http://jakarta.apache.org/commons/sandbox/openpgp/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-libcommons-openpgp-java-java -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-libcommons-openpgp-java-java - -Package: libcommons-openpgp-java -Architecture: all -Depends: ${misc:Depends} -Suggests: libcommons-openpgp-java-doc -Description: a common and simple interface for generating and verifying OpenPGP signatures - Currently implemented using BouncyCastle, it is intended to allow - pluggable providers so that alternate open source and commercial providers - can be used. - . - The library was started by Maven and Ant committers to enable the use of - OpenPGP from these tools. Currently, Maven uses it in its development - version to sign libraries released to the repository. - -Package: libcommons-openpgp-java-doc -Architecture: all -Section: doc -Depends: default-jdk-doc, ${misc:Depends} -Suggests: libcommons-openpgp-java -Description: a common and simple interface for generating and verifying OpenPGP signatures - Currently implemented using BouncyCastle, it is intended to allow - pluggable providers so that alternate open source and commercial providers - can be used. - . - The library was started by Maven and Ant committers to enable the use of - OpenPGP from these tools. Currently, Maven uses it in its development - version to sign libraries released to the repository. - . - This package contains the API documentation for libcommons-openpgp-java Copied: tags/libcommons-openpgp-java/0+svn533492-4/debian/control (from rev 17004, trunk/libcommons-openpgp-java/debian/control) =================================================================== --- tags/libcommons-openpgp-java/0+svn533492-4/debian/control (rev 0) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/control 2013-07-09 10:56:19 UTC (rev 17005) @@ -0,0 +1,47 @@ +Source: libcommons-openpgp-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Emmanuel Bourg <[email protected]> +Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk +Build-Depends-Indep: ant-optional, libxalan2-java, libbcpg-java, + libbcpg-java-doc, libbcprov-java, libbcprov-java-doc, default-jdk-doc +Standards-Version: 3.9.4 +Homepage: http://commons.apache.org/sandbox/openpgp/ +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-libcommons-openpgp-java-java +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-libcommons-openpgp-java-java + +Package: libcommons-openpgp-java +Architecture: all +Depends: ${misc:Depends} +Suggests: libcommons-openpgp-java-doc +Description: Java API for generating and verifying OpenPGP signatures + Apache Commons OpenPGP aims at producing a common and simple interface for + generating and verifying OpenPGP signatures. + . + Currently implemented using BouncyCastle, it is intended to allow + pluggable providers so that alternate open source and commercial providers + can be used. + . + The library was started by Maven and Ant committers to enable the use of + OpenPGP from these tools. Currently, Maven uses it in its development + version to sign libraries released to the repository. + +Package: libcommons-openpgp-java-doc +Architecture: all +Section: doc +Depends: default-jdk-doc, ${misc:Depends} +Suggests: libcommons-openpgp-java +Description: Java API for generating and verifying OpenPGP signatures (documentation) + Apache Commons OpenPGP aims at producing a common and simple interface for + generating and verifying OpenPGP signatures. + . + Currently implemented using BouncyCastle, it is intended to allow + pluggable providers so that alternate open source and commercial providers + can be used. + . + The library was started by Maven and Ant committers to enable the use of + OpenPGP from these tools. Currently, Maven uses it in its development + version to sign libraries released to the repository. + . + This package contains the API documentation for libcommons-openpgp-java Deleted: tags/libcommons-openpgp-java/0+svn533492-4/debian/rules =================================================================== --- trunk/libcommons-openpgp-java/debian/rules 2013-07-08 12:26:56 UTC (rev 17003) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/rules 2013-07-09 10:56:19 UTC (rev 17005) @@ -1,36 +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/simple-patchsys.mk - -PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ') -VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | sed 's/-[0-9]*$$//') - -JAVA_HOME := /usr/lib/jvm/default-java - -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 \ - /usr/share/java/bcpg.jar \ - /usr/share/java/bcprov.jar \ - /usr/share/java/junit.jar -DEB_ANT_BUILD_TARGET := package -DEB_ANT_BUILDFILE := ./debian/build.xml -DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -API_DOCS := build/doc/api -SVN := http://svn.apache.org/repos/asf/jakarta/commons/sandbox/openpgp/trunk/ -REVISION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d- | sed 's/.*svn//' | sed 's/[^0-9].*//') - -get-orig-source: - echo "Getting version $(VERSION) from $(SVN)" - mkdir orig_tmp - cd orig_tmp && \ - svn export -q -r $(REVISION) $(SVN) $(PACKAGE) && \ - tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE) - rm -rf orig_tmp - -binary-post-install/$(PACKAGE):: - dh_install -p$(PACKAGE) build/$(PACKAGE)-$(VERSION).jar usr/share/java && \ - dh_link -p$(PACKAGE) usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar; \ - -binary-post-install/$(PACKAGE)-doc:: - dh_install -p$(PACKAGE)-doc $(API_DOCS) usr/share/doc/$(PACKAGE) Copied: tags/libcommons-openpgp-java/0+svn533492-4/debian/rules (from rev 17004, trunk/libcommons-openpgp-java/debian/rules) =================================================================== --- tags/libcommons-openpgp-java/0+svn533492-4/debian/rules (rev 0) +++ tags/libcommons-openpgp-java/0+svn533492-4/debian/rules 2013-07-09 10:56:19 UTC (rev 17005) @@ -0,0 +1,32 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ') +VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | sed 's/-[0-9]*$$//') + +JAVA_HOME := /usr/lib/jvm/default-java + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 bcpg bcprov junit +DEB_ANT_BUILD_TARGET := package +DEB_ANT_BUILDFILE := ./debian/build.xml +DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) +API_DOCS := build/doc/api +SVN := http://svn.apache.org/repos/asf/jakarta/commons/sandbox/openpgp/trunk/ +REVISION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d- | sed 's/.*svn//' | sed 's/[^0-9].*//') + +get-orig-source: + echo "Getting version $(VERSION) from $(SVN)" + mkdir orig_tmp + cd orig_tmp && \ + svn export -q -r $(REVISION) $(SVN) $(PACKAGE) && \ + tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE) + rm -rf orig_tmp + +binary-post-install/$(PACKAGE):: + dh_install -p$(PACKAGE) build/$(PACKAGE)-$(VERSION).jar usr/share/java && \ + dh_link -p$(PACKAGE) usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar; \ + +binary-post-install/$(PACKAGE)-doc:: + dh_install -p$(PACKAGE)-doc $(API_DOCS) usr/share/doc/$(PACKAGE) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

