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

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Thu Jul 24 12:42:09 UTC 2008


Author: smoe-guest
Date: 2008-07-24 12:42:08 +0000 (Thu, 24 Jul 2008)
New Revision: 6738

Added:
   trunk/libjgrapht-java/branch_0.6/
   trunk/libjgrapht-java/branch_0.6/debian/
   trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.dirs
   trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.docs
Removed:
   trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.dirs
   trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.docs
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/watch
Log:
Attempt to allow for multiple versions of libjgraph to be installed
and thus avoid breakage of some application. Charles asked to be removed
from the uploaders list. I have adde myself.


Copied: trunk/libjgrapht-java/branch_0.6/debian (from rev 6737, trunk/libjgrapht-java/debian)


Property changes on: trunk/libjgrapht-java/branch_0.6/debian
___________________________________________________________________
Name: svn:ignore
   + files
libjgrapht-java
stamp-*
*.debhelper.log

Name: mergeWithUpstream
   + 1
Name: svn:mergeinfo
   + 

Modified: trunk/libjgrapht-java/branch_0.6/debian/README.Debian
===================================================================
--- trunk/libjgrapht-java/debian/README.Debian	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/README.Debian	2008-07-24 12:42:08 UTC (rev 6738)
@@ -3,16 +3,7 @@
 
 With version 0.7.3 javadoc of gcj fails and hence led to the fall-back
 to the JDK of Sun and the move of the package from main to contrib.
+The reader of this file shall please be aware of that change and update
+for the development of any new package.
 
-Semantics of the package names were changed, hence the expressed conflict
-with previous versions of that package. The real jar file is now expected
-to be named jgrapht$(VERSION).jar, whilst previous releases did not show
-the version with the jar. This is analogous to the concept of sonames of
-shared C libraries. Symbolic links are provided to refer to the current
-libraries but multiple versions are allowed to coexist.
-
-Users of the jgrapht library version 0.6 should hence install the
-libjgrapht0.6 package. This, though, has not yet been created. I
-admittedly be created to preserve compatibility across versions.
-
--- Steffen Moeller <moeller at debian.org>  Sun, 13 Jul 2008 14:47:03 +0200
+-- 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/debian/changelog	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog	2008-07-24 12:42:08 UTC (rev 6738)
@@ -1,32 +1,3 @@
-libjgrapht-java (0.7.3-2) UNRELEASED; urgency=low
-
-  [ Steffen Moeller ]
-  * Moved apidoc into separate -doc package
-  * Addded conflict of -doc package to earlier versions of libjgrapht-java
-    (thanks to Michael)
-  * Added version number to binary package name to resolve issue with
-    conflicting APIs between versions 0.6 and 0.7.
-  * Updated to standards version 3.8.0
-
- -- Steffen Moeller <moeller at debian.org>  Sun, 13 Jul 2008 14:07:33 +0200
-
-libjgrapht-java (0.7.3-1) experimental; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream version (Closes: #466858)
-  * debian/control updates
-    - Moved "Homepage" field
-    - Indicating pkg-java svn repository
-
-  [ Michael Koch ]
-  * Upload to experimental due to API breakage.
-  * Rewrote debian/copyright.
-  * Generate jar file and symlink correctly.
-  * Updated debhelper level to 5.
-  * Added myself to Uploaders.
-
- -- Michael Koch <konqueror at gmx.de>  Sat, 10 May 2008 07:56:01 +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/debian/control	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/control	2008-07-24 12:42:08 UTC (rev 6738)
@@ -2,14 +2,14 @@
 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
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java
 Homepage: http://jgrapht.sourceforge.net/
 
-Package: libjgrapht0.7-java
+Package: libjgrapht0.6-java
 Architecture: all
 Depends: java-gcj-compat | java2-runtime
 Suggests: java-virtual-machine
@@ -28,8 +28,8 @@
 
 Package: libjgrapht-java
 Architecture: all
-Depends: libjgrapht0.7-java
-Conflicts: libjgrapht-java (< 0.7)
+Depends: libjgrapht0.6-java
+Conflicts: libjgrapht-java
 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 
@@ -37,8 +37,8 @@
 
 Package: libjgrapht-java-doc
 Architecture: all
-Suggests: www-browser, libjgrapht-java
-Conflicts: libjgrapht-java (<= 0.7.3-1)
+Suggests: www-browser, libjgrapht0.6-java
+Conflicts: libjgrapht-java-doc (<= 0.6.0-4)
 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

Added: trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.dirs
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.dirs	                        (rev 0)
+++ trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.dirs	2008-07-24 12:42:08 UTC (rev 6738)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.docs
===================================================================
--- trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.docs	                        (rev 0)
+++ trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.6-java.docs	2008-07-24 12:42:08 UTC (rev 6738)
@@ -0,0 +1 @@
+README.html

Deleted: trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.dirs
===================================================================
--- trunk/libjgrapht-java/debian/libjgrapht0.7-java.dirs	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.dirs	2008-07-24 12:42:08 UTC (rev 6738)
@@ -1 +0,0 @@
-usr/share/java

Deleted: trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.docs
===================================================================
--- trunk/libjgrapht-java/debian/libjgrapht0.7-java.docs	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/libjgrapht0.7-java.docs	2008-07-24 12:42:08 UTC (rev 6738)
@@ -1 +0,0 @@
-README.html

Modified: trunk/libjgrapht-java/branch_0.6/debian/watch
===================================================================
--- trunk/libjgrapht-java/debian/watch	2008-07-24 10:04:02 UTC (rev 6737)
+++ trunk/libjgrapht-java/branch_0.6/debian/watch	2008-07-24 12:42:08 UTC (rev 6738)
@@ -1,3 +1,3 @@
 version=3
 # use qa.debian.org redirector; see man uscan
-http://sf.net/jgrapht/ jgrapht-([\d.]+)\.tar\.gz debian svn-upgrade
+http://sf.net/jgrapht/ jgrapht-(0\.6\.[\d.]+)\.tar\.gz debian svn-upgrade




More information about the pkg-java-commits mailing list