[SCM] Java3D 3DS File Loader branch, master, updated. upload_20091130-7-gdb2be24
Gabriele Giacone
gg0-guest at alioth.debian.org
Sun Mar 14 16:59:21 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Java3D 3DS File Loader".
The branch, master has been updated
via db2be24238bb297bf8e7026fcd773fb337210d84 (commit)
via 6debcb059d1751dd82aaf9bc8b18e4a2e800e5d4 (commit)
via db742d86fda887039207b68e5b20c86d3ed69be7 (commit)
from b986c15195d68e1185bd00102dafd5e6b7320aec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit db2be24238bb297bf8e7026fcd773fb337210d84
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Fri Feb 19 01:30:49 2010 +0100
updated changelog
commit 6debcb059d1751dd82aaf9bc8b18e4a2e800e5d4
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Fri Feb 19 01:26:10 2010 +0100
removed .install and .links
commit db742d86fda887039207b68e5b20c86d3ed69be7
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Fri Feb 19 00:56:33 2010 +0100
clean-up
-----------------------------------------------------------------------
Summary of changes:
build.xml | 24 ------------------------
debian/changelog | 3 ++-
debian/java3ds-fileloader.install | 1 -
debian/java3ds-fileloader.links | 1 -
debian/patches/debian-changes-1.2-1 | 27 ---------------------------
debian/patches/series | 1 -
debian/rules | 2 +-
7 files changed, 3 insertions(+), 56 deletions(-)
diff --git a/build.xml b/build.xml
deleted file mode 100644
index f85910a..0000000
--- a/build.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-
- <path id="classpath">
- <fileset dir="/usr/share/java" includes="*.jar"/>
- </path>
-
- <target name="clean">
- <delete dir="build"/>
- </target>
-
- <target name="build">
- <mkdir dir="build/classes"/>
- <javac srcdir="." destdir="build/classes" classpathref="classpath"/>
- <mkdir dir="build/jar"/>
- <jar destfile="build/jar/java3ds-fileloader-1.2.jar" basedir="build/classes">
- <manifest>
- <attribute name="Title" value="Java3D 3DS Loader"/>
- <attribute name="Main-Class" value="com.microcrowd.loader.java3d.max3ds.Main"/>
- </manifest>
- </jar>
- </target>
-
-</project>
-
diff --git a/debian/changelog b/debian/changelog
index e7c4955..6a071eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ java3ds-fileloader (1.2+dfsg-1) unstable; urgency=low
* 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 at gmail.com> Thu, 18 Feb 2010 23:59:47 +0100
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Fri, 19 Feb 2010 01:28:41 +0100
java3ds-fileloader (1.2-2) unstable; urgency=low
diff --git a/debian/java3ds-fileloader.install b/debian/java3ds-fileloader.install
deleted file mode 100644
index 4f92557..0000000
--- a/debian/java3ds-fileloader.install
+++ /dev/null
@@ -1 +0,0 @@
-build/jar/java3ds-fileloader-1.2.jar usr/share/java
diff --git a/debian/java3ds-fileloader.links b/debian/java3ds-fileloader.links
deleted file mode 100644
index f74add6..0000000
--- a/debian/java3ds-fileloader.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/java/java3ds-fileloader-1.2.jar usr/share/java/java3ds-fileloader.jar
diff --git a/debian/patches/debian-changes-1.2-1 b/debian/patches/debian-changes-1.2-1
deleted file mode 100644
index a92ee0b..0000000
--- a/debian/patches/debian-changes-1.2-1
+++ /dev/null
@@ -1,27 +0,0 @@
---- /dev/null
-+++ java3ds-fileloader-1.2/build.xml
-@@ -0,0 +1,24 @@
-+<project>
-+
-+ <path id="classpath">
-+ <fileset dir="/usr/share/java" includes="*.jar"/>
-+ </path>
-+
-+ <target name="clean">
-+ <delete dir="build"/>
-+ </target>
-+
-+ <target name="build">
-+ <mkdir dir="build/classes"/>
-+ <javac srcdir="." destdir="build/classes" classpathref="classpath"/>
-+ <mkdir dir="build/jar"/>
-+ <jar destfile="build/jar/java3ds-fileloader-1.2.jar" basedir="build/classes">
-+ <manifest>
-+ <attribute name="Title" value="Java3D 3DS Loader"/>
-+ <attribute name="Main-Class" value="com.microcrowd.loader.java3d.max3ds.Main"/>
-+ </manifest>
-+ </jar>
-+ </target>
-+
-+</project>
-+
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 83c32b4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-1.2-1
diff --git a/debian/rules b/debian/rules
index 5321df5..8599cb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ TMPORIGDIR := $(DEB_SRCDIR)/debian/tmp-orig-source
binary-post-install/java3ds-fileloader::
mh_installpom -pjava3ds-fileloader debian/pom.xml
- mh_installjar -pjava3ds-fileloader -i$(DEB_UPSTREAM_VERSION) -l -njava3ds-fileloader debian/pom.xml \
+ mh_installjar -pjava3ds-fileloader -l -njava3ds-fileloader debian/pom.xml \
$(DEB_SRCDIR)/debian/build/jar/java3ds-fileloader.jar
clean::
hooks/post-receive
--
Java3D 3DS File Loader
More information about the pkg-java-commits
mailing list