Control: tags 1061259 + pending
Dear maintainer, I've prepared an NMU for fbset (versioned as 2.1-33.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru fbset-2.1/debian/changelog fbset-2.1/debian/changelog --- fbset-2.1/debian/changelog 2022-08-27 00:15:01.000000000 +0200 +++ fbset-2.1/debian/changelog 2024-05-30 16:33:04.000000000 +0200 @@ -1,3 +1,18 @@ +fbset (2.1-33.1) unstable; urgency=low + + * Non-maintainer upload. + + [ Sven Joachim ] + * Move binaries below /usr (Closes: #1061259) + The upstream Makefile installs binaries into /bin, in Debian trixie + and later they should be installed into /usr/bin instead. Use the + dh_movetousr tool added in debhelper 13.11.7 to achieve that. + Adding dh-sequence-movetousr to Build-Depends is not strictly + necessary, but it helps with backports and ensures that dh_movetousr + is run in case debian/rules gets ever converted to dh. + + -- Chris Hofstaedtler <[email protected]> Thu, 30 May 2024 16:33:04 +0200 + fbset (2.1-33) unstable; urgency=medium [ Debian Janitor ] diff -Nru fbset-2.1/debian/control fbset-2.1/debian/control --- fbset-2.1/debian/control 2022-08-26 22:22:12.000000000 +0200 +++ fbset-2.1/debian/control 2024-05-30 16:31:00.000000000 +0200 @@ -7,7 +7,7 @@ Vcs-Git: https://github.com/sudipm-mukherjee/fbset.git Standards-Version: 4.6.1.0 Rules-Requires-Root: no -Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.15.7), flex, bison +Build-Depends: debhelper-compat (= 13), dh-sequence-movetousr, dpkg-dev (>= 1.15.7), flex, bison Package: fbset Architecture: linux-any diff -Nru fbset-2.1/debian/rules fbset-2.1/debian/rules --- fbset-2.1/debian/rules 2022-08-26 22:24:02.000000000 +0200 +++ fbset-2.1/debian/rules 2024-05-30 16:31:00.000000000 +0200 @@ -79,6 +79,7 @@ dh_strip -a dh_compress -a dh_fixperms -a + dh_movetousr -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a

