Package: alttab / 1.7.1-4
Metadata
Package | Version | Patches format |
---|---|---|
alttab | 1.7.1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
cppcheck.patch | (download) |
src/autil.c |
6 3 + 3 - 0 ! |
fix some problems reported by cppcheck. |
test tweaks.patch | (download) |
test/run-in-xvfb.test |
15 13 + 2 - 0 ! |
tweak the upstream test suite a bit. - do not install any packages - do not invoke anything as root via sudo |
test xdotool.patch | (download) |
test/run-in-xvfb.test |
13 7 + 6 - 0 ! |
use xdotool instead of cnee/xnee in the test suite |
test xvfb display.patch | (download) |
test/run-in-xvfb.test |
8 4 + 4 - 0 ! |
export the display variable for the test duration Make sure all the X clients started in the test run connect to the Xvfb instance. |
void proto.patch | (download) |
src/alttab.c |
4 2 + 2 - 0 ! |
declare functions with no parameters as (void) Also correct a function prototype and another function's invocation. Bug-Debian: https://bugs.debian.org/1096301 |