Author: gio Date: 2013-05-21 08:17:28 +0000 (Tue, 21 May 2013) New Revision: 16706
Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog trunk/libjgrapht-java/branch_0.8/debian/control trunk/libjgrapht-java/branch_0.8/debian/copyright Log: Upload to sid and fix a few lintian warnings. Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/changelog 2013-05-21 04:44:06 UTC (rev 16705) +++ trunk/libjgrapht-java/branch_0.8/debian/changelog 2013-05-21 08:17:28 UTC (rev 16706) @@ -1,3 +1,11 @@ +libjgrapht0.8-java (0.8.3-3) UNRELEASED; urgency=low + + * Upload to sid. + * Fix a few lintian warnings. + + Bump Standards-Version to 3.9.4 (no changes required). + + -- Giovanni Mascellani <[email protected]> Tue, 21 May 2013 10:08:02 +0200 + libjgrapht0.8-java (0.8.3-2) experimental; urgency=low * Force generation of 1.6-compatible Java classes (LP: #1049716). Modified: trunk/libjgrapht-java/branch_0.8/debian/control =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/control 2013-05-21 04:44:06 UTC (rev 16705) +++ trunk/libjgrapht-java/branch_0.8/debian/control 2013-05-21 08:17:28 UTC (rev 16706) @@ -5,9 +5,9 @@ Uploaders: Giovanni Mascellani <[email protected]> Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk, junit4, libjgraph-java, javahelper -Standards-Version: 3.9.3 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.8 -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java/branch_0.8 +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjgrapht-java/branch_0.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjgrapht-java/branch_0.8 Homepage: http://jgrapht.sourceforge.net/ Package: libjgrapht0.8-java Modified: trunk/libjgrapht-java/branch_0.8/debian/copyright =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/copyright 2013-05-21 04:44:06 UTC (rev 16705) +++ trunk/libjgrapht-java/branch_0.8/debian/copyright 2013-05-21 08:17:28 UTC (rev 16706) @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JGraphT Upstream-Contact: Barak Naveh Source: http://www.jgrapht.org/ @@ -32,7 +32,7 @@ found in the file `/usr/share/common-licenses/LGPL-2.1'. Files: debian/* -Copyright: 2010-2012, Giovanni Mascellani <[email protected]> +Copyright: 2010-2013, Giovanni Mascellani <[email protected]> License: GPL-3+ On Debian systems, the complete text of the GPL-3 license can be found in the file `/usr/share/commons-licenses/GPL-3'. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

