[java3d] 62/77: Fixed the watch file Updated Standards-Version to 3.9.4 (no changes) Removed the deprecated DMUA flag Removed the obsolete patching instructions in debian/README.source debian/copyright: Updated to comply with the DEP5 format

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:44 GMT 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java3d.

commit 0c2d0ec9d7dca9a90fe00f027f426c9dac3d4b18
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Apr 28 22:05:03 2013 +0000

    Fixed the watch file
    Updated Standards-Version to 3.9.4 (no changes)
    Removed the deprecated DMUA flag
    Removed the obsolete patching instructions in debian/README.source
    debian/copyright: Updated to comply with the DEP5 format
---
 debian/README.source |  39 +-----
 debian/changelog     |  11 ++
 debian/control       |   8 +-
 debian/copyright     | 387 ++++++++++++++++++++++++++-------------------------
 debian/watch         |   2 +-
 5 files changed, 216 insertions(+), 231 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 85880c2..d89a21d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,35 +1,6 @@
-This package uses CDBS (and therefore simple-patchsys.mk) in order to 
-apply patches to the upstream source. Patches are stored in 
-debian/patches and their filenames usually end in .patch or .diff .
-For further details, see the man page for cdbs-edit-patch.
+Information about java3d
+------------------------
 
-All commands described below should be run from the top directory of the 
-package source tree, unless otherwise stated.
-
- * To generate the fully patched source, in a form ready for
-   editing, that would be built to create Debian packages, run: 
-
-     make -f debian/rules apply-patches
-
-   Note: It has been proposed that, in future, this should happen 
-   automatically when you run dpkg-source -x on a CDBS 
-   simple-patchsys.mk source package.  However, this proposal has 
-   apparently not yet been implemented, so for now you have to do 
-   it yourself like this.
-
- * To modify the source and save those modifications so that
-   they will be applied when building the package, pick a
-   suitably informative patch file name, for example
-   01_add_README.source_file.patch, and then run:
-
-     cdbs-edit-patch 01_add_README.source_file.patch
-
-   This will place you in a new shell in a temporary copy of the 
-   source tree.  Make your desired modifications to it, and then 
-   exit the shell to create the patch file containing them (this 
-   file will appear in debian/patches).
-
- * To remove source modifications that are currently being
-   applied when building the package, run:
-
-     make -f debian/rules reverse-patches
+All unzipsfx binaries have been removed from the original tarball
+due to the lack of source. They were not used in the build process
+anyway.
diff --git a/debian/changelog b/debian/changelog
index 4c0804a..0ed567b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+java3d (1.5.2+dfsg-9) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Removed the deprecated DMUA flag
+  * Removed the obsolete patching instructions in debian/README.source
+  * debian/copyright: Updated to comply with the DEP5 format
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 28 Apr 2013 23:35:42 +0200
+
 java3d (1.5.2+dfsg-8) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 09a21d1..e2c13e6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: java3d
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>,
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at apache.org>,
  Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java,
+ mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
+Standards-Version: 3.9.4
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
-DM-Upload-Allowed: yes
 
 Package: libjava3d-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 0362592..8e28774 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,24 +1,17 @@
-This package was intially debianized by Petter Reinholdtsen
-<pere at hungry.com> on Fri Sep 19 22:12:39 CEST 2008.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java 3D
+Source: http://java3d.java.net
 
