Author: ebourg-guest Date: 2013-04-29 11:42:10 +0000 (Mon, 29 Apr 2013) New Revision: 16588
Modified: trunk/vecmath/debian/changelog trunk/vecmath/debian/control trunk/vecmath/debian/copyright trunk/vecmath/debian/watch Log: Fixed the watch file Updated Standards-Version to 3.9.4 (no changes) Updated debian/copyright to be fully DEP5 compliant Modified: trunk/vecmath/debian/changelog =================================================================== --- trunk/vecmath/debian/changelog 2013-04-29 10:25:07 UTC (rev 16587) +++ trunk/vecmath/debian/changelog 2013-04-29 11:42:10 UTC (rev 16588) @@ -1,3 +1,12 @@ +vecmath (1.5.2-4) unstable; urgency=low + + * Team upload. + * Fixed the watch file + * Updated Standards-Version to 3.9.4 (no changes) + * Updated debian/copyright to be fully DEP5 compliant + + -- Emmanuel Bourg <[email protected]> Mon, 29 Apr 2013 13:25:25 +0200 + vecmath (1.5.2-3) unstable; urgency=low [ Niels Thykier ] Modified: trunk/vecmath/debian/control =================================================================== --- trunk/vecmath/debian/control 2013-04-29 10:25:07 UTC (rev 16587) +++ trunk/vecmath/debian/control 2013-04-29 11:42:10 UTC (rev 16588) @@ -2,14 +2,14 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Petter Reinholdtsen <[email protected]> +Uploaders: Petter Reinholdtsen <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: ant-optional, cdbs, debhelper (>= 7), default-jdk, default-jdk-doc, javahelper (>= 0.32~) -Standards-Version: 3.9.1 +Standards-Version: 3.9.4 Homepage: https://vecmath.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/vecmath/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/ Modified: trunk/vecmath/debian/copyright =================================================================== --- trunk/vecmath/debian/copyright 2013-04-29 10:25:07 UTC (rev 16587) +++ trunk/vecmath/debian/copyright 2013-04-29 11:42:10 UTC (rev 16588) @@ -1,19 +1,17 @@ -This package was intially debianized by Petter Reinholdtsen -<[email protected]> on Fri Sep 19 22:12:39 CEST 2008. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Vecmath +Source: http://java3d.java.net -It was downloaded using CVS from -<:pserver:[email protected]:/cvs> - -File(s): vecmath/* -Copyright: 1997-2008 Sun Microsystems, Inc. -License: GPLv2 +Files: vecmath/* +Copyright: 1997-2008, Sun Microsystems, Inc. +License: GPL-2 with classpath exception On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. - + . Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. - + . As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, @@ -26,7 +24,7 @@ do so, delete this exception statement from your version. File(s): debian/* -Copyright: 2009 Jonny Lamb <[email protected]> -License: GPLv2 +Copyright: 2009, Jonny Lamb <[email protected]> +License: GPL-2 On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. Modified: trunk/vecmath/debian/watch =================================================================== --- trunk/vecmath/debian/watch 2013-04-29 10:25:07 UTC (rev 16587) +++ trunk/vecmath/debian/watch 2013-04-29 11:42:10 UTC (rev 16588) @@ -1,2 +1,2 @@ version=3 -https://java3d.dev.java.net/binary-builds.html .*/vecmath-(\d+)_(\d+)_(\d+)-src.zip +https://java3d.java.net/binary-builds.html .*/vecmath-(\d+)_(\d+)_(\d+)-src.zip _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

