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

apo pushed a commit to branch master
in repository lwjgl.

commit 697a5be164eae39fb2c2acad21ca33e62cedc8d8
Author: Markus Koschany <[email protected]>
Date:   Sat Apr 9 18:50:14 2016 +0200

    Drop systemjinput.patch
---
 debian/patches/series             |  1 -
 debian/patches/systemjinput.patch | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index fdffcde..68a3ef3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-systemjinput.patch
 javadoc.patch
 ppc64el.patch
diff --git a/debian/patches/systemjinput.patch 
b/debian/patches/systemjinput.patch
deleted file mode 100644
index 8bfd80b..0000000
--- a/debian/patches/systemjinput.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Author: Gabriele Giacone <[email protected]>
-Description: build against system jinput libraries
-
---- a/build.xml
-+++ b/build.xml
-@@ -137,6 +137,7 @@
-                       <fileset refid="lwjgl.fileset" />
-                       <manifest>
-                               <attribute name="Sealed" value="true"/>
-+                              <attribute name="Class-Path" 
value="/usr/share/java/jinput.jar"/>
-                       </manifest>
-               </jar>
- 
-@@ -146,6 +147,7 @@
-                       <fileset refid="lwjgl_util_applet.fileset" />
-                       <manifest>
-                               <attribute name="Sealed" value="true"/>
-+                              <attribute name="Class-Path" 
value="/usr/share/java/jinput.jar"/>
-                       </manifest>
-               </jar>
- 
-@@ -501,7 +503,7 @@
-                       <os name="Mac OS X" />
-               </condition>
-               <property name="native_path_expanded" 
location="${native_path}"/>
--              <java classname="${test.mainclass}" 
classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:${lwjgl.lib}/jinput.jar"
 fork="true">
-+              <java classname="${test.mainclass}" 
classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:/usr/share/java/jinput.jar"
 fork="true">
-                       <sysproperty key="org.lwjgl.util.Debug" value="true"/>
-                       <sysproperty key="java.library.path" 
value="${native_path_expanded}"/>
-                       <arg line="${args}"/>

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to