[pkg-java] r6739 - in trunk/libjgrapht-java: branch_0.6/debian debian

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Thu Jul 24 13:02:01 UTC 2008


Author: smoe-guest
Date: 2008-07-24 13:02:00 +0000 (Thu, 24 Jul 2008)
New Revision: 6739

Modified:
   trunk/libjgrapht-java/branch_0.6/debian/README.Debian
   trunk/libjgrapht-java/branch_0.6/debian/changelog
   trunk/libjgrapht-java/branch_0.6/debian/control
   trunk/libjgrapht-java/branch_0.6/debian/rules
   trunk/libjgrapht-java/debian/control
Log:
* Removed Charles also for 0.7.x
* Package is lintian clean now.


Modified: trunk/libjgrapht-java/branch_0.6/debian/README.Debian
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/README.Debian	2008-07-24 12:42:08 UTC (rev 6738)
+++ trunk/libjgrapht-java/branch_0.6/debian/README.Debian	2008-07-24 13:02:00 UTC (rev 6739)
@@ -6,4 +6,11 @@
 The reader of this file shall please be aware of that change and update
 for the development of any new package.
 
+The latest revision of the Debian package for version 0.6 introduced 
+a package with the version number as a part of the binary package name.
+Please directly depend on that and refer to the jar with a version number,
+too, in the application that uses the package. For compatibility,
+the version 0.6 of the package with no version number in its name 
+provides a symbolic link to the versioned jar.
+
 -- Steffen Moeller <moeller at debian.org>  Thu, 24 Jul 2008 14:33:21 +0200

Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/changelog	2008-07-24 12:42:08 UTC (rev 6738)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog	2008-07-24 13:02:00 UTC (rev 6739)
@@ -1,3 +1,14 @@
+libjgrapht-java (0.6.0-5) unstable; urgency=low
+
+  * Adopted changes of myself and Michael Koch
+    for version 0.7 for a remake of the packaging
+    of version 0.6. This aims at providing the
+    possibility to have both APIs coexisting peacefully.
+  * Charles Fry asked to be removed from the Uploaders
+    list and he was.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 24 Jul 2008 14:45:40 +0200
+
 libjgrapht-java (0.6.0-4) unstable; urgency=low
 
   * Revert compat to 4 for inclusion in etch

Modified: trunk/libjgrapht-java/branch_0.6/debian/control
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/control	2008-07-24 12:42:08 UTC (rev 6738)
+++ trunk/libjgrapht-java/branch_0.6/debian/control	2008-07-24 13:02:00 UTC (rev 6739)
@@ -39,7 +39,8 @@
 Architecture: all
 Suggests: www-browser, libjgrapht0.6-java
 Conflicts: libjgrapht-java-doc (<= 0.6.0-4)
+Section: contrib/doc
 Description: javadoc-generated API of libjgrapht-java
  The javadoc utility was used to convert comments of the Java source
  code into a complete documentation. That can be accessed easily
- with a regular web browser in in /usr/share/doc/libjgrapht-java/apidoc.
+ with a regular web browser in /usr/share/doc/libjgrapht-java/apidoc.

Modified: trunk/libjgrapht-java/branch_0.6/debian/rules
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/rules	2008-07-24 12:42:08 UTC (rev 6738)
+++ trunk/libjgrapht-java/branch_0.6/debian/rules	2008-07-24 13:02:00 UTC (rev 6739)
@@ -10,11 +10,11 @@
 DEB_ANT_INSTALL_TARGET := prepare.distribution
 DEB_ANT_TEST_TARGET := test
 
-ANT_ARGS := -Dproject.jar=debian/libjgrapht0.7-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar -Djavadoc.dir=debian/libjgrapht-java-doc/usr/share/doc/libjgrapht-java/apidoc
+ANT_ARGS := -Dproject.jar=debian/libjgrapht0.6-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar -Djavadoc.dir=debian/libjgrapht-java-doc/usr/share/doc/libjgrapht-java/apidoc
 
 install/libjgrapht-java::
 	dh_link -p libjgrapht-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht.jar
 
-install/libjgrapht0.7-java::
-	dh_link -p libjgrapht0.7-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht-0.7.jar
+install/libjgrapht0.6-java::
+	dh_link -p libjgrapht0.6-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht-0.6.jar
 

Modified: trunk/libjgrapht-java/debian/control
===================================================================
--- trunk/libjgrapht-java/debian/control	2008-07-24 12:42:08 UTC (rev 6738)
+++ trunk/libjgrapht-java/debian/control	2008-07-24 13:02:00 UTC (rev 6739)
@@ -2,7 +2,7 @@
 Section: contrib/libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Charles Fry <cfry at debian.org>, Michael Koch <konqueror at gmx.de>
+Uploaders: Michael Koch <konqueror at gmx.de>, Steffen Moeller <moeller at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ant, java-gcj-compat-dev
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java
@@ -29,7 +29,7 @@
 Package: libjgrapht-java
 Architecture: all
 Depends: libjgrapht0.7-java
-Conflicts: libjgrapht-java (< 0.7)
+Conflicts: libjgrapht-java (<= 0.6.0-4)
 Description: indication of the latest version of libjgrapht-java
  This package does not provide a Java archive by itself but refers
  to the latest API version of the package and provides a symbolic link 
@@ -38,8 +38,9 @@
 Package: libjgrapht-java-doc
 Architecture: all
 Suggests: www-browser, libjgrapht-java
-Conflicts: libjgrapht-java (<= 0.7.3-1)
+Conflicts: libjgrapht-java (<= 0.6.0-4)
+Section: doc
 Description: javadoc-generated API of libjgrapht-java
  The javadoc utility was used to convert comments of the Java source
  code into a complete documentation. That can be accessed easily
- with a regular web browser in in /usr/share/doc/libjgrapht-java/apidoc.
+ with a regular web browser in /usr/share/doc/libjgrapht-java/apidoc.




More information about the pkg-java-commits mailing list