Source: systemd-bootchart
Version: 235-1
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Please find a patch attached to install aliased files into /usr,
for the currently ongoing UsrMerge effort [1].
It has been build-tested and checked by dumat.

Please review it and upload to unstable during the trixie cycle.

Note: this should not be backported to bookworm. If you intend to
backport, please use dh_movetousr instead.

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru systemd-bootchart-235/debian/changelog systemd-bootchart-235/debian/changelog
--- systemd-bootchart-235/debian/changelog	2023-11-04 01:20:04.000000000 +0100
+++ systemd-bootchart-235/debian/changelog	2024-01-10 00:11:27.000000000 +0100
@@ -1,3 +1,10 @@
+systemd-bootchart (235-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Assume UsrMerged install layout (DEP17 M2). (Closes: #-1)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Wed, 10 Jan 2024 00:11:27 +0100
+
 systemd-bootchart (235-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru systemd-bootchart-235/debian/rules systemd-bootchart-235/debian/rules
--- systemd-bootchart-235/debian/rules	2023-11-04 01:07:40.000000000 +0100
+++ systemd-bootchart-235/debian/rules	2024-01-10 00:11:11.000000000 +0100
@@ -4,12 +4,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-rootprefix=/ --with-rootlibdir=/lib
+	dh_auto_configure
 
 override_dh_installsystemd:
 	dh_installsystemd --no-enable
-
-override_dh_auto_install:
-	dh_auto_install
-	# fix paths in manpages
-	find debian/systemd-bootchart/usr/share/man/ -type f | xargs sed -ri 's_/usr(/lib/systemd/system|/lib[^/]|/lib/[^a-z])_\1_g'

Reply via email to