Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits:
-
3caaf50f
by Timo Aaltonen at 2020-12-10T17:27:13+02:00
-
5fd01fc6
by Timo Aaltonen at 2020-12-10T17:27:27+02:00
2 changed files:
Changes:
| 1 |
+libinput (1.16.4-2) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * rules: Drop libwacom support from the udeb.
|
|
| 4 |
+ |
|
| 5 |
+ -- Timo Aaltonen <tjaalton@debian.org> Thu, 10 Dec 2020 17:27:17 +0200
|
|
| 6 |
+ |
|
| 1 | 7 |
libinput (1.16.4-1) unstable; urgency=medium
|
| 2 | 8 |
|
| 3 | 9 |
* control, rules: Enable building debug-gui and tests, add check and
|
| 1 | 1 |
#!/usr/bin/make -f
|
| 2 | 2 |
|
| 3 | 3 |
override_dh_auto_configure:
|
| 4 |
- dh_auto_configure -- \
|
|
| 4 |
+ dh_auto_configure -B build-deb -- \
|
|
| 5 | 5 |
-Ddocumentation=false \
|
| 6 | 6 |
-Dudev-dir=/lib/udev
|
| 7 | 7 |
|
| 8 |
+ dh_auto_configure -B build-udeb -- \
|
|
| 9 |
+ -Ddocumentation=false \
|
|
| 10 |
+ -Dudev-dir=/lib/udev \
|
|
| 11 |
+ -Dlibwacom=false
|
|
| 12 |
+ |
|
| 13 |
+override_dh_auto_build:
|
|
| 14 |
+ dh_auto_build -B build-deb
|
|
| 15 |
+ dh_auto_build -B build-udeb
|
|
| 16 |
+ |
|
| 17 |
+override_dh_auto_install:
|
|
| 18 |
+ dh_auto_install -B build-deb
|
|
| 19 |
+ dh_auto_install -B build-udeb
|
|
| 20 |
+ |
|
| 8 | 21 |
override_dh_install:
|
| 9 | 22 |
find debian/tmp -name '*.la' -delete
|
| 10 | 23 |
dh_install
|