[pkg-java] r10489 - trunk/libcommons-openpgp-java/debian

Michael Koch mkoch at alioth.debian.org
Sat Sep 19 14:01:23 UTC 2009


Author: mkoch
Date: 2009-09-19 14:00:55 +0000 (Sat, 19 Sep 2009)
New Revision: 10489

Modified:
   trunk/libcommons-openpgp-java/debian/changelog
   trunk/libcommons-openpgp-java/debian/compat
   trunk/libcommons-openpgp-java/debian/control
   trunk/libcommons-openpgp-java/debian/copyright
   trunk/libcommons-openpgp-java/debian/rules
Log:
* 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.


Modified: trunk/libcommons-openpgp-java/debian/changelog
===================================================================
--- trunk/libcommons-openpgp-java/debian/changelog	2009-09-19 12:17:04 UTC (rev 10488)
+++ trunk/libcommons-openpgp-java/debian/changelog	2009-09-19 14:00:55 UTC (rev 10489)
@@ -1,12 +1,22 @@
-libcommons-openpgp-java (0+svn533492-2) UNRELEASED; urgency=low
+libcommons-openpgp-java (0+svn533492-2) unstable; urgency=low
 
-  * Add XS-Vcs-{Svn,Browser}.
-
+  [ 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.
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 00:45:59 +0530
+ -- Michael Koch <konqueror at gmx.de>  Sat, 19 Sep 2009 15:58:46 +0200
 
 libcommons-openpgp-java (0+svn533492-1) unstable; urgency=low
 

Modified: trunk/libcommons-openpgp-java/debian/compat
===================================================================
--- trunk/libcommons-openpgp-java/debian/compat	2009-09-19 12:17:04 UTC (rev 10488)
+++ trunk/libcommons-openpgp-java/debian/compat	2009-09-19 14:00:55 UTC (rev 10489)
@@ -1 +1 @@
-5
+7

Modified: trunk/libcommons-openpgp-java/debian/control
===================================================================
--- trunk/libcommons-openpgp-java/debian/control	2009-09-19 12:17:04 UTC (rev 10488)
+++ trunk/libcommons-openpgp-java/debian/control	2009-09-19 14:00:55 UTC (rev 10489)
@@ -1,20 +1,18 @@
 Source: libcommons-openpgp-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Cager <paul-debian at home.paulcager.org>
-Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java,
-                     libbcpg-java, libbcpg-java-doc,
-		     libbcprov-java, libbcprov-java-doc,
-		     classpath-doc
-Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-libcommons-openpgp-java-java
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-libcommons-openpgp-java-java
+Uploaders: Paul Cager <paul-debian at home.paulcager.org>, Michael Koch <konqueror at gmx.de>
+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, classpath-doc
+Standards-Version: 3.8.3
+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
-Section: libs
+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
@@ -24,13 +22,11 @@
  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.
- .
-  Homepage: http://commons.apache.org/sandbox/openpgp/
 
 Package: libcommons-openpgp-java-doc
 Architecture: all
 Section: doc
-Depends: classpath-doc
+Depends: classpath-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
@@ -42,5 +38,3 @@
  version to sign libraries released to the repository.
  .
  This package contains the API documentation for libcommons-openpgp-java
- .
-  Homepage: http://commons.apache.org/sandbox/openpgp/

Modified: trunk/libcommons-openpgp-java/debian/copyright
===================================================================
--- trunk/libcommons-openpgp-java/debian/copyright	2009-09-19 12:17:04 UTC (rev 10488)
+++ trunk/libcommons-openpgp-java/debian/copyright	2009-09-19 14:00:55 UTC (rev 10489)
@@ -1,19 +1,31 @@
 This package was debianized by Paul Cager <paul-debian at home.paulcager.org>
 Sun, 29 Apr 2007 18:27:29 +0100
 
-It was downloaded from http://commons.apache.org/sandbox/openpgp/
+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'.
 
-Upstream Authors: Brett Porter <brett at apache.org>,
-                  Stefan Bodewig <bodewig at apache.org>
 
-Copyright: © 2005-2008 The Apache Software Foundation
+openpgp was downloaded from http://jakarta.apache.org/commons/sandbox/openpgp/
 
-License: Apache 2.0
+Upstream Authors: Brett Porter <brett at apache.org>
 
-On Debian systems the full text of the Apache License can be found
-in `/usr/share/common-licenses/Apache-2.0'.
+Copyright: (c) 2006 Brett Porter
 
-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'.
+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'.

Modified: trunk/libcommons-openpgp-java/debian/rules
===================================================================
--- trunk/libcommons-openpgp-java/debian/rules	2009-09-19 12:17:04 UTC (rev 10488)
+++ trunk/libcommons-openpgp-java/debian/rules	2009-09-19 14:00:55 UTC (rev 10489)
@@ -6,9 +6,9 @@
 
 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/java-gcj
-ANT_HOME             := /usr/share/ant
-#DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 
+
+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 \
@@ -16,12 +16,10 @@
 DEB_ANT_BUILD_TARGET := package
 DEB_ANT_BUILDFILE    := ./debian/build.xml
 DEB_ANT_ARGS         := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
-#DEB_ANT_INVOKE       := ant -verbose -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -f $(BUILD_FILE)
 API_DOCS             := build/doc/api
-SVN                  := http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/
+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
@@ -30,7 +28,6 @@
 		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; \




More information about the pkg-java-commits mailing list