-It was downloaded using CVS from
-<:pserver:guest at cvs.dev.java.net:/cvs>
-
-All unzipsfx binaries have been removed from the original tarball
-due to the lack of source. They were not used in the build process
-anyway.
-
-File(s): j3d-core/*
-Copyright: Copyright (c) 1997-2008 Sun Microsystems, Inc.
-License: GPLv2
-.
+Files: j3d-core/*
+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,
@@ -30,202 +23,212 @@ License: GPLv2
  of the library, but you are not obligated to do so. If you do not wish to
  do so, delete this exception statement from your version.
 
-File(s): j3d-core/src/native/ogl/panoramiXext.h
-Copyright: Copyright 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
+Files: j3d-core/src/native/ogl/panoramiXext.h
+Copyright: 1991,1997, Digital Equipment Corporation, Maynard, Massachusetts.
 License: MIT
-.
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation files
-  (the "Software"), to deal in the Software without restriction,
-  including without limitation the rights to use, copy, modify, merge,
-  publish, distribute, sublicense, and/or sell copies of the Software.
-.
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT.  IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE
-  LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
-  CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, WHETHER IN
-  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-.
-  Except as contained in this notice, the name of Digital Equipment
-  Corporation shall not be used in advertising or otherwise to promote
-  the sale, use or other dealings in this Software without prior
-  written authorization from Digital Equipment Corporation.
-
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software.
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE
+ LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
+ CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+ .
+ Except as contained in this notice, the name of Digital Equipment
+ Corporation shall not be used in advertising or otherwise to promote
+ the sale, use or other dealings in this Software without prior
+ written authorization from Digital Equipment Corporation.
 
-File(s): j3d-core/src/native/ogl/{glext,wglext}.h
-Copyright: Copyright 2007 The Khronos Group Inc.
+Files: j3d-core/src/native/ogl/glext.h
+       j3d-core/src/native/ogl/wglext.h
+Copyright: 2007, The Khronos Group Inc.
 License: MIT
-.
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and/or associated documentation
-  files (the "Materials"), to deal in the Materials without
-  restriction, including without limitation the rights to use, copy,
-  modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Materials, and to permit persons to whom the Materials are
-  furnished to do so, subject to the following conditions:
-.
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Materials.
-.
-  THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
-  MATERIALS.
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and/or associated documentation
+ files (the "Materials"), to deal in the Materials without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Materials, and to permit persons to whom the Materials are
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Materials.
+ .
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
+ MATERIALS.
 
-File(s): j3d-core-utils/*
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
+Files: j3d-core-utils/*
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
 License: other
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
-.
-  Neither the name of Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+ .
+ Neither the name of Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
-         BBox.java, Basic.java, BottleNeck.java, Bridge.java,
-         Clean.java, Degenerate.java, Desperate.java, Distance.java,
-         EarClip.java, Heap.java, HeapNode.java, Left.java,
-         ListNode.java, NoHash.java, Numerics.java, Orientation.java,
-         PntNode.java, Project.java, Simple.java, Stripifier.java,
-         StripifierStats.java, Triangle.java, Triangulator.java
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BBox.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Basic.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BottleNeck.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Bridge.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Clean.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Degenerate.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Desperate.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Distance.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/EarClip.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Heap.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/HeapNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Left.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/ListNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/NoHash.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Numerics.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Orientation.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/PntNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Project.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Simple.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Stripifier.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/StripifierStats.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangle.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangulator.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
 License: other
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
-.
-  Neither the name of Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+ .
+ Neither the name of Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
-Copyright: 2007 Sun Microsystems, Inc. All rights reserved.
-License: other | LGPL
-.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
+License: other | LGPL-2.1
  On Debian systems the full text of the GNU Lesser General Public License can be
  found in the `/usr/share/common-licenses/LGPL-2.1' file.
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
-.
-  Neither the name of Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+ .
+ Neither the name of Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/
-	 MainFrame.java, JMainFrame.java
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
-Copyright: Copyright (C) 1996 by Jef Poskanzer <jef at acme.com>.  All rights reserved.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/MainFrame.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/JMainFrame.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
+           1996, Jef Poskanzer <jef at acme.com>.  All rights reserved.
 License: other | BSD
-.
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
-.
+ .
   * Redistribution of source code must retain the above copyright notice, this
     list of conditions and the following disclaimer.
-.
+ .
   * Redistribution in binary form must reproduce the above copyright notice,
     this list of conditions and the following disclaimer in the documentation
     and/or other materials provided with the distribution.
-.
+ .
  Neither the name of Sun Microsystems, Inc. or the names of contributors may be
  used to endorse or promote products derived from this software without specific
  prior written permission.
-.
+ .
  This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS
  OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
  WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
@@ -237,13 +240,13 @@ License: other | BSD
  DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
  OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED
  OF THE POSSIBILITY OF SUCH DAMAGES.
-.
+ .
  You acknowledge that this software is not designed, licensed or intended for
  use in the design, construction, operation or maintenance of any nuclear
  facility.
 
-File(s): debian/*
-Copyright: 2009 Jonny Lamb <jonny at debian.org>
+Files: debian/*
+Copyright: 2009, Jonny Lamb <jonny at debian.org>
 License: GPLv2
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.
diff --git a/debian/watch b/debian/watch
index 90ee572..9bdd6a3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts="uversionmangle=s/_/./g,dversionmangle=s/\+dfsg//" \
-https://java3d.dev.java.net/binary-builds.html .*/j3d-([\d_]+)-src.zip
+https://java3d.java.net/binary-builds.html .*/j3d-([\d_]+)-src.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git



More information about the pkg-java-commits mailing list