[SCM] jinput - Java Game Controller API branch, master, updated. debian/20100502+dfsg-3-4-g3d2c022
Gabriele Giacone
gg0-guest at alioth.debian.org
Sat Jun 25 14:16:47 UTC 2011
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 "jinput - Java Game Controller API".
The branch, master has been updated
via 3d2c02231d2183489801ee3147ba53253781001a (commit)
via 4eb4506c701b15498929e5ca3a8363815f5b6cc9 (commit)
via 56f9a9e4686db6a996600f21ba0d5efd0af72229 (commit)
from 21a6037d3c1da11ad59295541270cf4e42ac6346 (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 3d2c02231d2183489801ee3147ba53253781001a
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Jun 25 14:51:09 2011 +0200
Add Class-Path to manifest (#626002)
commit 4eb4506c701b15498929e5ca3a8363815f5b6cc9
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Jun 25 14:29:04 2011 +0200
Add gitignore.
commit 56f9a9e4686db6a996600f21ba0d5efd0af72229
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Jun 25 14:28:18 2011 +0200
Bump Standards-Version to 3.9.2.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/patches/00build.xml | 6 ++++--
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/changelog b/debian/changelog
index ae05301..6343569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jinput (20100502+dfsg-5) unstable; urgency=low
+
+ * Add jutils to manifest classpath (Closes: #626002).
+ * Bump Standards-Version to 3.9.2 (no changes).
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Sat, 25 Jun 2011 14:57:56 +0200
+
jinput (20100502+dfsg-4) unstable; urgency=low
* Standard version to 3.9.0.
diff --git a/debian/control b/debian/control
index 1cbd9e6..e5f855a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.29), ant, ant-optional,
default-jdk, libjutils-java
Build-Depends-Indep: default-jdk-doc
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-java/jinput.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jinput.git
Homepage: https://jinput.dev.java.net/
diff --git a/debian/patches/00build.xml b/debian/patches/00build.xml
index 414f094..3393f8c 100644
--- a/debian/patches/00build.xml
+++ b/debian/patches/00build.xml
@@ -1,4 +1,4 @@
-Description: Doesn't include removed jar and fixes clean target
+Description: Doesn't include removed jar, fixes clean target, adds classpath to manifest.
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
--- a/build.xml
@@ -12,15 +12,17 @@ Author: Gabriele Giacone <1o5g4r8o at gmail.com>
<manifest>
<attribute name="Sealed" value="true"/>
</manifest>
-@@ -154,7 +154,7 @@
+@@ -154,8 +154,9 @@
<fileset dir="plugins/linux/classes">
<include name="**/*.class"/>
</fileset>
- <zipfileset src="lib/jutils.jar" includes="**/*.class"/>
+<!-- <zipfileset src="lib/jutils.jar" includes="**/*.class"/> -->
<manifest>
++ <attribute name="Class-Path" value="/usr/share/java/jutils.jar"/>
<attribute name="Sealed" value="true"/>
</manifest>
+ </jar>
--- a/plugins/awt/build.xml
+++ b/plugins/awt/build.xml
@@ -44,8 +44,8 @@
hooks/post-receive
--
jinput - Java Game Controller API
More information about the pkg-java-commits
mailing list