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
Add missing ${misc:Depends} to Depends for libxau6-udeb.
Changes-By: lintian-brush
Fixes: lintian: debhelper-but-no-misc-depends
See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html
- - - - -
23e1bb80 by Debian Janitor at 2022-11-27T13:06:37+00:00
Replace XC-Package-Type with Package-Type.
Changes-By: lintian-brush
Fixes: lintian: adopted-extended-field
See-also: https://lintian.debian.org/tags/adopted-extended-field.html
- - - - -
d41953ea by Debian Janitor at 2022-11-27T13:06:37+00:00
Use canonical URL in Vcs-Git.
Changes-By: lintian-brush
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
- - - - -
14bb6320 by Debian Janitor at 2022-11-27T13:06:37+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
- - - - -
24cbbd9c by Debian Janitor at 2023-03-01T04:50:35+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
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,11 @@ libxau (1:1.0.9-2) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on xutils-dev.
+ * Add missing ${misc:Depends} to Depends for libxau6-udeb.
+ * Replace XC-Package-Type with Package-Type.
+ * Use canonical URL in Vcs-Git.
+ * Update standards version to 4.6.1, no changes needed.
+ * Update standards version to 4.6.2, no changes needed.
-- Debian Janitor <[email protected]> Sat, 27 Aug 2022 03:19:36 -0000
=====================================
debian/control
=====================================
@@ -8,8 +8,8 @@ Build-Depends:
x11proto-dev,
quilt,
xutils-dev,
-Standards-Version: 4.5.1
-Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxau
Package: libxau6
@@ -32,11 +32,12 @@ Description: X11 authorisation library
https://gitlab.freedesktop.org/xorg/lib/libxau
Package: libxau6-udeb
-XC-Package-Type: udeb
+Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
+ ${misc:Depends},
Description: X11 authorisation library
This is a udeb, or a microdeb, for the debian-installer.
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libxau/-/compare/6e4f6c0e21a971cdc711ffcc9b49a4fe27b199ed...24cbbd9c6464b324c2034f52365984b4d1bfb619
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libxau/-/compare/6e4f6c0e21a971cdc711ffcc9b49a4fe27b199ed...24cbbd9c6464b324c2034f52365984b4d1bfb619
You're receiving this email because of your account on salsa.debian.org.