File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ footswitch
6
6
obj * /
7
7
* -build-deps_ *
8
8
debian /files
9
- debian /footswitch-cli /
10
- debian /footswitch-cli .substvars
9
+ debian /footswitch /
10
+ debian /footswitch.substvars
11
11
debian /* debhelper *
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13)
2
- project (footswitch-cli C)
2
+ project (footswitch C)
3
3
4
4
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY build )
5
5
set (SRCDIR src)
@@ -12,13 +12,13 @@ link_libraries(${HIDAPI_LIBRARIES})
12
12
link_directories (src)
13
13
14
14
foreach (exe IN ITEMS footswitch scythe scythe2)
15
- add_executable (${exe} -cli
15
+ add_executable (${exe}
16
16
${SRCDIR} /common.c
17
17
${SRCDIR} /debug.c
18
18
${SRCDIR} /${exe} .c
19
19
)
20
20
21
- install (TARGETS ${exe} -cli
21
+ install (TARGETS ${exe}
22
22
RUNTIME DESTINATION bin
23
23
)
24
24
endforeach ()
Original file line number Diff line number Diff line change 1
- footswitch-cli (1.0.0) stable; urgency=medium
1
+ footswitch (1.0.0) stable; urgency=medium
2
2
3
3
* Initial release.
4
4
Original file line number Diff line number Diff line change 1
- Source: footswitch-cli
1
+ Source: footswitch
2
2
Section: utils
3
3
Priority: optional
4
4
Maintainer: Radoslav Gerganov <rgerganov@gmail.com>
@@ -7,7 +7,7 @@ Build-Depends:
7
7
libhidapi-dev,
8
8
pkg-config
9
9
10
- Package: footswitch-cli
10
+ Package: footswitch
11
11
Description: Command-line tools to configure PCsensor and Scythe foot switches.
12
12
Architecture: any
13
13
Depends:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments