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 Refer to common license file for Apache-2.0. Changes-By: lintian-brush Fixes: lintian: copyright-does-not-refer-to-common-license-file See-also: https://lintian.debian.org/tags/copyright-does-not-refer-to-common-license-file.html Fixes: lintian: copyright-not-using-common-license-for-apache2 See-also: https://lintian.debian.org/tags/copyright-not-using-common-license-for-apache2.html - - - - - 8570feb5 by Debian Janitor at 2023-05-28T05:37:32+00:00 Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html - - - - - bbe81c81 by Debian Janitor at 2023-05-28T05:37:38+00:00 Update standards version to 4.6.2, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libglvnd (1.6.0-2) UNRELEASED; urgency=medium + + * Refer to common license file for Apache-2.0. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Update standards version to 4.6.2, no changes needed. + + -- Debian Janitor <[email protected]> Sun, 28 May 2023 05:37:30 -0000 + libglvnd (1.6.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Timo Aaltonen <[email protected]> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), meson, pkg-config, libx11-dev, @@ -12,7 +12,7 @@ Build-Depends: x11proto-dev, xauth, xvfb <!nocheck>, -Standards-Version: 4.5.0 +Standards-Version: 4.6.2 Section: libs Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git ===================================== debian/copyright ===================================== @@ -63,6 +63,9 @@ License: Apache-2.0 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + . + On Debian systems, the full text of the Apache License, Version 2.0 can be + found in the file `/usr/share/common-licenses/Apache-2.0'. License: MIT Permission is hereby granted, free of charge, to any person obtaining a ===================================== debian/rules ===================================== @@ -9,9 +9,6 @@ override_dh_auto_install: dh_auto_install find debian/tmp -name '*.la' -delete -override_dh_missing: - dh_missing --fail-missing - override_dh_auto_test: ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) xvfb-run -a ninja -C build test View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/-/compare/4a83080a54cdc9a7eed14e244801e94e8b9d6365...bbe81c8135dca9d6aacd2bbf04de3577fc7b2e16 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/-/compare/4a83080a54cdc9a7eed14e244801e94e8b9d6365...bbe81c8135dca9d6aacd2bbf04de3577fc7b2e16 You're receiving this email because of your account on salsa.debian.org.

