[pkg-java] r10538 - trunk/libgnucrypto-java/debian

Michael Koch mkoch at alioth.debian.org
Wed Sep 23 08:35:35 UTC 2009


Author: mkoch
Date: 2009-09-23 08:35:34 +0000 (Wed, 23 Sep 2009)
New Revision: 10538

Removed:
   trunk/libgnucrypto-java/debian/patches/
Modified:
   trunk/libgnucrypto-java/debian/changelog
   trunk/libgnucrypto-java/debian/compat
   trunk/libgnucrypto-java/debian/control
   trunk/libgnucrypto-java/debian/copyright
   trunk/libgnucrypto-java/debian/rules
Log:
libgnucrypto-java (2.1.0-3) unstable; urgency=low

  * Build-Depends on default-jdk (Closes: #526276).
  * Build-Depends on debhelper >= 7.
  * Added real copyright notice to debian/copyright.
  * Don't install /usr/share/info/dir.gz.
  * Fix clean target in debian/rules.
  * Moved package to section 'java'.
  * Make package Depends on ${misc:Depends}.
  * Added Homepage field.
  * Added myself to Uploaders.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Wed, 23 Sep 2009 10:25:05 +0200



Modified: trunk/libgnucrypto-java/debian/changelog
===================================================================
--- trunk/libgnucrypto-java/debian/changelog	2009-09-23 05:39:56 UTC (rev 10537)
+++ trunk/libgnucrypto-java/debian/changelog	2009-09-23 08:35:34 UTC (rev 10538)
@@ -1,3 +1,18 @@
+libgnucrypto-java (2.1.0-3) unstable; urgency=low
+
+  * Build-Depends on default-jdk (Closes: #526276).
+  * Build-Depends on debhelper >= 7.
+  * Added real copyright notice to debian/copyright.
+  * Don't install /usr/share/info/dir.gz.
+  * Fix clean target in debian/rules.
+  * Moved package to section 'java'.
+  * Make package Depends on ${misc:Depends}.
+  * Added Homepage field.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Wed, 23 Sep 2009 10:25:05 +0200
+
 libgnucrypto-java (2.1.0-2) unstable; urgency=low
 
   * Rebuild the database of security providers in the postrm

Modified: trunk/libgnucrypto-java/debian/compat
===================================================================
--- trunk/libgnucrypto-java/debian/compat	2009-09-23 05:39:56 UTC (rev 10537)
+++ trunk/libgnucrypto-java/debian/compat	2009-09-23 08:35:34 UTC (rev 10538)
@@ -1 +1 @@
-4
+7

Modified: trunk/libgnucrypto-java/debian/control
===================================================================
--- trunk/libgnucrypto-java/debian/control	2009-09-23 05:39:56 UTC (rev 10537)
+++ trunk/libgnucrypto-java/debian/control	2009-09-23 08:35:34 UTC (rev 10538)
@@ -1,19 +1,16 @@
 Source: libgnucrypto-java
 Priority: optional
-Section: libs
+Section: java
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs
-Build-Depends-Indep: java-gcj-compat-dev
-Standards-Version: 3.7.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
+Standards-Version: 3.8.3
+Homepage: http://www.gnu.org/software/gnu-crypto
 
 Package: libgnucrypto-java
 Architecture: all
-Depends: libgcj-common (>= 1:4.1.1-19), java-gcj-compat | kaffe (>= 1.1.1) | java1-runtime | java2-runtime
+Depends: libgcj-common (>= 1:4.1.1-19), default-jre-headless | java1-runtime | java2-runtime, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
 Description: full-featured cryptographic library in Java
  GNU Crypto aims at providing free, versatile, high-quality, and
  provably correct implementations of cryptographic primitives and tools
  in the Java programming language for both programmers and end-users.
- .
- HomePage: <http://www.gnu.org/software/gnu-crypto>
- 

Modified: trunk/libgnucrypto-java/debian/copyright
===================================================================
--- trunk/libgnucrypto-java/debian/copyright	2009-09-23 05:39:56 UTC (rev 10537)
+++ trunk/libgnucrypto-java/debian/copyright	2009-09-23 08:35:34 UTC (rev 10538)
@@ -5,7 +5,7 @@
 
 Upstream Author: Raif S. Naffah
 
-Copyright:
+Copyright: (c) 2002-2009 Raif S. Naffah
 
 The software in this package is distributed under the GNU General Public
 License (with "Library Exception" described below).

Modified: trunk/libgnucrypto-java/debian/rules
===================================================================
--- trunk/libgnucrypto-java/debian/rules	2009-09-23 05:39:56 UTC (rev 10537)
+++ trunk/libgnucrypto-java/debian/rules	2009-09-23 08:35:34 UTC (rev 10538)
@@ -5,13 +5,12 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-export JAVA_HOME=/usr/lib/jvm/java-gcj
-#CLASSPATH
+export JAVA_HOME=/usr/lib/jvm/default-java
+
 export JAVAC=$(JAVA_HOME)/bin/javac
 export JAVA=$(JAVA_HOME)/bin/java
 export JAR=$(JAVA_HOME)/bin/jar
 
-
 # This variable adds several arguments to the ./configure invocation,
 # in *addition* to what autotools.mk does normally.  So the end command
 # will look something like:
@@ -22,7 +21,8 @@
 
 binary-install/libgnucrypto-java::
 	touch debian/libgnucrypto-java/etc/java/security/security.d/3000-gnu.crypto.jce.GnuCrypto
+	rm debian/libgnucrypto-java/usr/share/info/dir
 
 # This adds extra stuff to the clean rule.
 clean::
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean




More information about the pkg-java-commits mailing list