diff -Nru java3ds-fileloader-1.2/debian/build.xml java3ds-fileloader-1.2+dfsg/debian/build.xml --- java3ds-fileloader-1.2/debian/build.xml 1970-01-01 01:00:00.000000000 +0100 +++ java3ds-fileloader-1.2+dfsg/debian/build.xml 2010-02-19 00:07:58.000000000 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff -Nru java3ds-fileloader-1.2/debian/changelog java3ds-fileloader-1.2+dfsg/debian/changelog --- java3ds-fileloader-1.2/debian/changelog 2009-11-27 13:44:12.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/changelog 2010-03-14 16:48:12.000000000 +0000 @@ -1,3 +1,26 @@ +java3ds-fileloader (1.2+dfsg-1) unstable; urgency=low + + * Switch to "public package": maintainers are Debian Java Maintainers + * Standards-Version to 3.8.4 + * Added VCS* fields + * Fixed version name adding +dfsg, upstream tarball has already been + modified in initial release (removed 2 binary files) + * Removed .install and .links, maven-repo-helper does the job + + -- Gabriele Giacone <1o5g4r8o@gmail.com> Fri, 19 Feb 2010 01:28:41 +0100 + +java3ds-fileloader (1.2-2) unstable; urgency=low + + * Fixed long description (Closes: #561120) + * Maven integration + * debian/build.xml: + - Moved build.xml from root directory + - Updated debian/rules accordingly + - Dropped unneeded initial patch debian/patches/debian-changes-1.2-1 + * Updated maintainer email address + + -- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 17 Dec 2009 16:52:25 +0100 + java3ds-fileloader (1.2-1) unstable; urgency=low * Initial release (Closes: #558259) diff -Nru java3ds-fileloader-1.2/debian/control java3ds-fileloader-1.2+dfsg/debian/control --- java3ds-fileloader-1.2/debian/control 2009-11-27 14:49:19.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/control 2010-02-18 23:23:03.000000000 +0000 @@ -1,23 +1,27 @@ Source: java3ds-fileloader Section: java Priority: optional -Maintainer: Gabriele Giacone -Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, libjava3d-java -Standards-Version: 3.8.3 +Maintainer: Debian Java Maintainers +Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com> +Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper, + libjava3d-java +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/pkg-java/java3ds-fileloader.git +Vcs-Browser: http://git.debian.org/?p=pkg-java/java3ds-fileloader.git Homepage: http://www.microcrowd.com/ Package: java3ds-fileloader Architecture: all Depends: ${misc:Depends}, libjava3d-java -Description: Java3D 3DS FileLoader - Java3D 3DS FileLoader for platforms supporting JDK1.4 and Java 3D. - Highly functional, multiplatform 3DS file loader. +Description: Java3D 3DS File Loader + File loaders perform the job of taking a file or stream and turning + that into a Java 3D scene graph that you can use in your application. + It's a multi-platform, highly functional 3DS file loader. It works on + platforms supporting JDK1.4 and Java 3D. Main supported features are: + * Hierarchical Animation + * Cameras + * Point Lights + * Directional Lights + * Textures + * Smooth Groups 3DS file format is generated by 3D-Studio by Autodesk Ltd. - Supports: - * Heirarchical animation - * Cameras - * Point Lights - * Directional Lights - * Textures - * Smooth Groups - and other features diff -Nru java3ds-fileloader-1.2/debian/copyright java3ds-fileloader-1.2+dfsg/debian/copyright --- java3ds-fileloader-1.2/debian/copyright 2009-11-24 15:41:25.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/copyright 2010-02-18 23:23:03.000000000 +0000 @@ -10,7 +10,7 @@ file. Files: debian/* -Copyright: 2009, Gabriele Giacone +Copyright: 2009, Gabriele Giacone <1o5g4r8o@gmail.com> License: GPL-3+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-3' diff -Nru java3ds-fileloader-1.2/debian/java3ds-fileloader.install java3ds-fileloader-1.2+dfsg/debian/java3ds-fileloader.install --- java3ds-fileloader-1.2/debian/java3ds-fileloader.install 2009-11-24 16:51:49.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/java3ds-fileloader.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -build/jar/java3ds-fileloader-1.2.jar usr/share/java diff -Nru java3ds-fileloader-1.2/debian/java3ds-fileloader.links java3ds-fileloader-1.2+dfsg/debian/java3ds-fileloader.links --- java3ds-fileloader-1.2/debian/java3ds-fileloader.links 2009-11-24 16:58:01.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/java3ds-fileloader.links 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/share/java/java3ds-fileloader-1.2.jar usr/share/java/java3ds-fileloader.jar diff -Nru java3ds-fileloader-1.2/debian/patches/debian-changes-1.2-1 java3ds-fileloader-1.2+dfsg/debian/patches/debian-changes-1.2-1 --- java3ds-fileloader-1.2/debian/patches/debian-changes-1.2-1 2009-11-30 20:09:29.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/patches/debian-changes-1.2-1 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ -Description: Upstream changes introduced in version 1.2-1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - java3ds-fileloader (1.2-1) unstable; urgency=low - . - * Initial release (Closes: #558259) - . - The person named in the Author field signed this changelog entry. -Author: Gabriele Giacone -Bug-Debian: http://bugs.debian.org/558259 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Forwarded: -Reviewed-By: -Last-Update: - ---- /dev/null -+++ java3ds-fileloader-1.2/build.xml -@@ -0,0 +1,24 @@ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ diff -Nru java3ds-fileloader-1.2/debian/patches/series java3ds-fileloader-1.2+dfsg/debian/patches/series --- java3ds-fileloader-1.2/debian/patches/series 2009-11-24 16:39:02.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -debian-changes-1.2-1 diff -Nru java3ds-fileloader-1.2/debian/pom.xml java3ds-fileloader-1.2+dfsg/debian/pom.xml --- java3ds-fileloader-1.2/debian/pom.xml 1970-01-01 01:00:00.000000000 +0100 +++ java3ds-fileloader-1.2+dfsg/debian/pom.xml 2010-02-19 00:21:35.000000000 +0000 @@ -0,0 +1,14 @@ + + + 4.0.0 + com.microcrowd + loader.java3d.max3ds + 1.2 + jar + Java3D 3DS File Loader + http://www.microcrowd.com/ + 3DS file format is generated by 3D-Studio by Autodesk Ltd. + + http://sourceforge.net/projects/java3dsloader/files/ + + diff -Nru java3ds-fileloader-1.2/debian/README.source java3ds-fileloader-1.2+dfsg/debian/README.source --- java3ds-fileloader-1.2/debian/README.source 2009-11-26 16:43:34.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/README.source 2010-02-18 23:23:03.000000000 +0000 @@ -1,5 +1,5 @@ -sweethome3d for Debian ----------------------- +java3ds-fileloader for Debian +----------------------------- Binary files src/bounce.3DS and src/EVGREEN.JPG have been removed from upstream tarball. diff -Nru java3ds-fileloader-1.2/debian/rules java3ds-fileloader-1.2+dfsg/debian/rules --- java3ds-fileloader-1.2/debian/rules 2009-11-30 00:09:21.000000000 +0000 +++ java3ds-fileloader-1.2+dfsg/debian/rules 2010-02-19 00:13:32.000000000 +0000 @@ -3,10 +3,19 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -DEB_ANT_BUILD_TARGET = build - JAVA_HOME := /usr/lib/jvm/default-java -TMPORIGDIR := $(CURDIR)/debian/tmp-orig-source +DEB_ANT_BUILD_TARGET := build +DEB_ANT_BUILDFILE := $(DEB_SRCDIR)/debian/build.xml + +TMPORIGDIR := $(DEB_SRCDIR)/debian/tmp-orig-source + +binary-post-install/java3ds-fileloader:: + mh_installpom -pjava3ds-fileloader debian/pom.xml + mh_installjar -pjava3ds-fileloader -l -njava3ds-fileloader debian/pom.xml \ + $(DEB_SRCDIR)/debian/build/jar/java3ds-fileloader.jar + +clean:: + -rm -rf debian/tmp get-orig-source: [ ! -d $(TMPORIGDIR) ] && mkdir $(TMPORIGDIR)