[Git][java-team/jinput][master] 7 commits: Updated the URL of the homepage
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Jun 7 10:17:34 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jinput
Commits:
de9b7dfe by Emmanuel Bourg at 2020-06-06T23:34:14+02:00
Updated the URL of the homepage
- - - - -
0d337fbb by Emmanuel Bourg at 2020-06-06T23:34:43+02:00
Standards-Version updated to 4.5.0
- - - - -
d4196719 by Emmanuel Bourg at 2020-06-06T23:34:49+02:00
Switch to debhelper level 12
- - - - -
96a5ff73 by Emmanuel Bourg at 2020-06-07T10:44:43+02:00
Removed the -doc package
- - - - -
5f265897 by Emmanuel Bourg at 2020-06-07T10:45:00+02:00
Simplified debian/copyright
- - - - -
278d75a8 by Emmanuel Bourg at 2020-06-07T11:12:57+02:00
Track and download the new releases from GitHub
- - - - -
cecab06a by Emmanuel Bourg at 2020-06-07T11:13:03+02:00
Upload to unstable
- - - - -
9 changed files:
- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libjinput-java-doc.javadoc
- − debian/remove.nonfree
- debian/rules
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,24 +0,0 @@
-Information about jinput
-------------------------
-
- REPACKAGING
-
- To comply with DFSG, the following files have been removed from
- upstream tarball:
-
- # binary
- lib/maven-ant-tasks-2.1.0.jar
-
- # license not specified
- plugins/windows/src/native/dx8/dxversion.h
- plugins/windows/src/native/dx8/net_java_games_input_IDirectInput.c
- plugins/windows/src/native/dx8/net_java_games_input_IDirectInputDevice.c
- plugins/windows/src/native/dx8/net_java_games_input_IDirectInputEffect.c
- plugins/windows/src/native/winutil.c
- plugins/windows/src/native/net_java_games_input_DummyWindow.c
- plugins/windows/src/native/winutil.h
- plugins/windows/src/native/raw/net_java_games_input_RawInputEnvironmentPlugin.c
- plugins/windows/src/native/raw/net_java_games_input_RawInputEventQueue.c
- plugins/windows/src/native/raw/net_java_games_input_RawDevice.c
- plugins/windows/src/native/raw/rawwinver.h
-
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+jinput (20100502+dfsg-11) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -doc package
+ * Updated the URL of the homepage
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 12
+ * Track and download the new releases from GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 07 Jun 2020 11:12:40 +0200
+
jinput (20100502+dfsg-10) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -6,16 +6,14 @@ Uploaders: tony mancill <tmancill at debian.org>
Build-Depends:
ant,
ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 12),
default-jdk,
javahelper (>= 0.29),
libjutils-java
-Build-Depends-Indep:
- default-jdk-doc
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/jinput.git
Vcs-Browser: https://salsa.debian.org/java-team/jinput
-Homepage: https://java.net/projects/jinput
+Homepage: https://jinput.github.io/jinput/
Package: libjinput-java
Architecture: all
@@ -50,25 +48,3 @@ Description: Java Game Controller API (jni)
of the inputs available.
.
This package contains the java jni library.
-
-Package: libjinput-java-doc
-Architecture: all
-Section: doc
-Depends:
- ${misc:Depends}
-Suggests:
- libjinput-java
-Recommends:
- default-jdk-doc,
- libjutils-java-doc
-Description: Java Game Controller API (javadoc)
- jinput is an implementation of an API for game controller discovery and
- polled input. It is part of a suite of open-source technologies initiated by
- the Game Technology Group at Sun Microsystems with intention of making the
- development of high performance games in Java a reality.
- The API itself is pure Java and presents a platform-neutral completely
- portable model of controller discovery and polling. It can handle arbitrary
- controllers and returns both human and machine understandable descriptions
- of the inputs available.
- .
- This package contains the API documentation for jinput.
=====================================
debian/copyright
=====================================
@@ -1,48 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: David Biesack <djp at dev.java.net>,
- Jeremy Booth <endolf at dev.java.net>,
- Jeff Kesselman <jeffpk at dev.java.net>,
- Kenneth Russell <kbr at dev.java.net>,
- Kevin Rushforth <kcr at dev.java.net>,
- Sven Goethel <sgoethel at dev.java.net>
-Source: https://java.net/projects/jinput
+Upstream-Contact: Jeremy Booth <jeremy at newdawnsoftware.com>
+Source: https://github.com/jinput/jinput
Files: *
Copyright: 2003-2010, Sun Microsystems, Inc.
-License: BSD-3-Clause
-
-Files: ./plugins/awt/src/net/java/games/input/AWTKeyMap.java
- ./plugins/awt/src/net/java/games/input/AWTEnvironmentPlugin.java
- ./plugins/awt/src/net/java/games/input/AWTKeyboard.java
- ./plugins/awt/src/net/java/games/input/AWTMouse.java
- ./plugins/windows/src/java/net/java/games/input/DirectAndRawInputEnvironmentPlugin.java
- ./plugins/linux/src/java/net/java/games/input/LinuxEnvironmentPlugin.java
- ./plugins/linux/src/java/net/java/games/input/LinuxConstantFF.java
- ./plugins/linux/src/java/net/java/games/input/LinuxEventDevice.java
- ./plugins/linux/src/java/net/java/games/input/LinuxRumbleFF.java
- ./plugins/linux/src/java/net/java/games/input/LinuxInputID.java
- ./plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java
- ./plugins/linux/src/java/net/java/games/input/LinuxAxisDescriptor.java
- ./plugins/linux/src/java/net/java/games/input/LinuxAbsInfo.java
- ./plugins/linux/src/java/net/java/games/input/LinuxDeviceTask.java
- ./plugins/linux/src/java/net/java/games/input/LinuxJoystickDevice.java
- ./plugins/linux/src/java/net/java/games/input/LinuxEventComponent.java
- ./plugins/linux/src/java/net/java/games/input/LinuxForceFeedbackEffect.java
- ./plugins/linux/src/java/net/java/games/input/LinuxDeviceThread.java
- ./plugins/linux/src/java/net/java/games/input/LinuxJoystickEvent.java
- ./plugins/linux/src/java/net/java/games/input/LinuxEvent.java
- ./plugins/linux/src/java/net/java/games/input/LinuxDevice.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabContext.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabPacket.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabComponent.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabButtonComponent.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabEnvironmentPlugin.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabCursorComponent.java
- ./plugins/wintab/src/java/net/java/games/input/WinTabDevice.java
- ./applet/src/net/java/games/input/applet/test/ControllerEventTestApplet.java
- ./applet/src/net/java/games/input/applet/test/ControllerReadTestApplet.java
- ./applet/src/net/java/games/input/applet/JInputAppletResourceLoader.java
-Copyright: 2003-2010, Jeremy Booth <jeremy at newdawnsoftware.com>
+ 2003-2010, Jeremy Booth <jeremy at newdawnsoftware.com>
License: BSD-3-Clause
Files: debian/*
=====================================
debian/libjinput-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-coreAPI/apidocs
=====================================
debian/remove.nonfree deleted
=====================================
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-rm -fv plugins/windows/src/native/dx8/dxversion.h
-rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInput.c
-rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInputDevice.c
-rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInputEffect.c
-rm -fv plugins/windows/src/native/winutil.c
-rm -fv plugins/windows/src/native/net_java_games_input_DummyWindow.c
-rm -fv plugins/windows/src/native/winutil.h
-rm -fv plugins/windows/src/native/raw/net_java_games_input_RawInputEnvironmentPlugin.c
-rm -fv plugins/windows/src/native/raw/net_java_games_input_RawInputEventQueue.c
-rm -fv plugins/windows/src/native/raw/net_java_games_input_RawDevice.c
-rm -fv plugins/windows/src/native/raw/rawwinver.h
=====================================
debian/rules
=====================================
@@ -16,7 +16,6 @@ export CLASSPATH
override_dh_auto_build:
mkdir lib && cp /usr/share/java/jutils.jar lib
ant simple_linux -Dlinux=true
- ant -f coreAPI/build.xml javadoc
override_dh_auto_install:
mv dist/jinput-linux.jar dist/jinput.jar
@@ -29,13 +28,3 @@ override_dh_auto_clean:
find plugins -name 'net_java_games_input_*.h' -delete
-mkdir plugins/windows/src/native/raw plugins/windows/src/native/dx8
ant clean
-
-get-orig-source:
- -rm $(TAR)
- cvs -d :pserver:guest at cvs.dev.java.net:/cvs export -D $(CVSDATE) -d $(TMPDIR) $(NAME)
- echo "The following files will not be included in Debian tarball:"
- cd $(TMPDIR) && find . \( -name '*.class' -o -name '*.jar' \) -print -delete
- cd $(TMPDIR) && sh ../debian/remove.nonfree
- ZIP=--best tar --exclude-vcs -zcf $(TAR) $(TMPDIR)
- rm -rf $(TMPDIR)
-
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-opts="dversionmangle=s/\+dfsg//" \
-http://www.newdawnsoftware.com/resources/jinput/jinput_dist_(.*).zip
+version=4
+opts="mode=git,repack,compression=xz,dversionmangle=s/\+dfsg//;s/2010/0~2010/" \
+https://github.com/jinput/jinput refs/tags/([\d\.]+)
View it on GitLab: https://salsa.debian.org/java-team/jinput/-/compare/d923da132b1430d58c366aaedb2200fbcb47ab70...cecab06afa8a95e75fd24abacb515ad0af9357c9
--
View it on GitLab: https://salsa.debian.org/java-team/jinput/-/compare/d923da132b1430d58c366aaedb2200fbcb47ab70...cecab06afa8a95e75fd24abacb515ad0af9357c9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200607/7a0ae60d/attachment.html>
More information about the pkg-java-commits
mailing list