Author: gio Date: 2012-05-08 16:37:45 +0000 (Tue, 08 May 2012) New Revision: 16046
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: New version and fix lintian warnings. Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/changelog 2012-05-07 05:15:53 UTC (rev 16045) +++ trunk/libjgrapht-java/branch_0.8/debian/changelog 2012-05-08 16:37:45 UTC (rev 16046) @@ -1,3 +1,12 @@ +libjgrapht0.8-java (0.8.3-1) unstable; urgency=low + + * New upstream version. + - Update debian/copyright. + * Bump Standards-Version to 3.9.3 (no changes needed). + * Update my email address. + + -- Giovanni Mascellani <[email protected]> Tue, 08 May 2012 18:33:49 +0200 + libjgrapht0.8-java (0.8.1-1) unstable; urgency=low [ Steffen Moeller ] Modified: trunk/libjgrapht-java/branch_0.8/debian/control =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/control 2012-05-07 05:15:53 UTC (rev 16045) +++ trunk/libjgrapht-java/branch_0.8/debian/control 2012-05-08 16:37:45 UTC (rev 16046) @@ -2,10 +2,10 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Giovanni Mascellani <[email protected]> +Uploaders: Giovanni Mascellani <[email protected]> Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk, junit4, libjgraph-java -Standards-Version: 3.8.4 +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 Homepage: http://jgrapht.sourceforge.net/ Modified: trunk/libjgrapht-java/branch_0.8/debian/copyright =================================================================== --- trunk/libjgrapht-java/branch_0.8/debian/copyright 2012-05-07 05:15:53 UTC (rev 16045) +++ trunk/libjgrapht-java/branch_0.8/debian/copyright 2012-05-08 16:37:45 UTC (rev 16046) @@ -1,10 +1,10 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: JGraphT -Maintainer: Barak Naveh +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: JGraphT +Upstream-Contact: Barak Naveh Source: http://www.jgrapht.org/ Files: * -Copyright: 2003-2008, Barak Naveh +Copyright: 2003-2012, Barak Naveh 2003-2008, Avner Linder 2005-2008, Charles Fry 2005-2008, Trevor Harmon @@ -12,13 +12,13 @@ 2003-2008, Michael Behrisch 2005-2008, Assaf Lehr 2008, Peter Giles - 2007-2008, France Telecom + 2007-2010, France Telecom 2007-2008, Lucas J. Scharenbroich 2003-2008, John V. Sichi 2004-2008, Christian Hammer 2008, Andrew Newell 2003-2008, Tim Shearouse - 2008, Ilya Razenshteyn + 2008-2009, Ilya Razenshteyn 2003-2008, Liviu Rau 2004-2008, Marden Neubert 2003-2008, Linda Buisman @@ -32,7 +32,7 @@ found in the file `/usr/share/common-licenses/LGPL-2.1'. Files: debian/* -Copyright: 2010, Giovanni Mascellani <[email protected]> +Copyright: 2010-2012, 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

