[pkg-java] r12690 - in trunk/bcel/debian: . source

Torsten Werner twerner at alioth.debian.org
Tue Jun 29 18:48:49 UTC 2010


Author: twerner
Date: 2010-06-29 18:48:47 +0000 (Tue, 29 Jun 2010)
New Revision: 12690

Added:
   trunk/bcel/debian/source/
   trunk/bcel/debian/source/format
Modified:
   trunk/bcel/debian/changelog
   trunk/bcel/debian/control
Log:
* Change the (Build-)Depends for the jdk's doc package to default-jdk-doc.
  (Closes: 567267)
* Downgrade the Depends on the jdk's doc package to Recommends.
* Remove Stefan, Arnaud, Wolfgang, and Paul from Uploaders list. Thanks to
  your contribution in the past!
* Update Standards-Version: 3.8.4.
* Switch to source format 3.0.

Modified: trunk/bcel/debian/changelog
===================================================================
--- trunk/bcel/debian/changelog	2010-06-28 21:16:25 UTC (rev 12689)
+++ trunk/bcel/debian/changelog	2010-06-29 18:48:47 UTC (rev 12690)
@@ -1,3 +1,15 @@
+bcel (5.2-7) unstable; urgency=low
+
+  * Change the (Build-)Depends for the jdk's doc package to default-jdk-doc.
+    (Closes: 567267)
+  * Downgrade the Depends on the jdk's doc package to Recommends.
+  * Remove Stefan, Arnaud, Wolfgang, and Paul from Uploaders list. Thanks to
+    your contribution in the past!
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 29 Jun 2010 20:25:48 +0200
+
 bcel (5.2-6) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/bcel/debian/control
===================================================================
--- trunk/bcel/debian/control	2010-06-28 21:16:25 UTC (rev 12689)
+++ trunk/bcel/debian/control	2010-06-29 18:48:47 UTC (rev 12690)
@@ -2,10 +2,10 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Wolfgang Baer <WBaer at gmx.de>, Paul Cager <paul-debian at home.paulcager.org>, Torsten Werner <twerner at debian.org>
-Build-Depends-Indep: maven-repo-helper, default-jdk, libregexp-java, libxerces2-java, openjdk-6-doc
+Uploaders: Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>
+Build-Depends-Indep: maven-repo-helper, default-jdk, libregexp-java, libxerces2-java, default-jdk-doc
 Build-Depends: ant (>= 1.6.5), cdbs (>= 0.4.5.3), debhelper (>= 5)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Homepage: http://jakarta.apache.org/bcel/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bcel
 Vcs-Browser: http://wsvn.debian.org/svn/pkg-java/trunk/bcel/
@@ -31,7 +31,8 @@
 Package: libbcel-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, openjdk-6-doc | classpath-doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
 Suggests: libbcel-java
 Description: Documentation for Byte Code Engineering Library (BCEL)
  Documentation for the BCEL Java library which is used to manipulate Java 

Added: trunk/bcel/debian/source/format
===================================================================
--- trunk/bcel/debian/source/format	                        (rev 0)
+++ trunk/bcel/debian/source/format	2010-06-29 18:48:47 UTC (rev 12690)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list