Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-input-keyboard
Commits:
-
ed41c503
by Timo Aaltonen at 2024-09-20T08:34:11+03:00
-
ff19b7b6
by Timo Aaltonen at 2024-09-20T08:34:44+03:00
2 changed files:
Changes:
... | ... | @@ -16,6 +16,8 @@ xserver-xorg-input-keyboard (1:2.0.0-1) UNRELEASED; urgency=medium |
16 | 16 | |
17 | 17 | [ Timo Aaltonen ]
|
18 | 18 | * control: Bump policy to 4.7.0.
|
19 | + * control: Migrate to pkgconf.
|
|
20 | + * control: Drop dh-autoreconf and quilt from build-depends.
|
|
19 | 21 | |
20 | 22 | -- Timo Aaltonen <tjaalton@debian.org> Thu, 17 Nov 2016 14:52:25 +0200
|
21 | 23 |
... | ... | @@ -4,11 +4,9 @@ Priority: optional |
4 | 4 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
5 | 5 | Build-Depends:
|
6 | 6 | debhelper-compat (= 13),
|
7 | - dh-autoreconf,
|
|
8 | - pkg-config,
|
|
7 | + pkgconf,
|
|
9 | 8 | xserver-xorg-dev,
|
10 | 9 | x11proto-dev,
|
11 | - quilt,
|
|
12 | 10 | xutils-dev
|
13 | 11 | Standards-Version: 4.7.0
|
14 | 12 | Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-input-keyboard.git
|