Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxau
Commits:
-
2f4d2e6a
by Debian Janitor at 2022-11-27T13:06:20+00:00
-
23e1bb80
by Debian Janitor at 2022-11-27T13:06:37+00:00
-
d41953ea
by Debian Janitor at 2022-11-27T13:06:37+00:00
-
14bb6320
by Debian Janitor at 2022-11-27T13:06:37+00:00
-
24cbbd9c
by Debian Janitor at 2023-03-01T04:50:35+00:00
2 changed files:
Changes:
... | ... | @@ -2,6 +2,11 @@ libxau (1:1.0.9-2) UNRELEASED; urgency=medium |
2 | 2 | |
3 | 3 | * Remove constraints unnecessary since buster:
|
4 | 4 | + Build-Depends: Drop versioned constraint on xutils-dev.
|
5 | + * Add missing ${misc:Depends} to Depends for libxau6-udeb.
|
|
6 | + * Replace XC-Package-Type with Package-Type.
|
|
7 | + * Use canonical URL in Vcs-Git.
|
|
8 | + * Update standards version to 4.6.1, no changes needed.
|
|
9 | + * Update standards version to 4.6.2, no changes needed.
|
|
5 | 10 | |
6 | 11 | -- Debian Janitor <janitor@jelmer.uk> Sat, 27 Aug 2022 03:19:36 -0000
|
7 | 12 |
... | ... | @@ -8,8 +8,8 @@ Build-Depends: |
8 | 8 | x11proto-dev,
|
9 | 9 | quilt,
|
10 | 10 | xutils-dev,
|
11 | -Standards-Version: 4.5.1
|
|
12 | -Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau
|
|
11 | +Standards-Version: 4.6.2
|
|
12 | +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau.git
|
|
13 | 13 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxau
|
14 | 14 | |
15 | 15 | Package: libxau6
|
... | ... | @@ -32,11 +32,12 @@ Description: X11 authorisation library |
32 | 32 | https://gitlab.freedesktop.org/xorg/lib/libxau
|
33 | 33 | |
34 | 34 | Package: libxau6-udeb
|
35 | -XC-Package-Type: udeb
|
|
35 | +Package-Type: udeb
|
|
36 | 36 | Section: debian-installer
|
37 | 37 | Architecture: any
|
38 | 38 | Depends:
|
39 | 39 | ${shlibs:Depends},
|
40 | + ${misc:Depends},
|
|
40 | 41 | Description: X11 authorisation library
|
41 | 42 | This is a udeb, or a microdeb, for the debian-installer.
|
42 | 43 |