Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput
Commits: 90a40ec3 by Debian Janitor at 2022-11-22T12:39:22+00:00 debian/copyright: use spaces rather than tabs to start continuation lines.. Changes-By: lintian-brush Fixes: lintian: tab-in-license-text See-also: https://lintian.debian.org/tags/tab-in-license-text.html - - - - - 717f06e9 by Debian Janitor at 2022-11-22T12:39:25+00:00 Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html - - - - - 4e0b987a by Debian Janitor at 2022-11-22T12:39:25+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 - - - - - 32e42161 by Debian Janitor at 2022-11-22T12:39:33+00:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - cb33e584 by Debian Janitor at 2022-11-22T12:39:33+00:00 Update standards version to 4.6.1, 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 - - - - - 98fac4d7 by Debian Janitor at 2022-11-22T12:39:33+00:00 Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. Changes-By: lintian-brush Fixes: lintian: uses-deprecated-adttmp See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - debian/tests/build - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +libinput (1.22.0-2) UNRELEASED; urgency=medium + + * debian/copyright: use spaces rather than tabs to start continuation lines. + * Use secure URI in Homepage field. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Update standards version to 4.6.1, no changes needed. + * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. + + -- Debian Janitor <[email protected]> Tue, 22 Nov 2022 12:39:22 -0000 + libinput (1.22.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Emilio Pozuelo Monfort <[email protected]>, Héctor Orón Martínez <[email protected]> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), meson, pkg-config, check, @@ -13,10 +13,10 @@ Build-Depends: libudev-dev, libevdev-dev (>= 1.10.0), libwacom-dev (>= 0.20), -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libinput.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libinput -Homepage: http://www.freedesktop.org/wiki/Software/libinput/ +Homepage: https://www.freedesktop.org/wiki/Software/libinput/ Package: libinput10 Architecture: any ===================================== debian/copyright ===================================== @@ -14,7 +14,7 @@ Copyright: Copyright © 2006-2009 Simon Thum Copyright © 2011-2012 Collabora, Ltd. Copyright © 2012-2014 Jonas Ådahl Copyright © 2013-2016 Red Hat, Inc. - Copyright © 2015 Canonical, Ltd. + Copyright © 2015 Canonical, Ltd. License: Expat Files: include/linux/input.h ===================================== debian/rules ===================================== @@ -35,9 +35,6 @@ ifeq ($(with_udeb),yes) endif dh_install --remaining-packages --sourcedir=debian/tmp/main -override_dh_missing: - dh_missing --fail-missing - override_dh_makeshlibs: dh_makeshlibs -plibinput10 -V --add-udeb="libinput10-udeb" -- -c4 ===================================== debian/tests/build ===================================== @@ -9,7 +9,7 @@ else CROSS_COMPILE= fi -cd "${AUTOPKGTEST_TMP:-"${ADTTMP}"}" +cd "${AUTOPKGTEST_TMP:-"${AUTOPKGTEST_TMP}"}" echo "1..2" ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +--- +Bug-Database: https://gitlab.freedesktop.org/libinput/libinput/-/issues +Bug-Submit: https://gitlab.freedesktop.org/libinput/libinput/-/issues/new +Repository-Browse: https://gitlab.freedesktop.org/libinput/libinput View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/0d4aff2f5a5529a7053607b12ef8d759ce1c62c0...98fac4d7dd1f2b96ac597da058a1f6e7d7e38703 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libinput/-/compare/0d4aff2f5a5529a7053607b12ef8d759ce1c62c0...98fac4d7dd1f2b96ac597da058a1f6e7d7e38703 You're receiving this email because of your account on salsa.debian.org.

