Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / xinit


Commits:
5162b566 by Debian Janitor at 2022-09-02T11:27:59+00:00
Bump debhelper from deprecated 9 to 13.
+ debian/rules: Rely on default use of dh_missing rather than using dh_install 
--list-missing.

Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

- - - - -
00b894b7 by Debian Janitor at 2022-09-02T11:27:59+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
ba3b575c by Debian Janitor at 2022-09-02T11:28:06+00:00
Drop unnecessary dependency on dh-autoreconf.

Changes-By: lintian-brush
Fixes: lintian: useless-autoreconf-build-depends
See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+xinit (1.4.0-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Rely on default use of dh_missing rather than using
+      dh_install --list-missing.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+
+ -- Debian Janitor <[email protected]>  Fri, 02 Sep 2022 11:27:59 -0000
+
 xinit (1.4.0-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper-compat (= 13),
  pkg-config,
  libx11-dev (>= 2:1.0.0),
  quilt,


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@ --with autoreconf,quilt
+       dh $@ --with quilt
 
 override_dh_auto_configure:
        dh_auto_configure -- --with-xinitdir=/etc/X11/xinit \
@@ -14,9 +14,6 @@ override_dh_auto_configure:
 override_dh_auto_install:
        dh_auto_install --destdir=debian/tmp
 
-override_dh_install:
-       dh_install --list-missing
-
 override_dh_fixperms:
        dh_fixperms
        chmod 0755 debian/xinit/etc/X11/xinit/xinitrc



View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xinit/-/compare/7abe07f6e471cc1379dc65b943a114eeca7337a5...ba3b575c97286604c8fed35bc6548a721745bfc2

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/xinit/-/compare/7abe07f6e471cc1379dc65b943a114eeca7337a5...ba3b575c97286604c8fed35bc6548a721745bfc2
You're receiving this email because of your account on salsa.debian.org.


Reply via email to