Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd
Commits:
-
f7fefb65
by Debian Janitor at 2023-05-28T05:37:30+00:00
-
8570feb5
by Debian Janitor at 2023-05-28T05:37:32+00:00
-
bbe81c81
by Debian Janitor at 2023-05-28T05:37:38+00:00
4 changed files:
Changes:
1 | +libglvnd (1.6.0-2) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Refer to common license file for Apache-2.0.
|
|
4 | + * Bump debhelper from old 12 to 13.
|
|
5 | + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
|
|
6 | + default.
|
|
7 | + * Update standards version to 4.6.2, no changes needed.
|
|
8 | + |
|
9 | + -- Debian Janitor <janitor@jelmer.uk> Sun, 28 May 2023 05:37:30 -0000
|
|
10 | + |
|
1 | 11 | libglvnd (1.6.0-1) unstable; urgency=medium
|
2 | 12 | |
3 | 13 | * New upstream release.
|
... | ... | @@ -3,7 +3,7 @@ Priority: optional |
3 | 3 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
4 | 4 | Uploaders: Timo Aaltonen <tjaalton@debian.org>
|
5 | 5 | Build-Depends:
|
6 | - debhelper-compat (= 12),
|
|
6 | + debhelper-compat (= 13),
|
|
7 | 7 | meson,
|
8 | 8 | pkg-config,
|
9 | 9 | libx11-dev,
|
... | ... | @@ -12,7 +12,7 @@ Build-Depends: |
12 | 12 | x11proto-dev,
|
13 | 13 | xauth,
|
14 | 14 | xvfb <!nocheck>,
|
15 | -Standards-Version: 4.5.0
|
|
15 | +Standards-Version: 4.6.2
|
|
16 | 16 | Section: libs
|
17 | 17 | Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
|
18 | 18 | Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git
|
... | ... | @@ -63,6 +63,9 @@ License: Apache-2.0 |
63 | 63 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
64 | 64 | See the License for the specific language governing permissions and
|
65 | 65 | limitations under the License.
|
66 | + .
|
|
67 | + On Debian systems, the full text of the Apache License, Version 2.0 can be
|
|
68 | + found in the file `/usr/share/common-licenses/Apache-2.0'.
|
|
66 | 69 | |
67 | 70 | License: MIT
|
68 | 71 | Permission is hereby granted, free of charge, to any person obtaining a
|
... | ... | @@ -9,9 +9,6 @@ override_dh_auto_install: |
9 | 9 | dh_auto_install
|
10 | 10 | find debian/tmp -name '*.la' -delete
|
11 | 11 | |
12 | -override_dh_missing:
|
|
13 | - dh_missing --fail-missing
|
|
14 | - |
|
15 | 12 | override_dh_auto_test:
|
16 | 13 | ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
|
17 | 14 | xvfb-run -a ninja -C build test
|