Codebase list jinput / 278d75a
Track and download the new releases from GitHub Emmanuel Bourg 3 years ago
4 changed file(s) with 4 addition(s) and 40 deletion(s). Raw diff Collapse all Expand all
+0
-24
debian/README.source less more
0 Information about jinput
1 ------------------------
2
3 REPACKAGING
4
5 To comply with DFSG, the following files have been removed from
6 upstream tarball:
7
8 # binary
9 lib/maven-ant-tasks-2.1.0.jar
10
11 # license not specified
12 plugins/windows/src/native/dx8/dxversion.h
13 plugins/windows/src/native/dx8/net_java_games_input_IDirectInput.c
14 plugins/windows/src/native/dx8/net_java_games_input_IDirectInputDevice.c
15 plugins/windows/src/native/dx8/net_java_games_input_IDirectInputEffect.c
16 plugins/windows/src/native/winutil.c
17 plugins/windows/src/native/net_java_games_input_DummyWindow.c
18 plugins/windows/src/native/winutil.h
19 plugins/windows/src/native/raw/net_java_games_input_RawInputEnvironmentPlugin.c
20 plugins/windows/src/native/raw/net_java_games_input_RawInputEventQueue.c
21 plugins/windows/src/native/raw/net_java_games_input_RawDevice.c
22 plugins/windows/src/native/raw/rawwinver.h
23
44 * Updated the URL of the homepage
55 * Standards-Version updated to 4.5.0
66 * Switch to debhelper level 12
7 * Track and download the new releases from GitHub
78
89 -- Emmanuel Bourg <ebourg@apache.org> Sat, 06 Jun 2020 23:33:52 +0200
910
+0
-13
debian/remove.nonfree less more
0 #!/bin/sh
1
2 rm -fv plugins/windows/src/native/dx8/dxversion.h
3 rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInput.c
4 rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInputDevice.c
5 rm -fv plugins/windows/src/native/dx8/net_java_games_input_IDirectInputEffect.c
6 rm -fv plugins/windows/src/native/winutil.c
7 rm -fv plugins/windows/src/native/net_java_games_input_DummyWindow.c
8 rm -fv plugins/windows/src/native/winutil.h
9 rm -fv plugins/windows/src/native/raw/net_java_games_input_RawInputEnvironmentPlugin.c
10 rm -fv plugins/windows/src/native/raw/net_java_games_input_RawInputEventQueue.c
11 rm -fv plugins/windows/src/native/raw/net_java_games_input_RawDevice.c
12 rm -fv plugins/windows/src/native/raw/rawwinver.h
0 version=3
1 opts="dversionmangle=s/\+dfsg//" \
2 http://www.newdawnsoftware.com/resources/jinput/jinput_dist_(.*).zip
0 version=4
1 opts="mode=git,repack,compression=xz,dversionmangle=s/\+dfsg//;s/2010/0~2010/" \
2 https://github.com/jinput/jinput refs/tags/([\d\.]+)