[pkg-java] r6462 - trunk/libjgrapht-java/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Wed May 14 08:07:00 UTC 2008
Author: smoe-guest
Date: 2008-05-14 08:06:59 +0000 (Wed, 14 May 2008)
New Revision: 6462
Modified:
trunk/libjgrapht-java/debian/changelog
trunk/libjgrapht-java/debian/control
Log:
Added conflict with earlier versions.
Modified: trunk/libjgrapht-java/debian/changelog
===================================================================
--- trunk/libjgrapht-java/debian/changelog 2008-05-13 13:02:14 UTC (rev 6461)
+++ trunk/libjgrapht-java/debian/changelog 2008-05-14 08:06:59 UTC (rev 6462)
@@ -2,6 +2,8 @@
[ Steffen Moeller ]
* Moved apidoc into separate -doc package
+ * Addded conflict of -doc package to earlier versions of libjgrapht-java
+ (thanks to Michael)
-- Steffen Moeller <moeller at debian.org> Tue, 13 May 2008 14:22:15 +0200
Modified: trunk/libjgrapht-java/debian/control
===================================================================
--- trunk/libjgrapht-java/debian/control 2008-05-13 13:02:14 UTC (rev 6461)
+++ trunk/libjgrapht-java/debian/control 2008-05-14 08:06:59 UTC (rev 6462)
@@ -28,7 +28,8 @@
Package: libjgrapht-java-doc
Architecture: all
-Suggests: www-browser
+Suggests: www-browser, libjgrapht-java
+Conflicts: libjgrapht-java (<= 0.7.3-1)
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
More information about the pkg-java-commits
mailing list