debian/0000775000000000000000000000000012207343402007165 5ustar debian/rules0000775000000000000000000000262212207336157010260 0ustar #!/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) debian/watch0000664000000000000000000000021712207336157010227 0ustar version=3 opts=uversionmangle=s/^/0+svn/ \ http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/ /viewvc\?view=rev&revision=(\d+)$ debian/changelog0000664000000000000000000000327612207342757011063 0ustar libcommons-openpgp-java (0+svn533492-5) unstable; urgency=low * debian/control: Fixed the Vcs-* fields * Generate Java 6 compatible bytecode -- Emmanuel Bourg Wed, 28 Aug 2013 11:41:49 +0200 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 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 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 Sat, 19 Sep 2009 15:58:46 +0200 libcommons-openpgp-java (0+svn533492-1) unstable; urgency=low * Initial release. (Closes: #421428) -- Paul Cager Tue, 08 May 2007 13:12:13 +0100 debian/source/0000775000000000000000000000000012207336157010476 5ustar debian/source/format0000664000000000000000000000001412207336157011704 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212207336157010374 0ustar 7 debian/copyright0000664000000000000000000000230612207336157011132 0ustar This package was debianized by Paul Cager Sun, 29 Apr 2007 18:27:29 +0100 The Debian packaging is Copyright (c) 2007 Paul Cager and is licensed under the GNU General Public License version 2. On Debian systems, the complete text of the GNU General Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'. openpgp was downloaded from http://jakarta.apache.org/commons/sandbox/openpgp/ Upstream Authors: Brett Porter Copyright: (c) 2006 Brett Porter License: 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 systems you can find a complete copy of the Apache license, version 2, in the file '/usr/share/common-licenses/Apache-2.0'. debian/libcommons-openpgp-java-doc.doc-base0000664000000000000000000000052212207336157016066 0ustar Document: libcommons-openpgp-java Title: API Javadoc for libcommons-openpgp-java Author: Apache developers Abstract: This is the API Javadoc provided by the libcommons-openpgp-java library. Section: Programming Format: HTML Index: /usr/share/doc/libcommons-openpgp-java/api/index.html Files: /usr/share/doc/libcommons-openpgp-java/api/* debian/control0000664000000000000000000000406312207336310010573 0ustar Source: libcommons-openpgp-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg 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 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-openpgp-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-openpgp-java Homepage: http://commons.apache.org/sandbox/openpgp/ 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 debian/build.xml0000664000000000000000000000533412207342603011015 0ustar