[med-svn] r10406 - trunk/packages/biojava/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Apr 18 17:30:45 UTC 2012


Author: tille
Date: 2012-04-18 17:30:45 +0000 (Wed, 18 Apr 2012)
New Revision: 10406

Modified:
   trunk/packages/biojava/trunk/debian/changelog
   trunk/packages/biojava/trunk/debian/control
Log:
Some more polishing (Vcs fields, final lintian problem solved by droping JRE dependency) and upload to unstable


Modified: trunk/packages/biojava/trunk/debian/changelog
===================================================================
--- trunk/packages/biojava/trunk/debian/changelog	2012-04-18 16:38:30 UTC (rev 10405)
+++ trunk/packages/biojava/trunk/debian/changelog	2012-04-18 17:30:45 UTC (rev 10406)
@@ -1,4 +1,4 @@
-biojava-live (1:1.7.1-2) UNRELEASED; urgency=low
+biojava-live (1:1.7.1-2) unstable; urgency=low
 
   [ Jari Aalto ]
   * Remove quilt and upgrade to packaging format "3.0 quilt" which
@@ -15,9 +15,12 @@
   * Fix extended-description-is-probably-too-short (Lintian).
 
   [ Andreas Tille ]
-  * debian/control: Java 1.7 API is missleading regarding JDK version - rather
-    add the version at the end and declare the version-less metapackage as
-    default version
+  * debian/control:
+    - Short-Desc: Java 1.7 API is missleading regarding JDK version - rather
+      add the version at the end and declare the version-less metapackage as
+      default version
+    - Dropped default-jre-headless from Depends according to Java policy
+    - Fixed Vcs fields
   * debian/watch: enable detecting new versions
   * debian/{control,upstream}: Moved citations from long description to
     upstream file

Modified: trunk/packages/biojava/trunk/debian/control
===================================================================
--- trunk/packages/biojava/trunk/debian/control	2012-04-18 16:38:30 UTC (rev 10405)
+++ trunk/packages/biojava/trunk/debian/control	2012-04-18 17:30:45 UTC (rev 10406)
@@ -12,13 +12,18 @@
  ant-optional
 Build-Depends: debhelper (>= 9), cdbs, ant
 Standards-Version: 3.9.3
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biojava/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/biojava/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biojava/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/biojava/trunk/
 Homepage: http://www.biojava.org
 
 Package: libbiojava1.7-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcommons-pool-java (>= 1.1), libcommons-collections-java (>= 2.1), libcommons-dbcp-java (>= 1.1), libhsqldb-java, libbytecode-java, default-jre-headless
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libcommons-pool-java (>= 1.1),
+ libcommons-collections-java (>= 2.1),
+ libcommons-dbcp-java (>= 1.1),
+ libhsqldb-java,
+ libbytecode-java
 Suggests: java-virtual-machine, libjgrapht-java, libbiojava-java, libbiojava-java-doc
 Conflicts: libbiojava1.6-java
 Replaces: libbiojava1.6-java




More information about the debian-med-commit mailing list