debian/ 0000755 0000000 0000000 00000000000 11347212613 007166 5 ustar debian/rules 0000755 0000000 0000000 00000001402 11337353654 010255 0 ustar #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
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)
uscan --verbose --download-version $(DEB_UPSTREAM_VERSION) \
--force-download --rename --repack --destdir $(TMPORIGDIR)
mv $(TMPORIGDIR)/*gz .
rm -rf $(TMPORIGDIR)
debian/watch 0000644 0000000 0000000 00000000165 11337345727 010235 0 ustar version=3
opts="uversionmangle=s/_/./,filenamemangle=s/jar/zip/" \
http://sf.net/java3dsloader/Loader3DS(.+)src.jar
debian/build.xml 0000644 0000000 0000000 00000001264 11337353136 011017 0 ustar
debian/changelog 0000644 0000000 0000000 00000001774 11347211514 011050 0 ustar 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)
-- Gabriele Giacone Tue, 24 Nov 2009 16:27:06 +0100
debian/compat 0000644 0000000 0000000 00000000002 11337345727 010400 0 ustar 7
debian/README.source 0000644 0000000 0000000 00000000227 11337345727 011362 0 ustar java3ds-fileloader for Debian
-----------------------------
Binary files src/bounce.3DS and src/EVGREEN.JPG have been removed
from upstream tarball.
debian/source/ 0000755 0000000 0000000 00000000000 11337345727 010502 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11347254311 011675 0 ustar 3.0 (quilt)
debian/pom.xml 0000644 0000000 0000000 00000001323 11337354617 010514 0 ustar
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/
debian/control 0000644 0000000 0000000 00000002043 11337345727 010604 0 ustar Source: java3ds-fileloader
Section: java
Priority: optional
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 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.
debian/copyright 0000644 0000000 0000000 00000001152 11337345727 011134 0 ustar Format-Specification: http://dep.debian.net/deps/dep5/
Name: Java3D 3DS FileLoader
Maintainer: Microcrowd
Source: http://sourceforge.net/projects/java3dsloader/
Copyright: 2005-2009, Microcrowd
License: LGPL
On Debian systems the full text of the GNU Lesser General Public
License can be found in the `/usr/share/common-licenses/LGPL'
file.
Files: debian/*
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'
file.