Author: gmascellani-guest Date: 2010-05-14 14:36:30 +0000 (Fri, 14 May 2010) New Revision: 12404
Modified: trunk/libjgrapht-java/branch_0.8/debian/README.Debian trunk/libjgrapht-java/branch_0.8/debian/README.source trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian trunk/libjgrapht-java/branch_0.8/debian/changelog Log: Some other work Modified: trunk/libjgrapht-java/branch_0.8/debian/README.Debian =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/README.Debian 2010-05-14 12:07:02 UTC (rev 12403) +++ trunk/libjgrapht-java/branch_0.8/debian/README.Debian 2010-05-14 14:36:30 UTC (rev 12404) @@ -1,19 +1,6 @@ libjgrapht-java =============== -With version 0.7.3 javadoc of gcj fails, an had there not been the -advent of the OpenJDK, this package would have gone to the contrib -section. +Due to licensing issues, the touchgraph compatibility code +was removed from this version of jgrapht. -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, which is now also made available as a separate source -package. - --- Steffen Moeller <[email protected]> Wed, 05 Aug 2009 00:42:41 +0200 Modified: trunk/libjgrapht-java/branch_0.8/debian/README.source =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/README.source 2010-05-14 12:07:02 UTC (rev 12403) +++ trunk/libjgrapht-java/branch_0.8/debian/README.source 2010-05-14 14:36:30 UTC (rev 12404) @@ -1,4 +1,12 @@ jgrapht for Debian ================== -The pre-compiled .jar file was manually removed from the source tree. +Some files have been deleted manually from the upstream distributed +tarball: + * All the precompiled JARs (both jgrapht itself and the needed + libraries); + * The precompiled Javadoc documentation; + * The touchgraph compatibility code, because it depends on + arguably non-free code (the touchgraph library); it is marked + as experimental code anyway. + Modified: trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian 2010-05-14 12:07:02 UTC (rev 12403) +++ trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian 2010-05-14 14:36:30 UTC (rev 12404) @@ -1,6 +1,4 @@ * Fix descriptions and changelog - * Fix conflicts with previous versions (if needed) - * Write a notice about disappeared touchgraph code * Fix JAVA_HOME in rules * Check lintian and cowbuilder - * Fix README.Debian and README.source + * Check the touchgraph issue Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/changelog 2010-05-14 12:07:02 UTC (rev 12403) +++ trunk/libjgrapht-java/branch_0.8/debian/changelog 2010-05-14 14:36:30 UTC (rev 12404) @@ -14,6 +14,7 @@ * All the generated files and binary packages are marked with the version of the API, in order to have in the archive both 0.6 and 0.8. * General cleanup and other minor fixes. + * Conflicts with previous versions removed (all files are versioned). -- Giovanni Mascellani <[email protected]> Wed, 12 May 2010 11:29:07 +0200 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

