Commits:
-
ad4571f8
by Debian Janitor at 2022-11-15T06:44:45+00:00
Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop versioned constraint on asciidoc, libx11-dev, libxext-dev, libxfixes-dev, xorg-sgml-doctools and xutils-dev.
* libxi-dev: Drop versioned constraint on xorg-sgml-doctools in Depends.
Changes-By: deb-scrub-obsolete
2 changed files:
Changes:
debian/changelog
1
|
1
|
libxi (2:1.8-2) UNRELEASED; urgency=medium
|
2
|
2
|
|
|
3
|
+ [ Timo Aaltonen ]
|
3
|
4
|
* control: Drop obsolete Replaces.
|
4
|
5
|
|
|
6
|
+ [ Debian Janitor ]
|
|
7
|
+ * Remove constraints unnecessary since buster (oldstable):
|
|
8
|
+ + Build-Depends: Drop versioned constraint on asciidoc, libx11-dev,
|
|
9
|
+ libxext-dev, libxfixes-dev, xorg-sgml-doctools and xutils-dev.
|
|
10
|
+ + libxi-dev: Drop versioned constraint on xorg-sgml-doctools in Depends.
|
|
11
|
+
|
5
|
12
|
-- Timo Aaltonen <tjaalton@debian.org> Mon, 14 Feb 2022 16:41:51 +0200
|
6
|
13
|
|
7
|
14
|
libxi (2:1.8-1) unstable; urgency=medium
|
debian/control
... |
... |
@@ -6,17 +6,17 @@ Build-Depends: |
6
|
6
|
debhelper-compat (= 12),
|
7
|
7
|
quilt,
|
8
|
8
|
x11proto-dev (>= 2021.5),
|
9
|
|
- libx11-dev (>= 2:1.4.99.1),
|
10
|
|
- libxext-dev (>= 2:1.1.1-3),
|
11
|
|
- libxfixes-dev (>= 5),
|
|
9
|
+ libx11-dev,
|
|
10
|
+ libxext-dev,
|
|
11
|
+ libxfixes-dev,
|
12
|
12
|
xmlto,
|
13
|
|
- asciidoc (>= 8.4.5),
|
|
13
|
+ asciidoc,
|
14
|
14
|
pkg-config,
|
15
|
15
|
quilt,
|
16
|
|
- xutils-dev (>= 1:7.6+2),
|
|
16
|
+ xutils-dev,
|
17
|
17
|
# specs
|
18
|
18
|
xmlto,
|
19
|
|
- xorg-sgml-doctools (>= 1:1.8),
|
|
19
|
+ xorg-sgml-doctools,
|
20
|
20
|
xsltproc,
|
21
|
21
|
w3m,
|
22
|
22
|
Standards-Version: 4.5.0
|
... |
... |
@@ -63,7 +63,7 @@ Depends: |
63
|
63
|
libxext-dev,
|
64
|
64
|
libxfixes-dev,
|
65
|
65
|
x11proto-dev (>= 2021.5),
|
66
|
|
- xorg-sgml-doctools (>= 1:1.5),
|
|
66
|
+ xorg-sgml-doctools,
|
67
|
67
|
Description: X11 Input extension library (development headers)
|
68
|
68
|
libXi provides an X Window System client interface to the XINPUT
|
69
|
69
|
extension to the X protocol.
|
|