Control: tags -1 + patch

Hi Christoph,

attached is a patch which should address this issue.

Regards
Michael
diff -Nru postgresql-common-292/debian/changelog postgresql-common-292+nmu1/debian/changelog
--- postgresql-common-292/debian/changelog	2026-06-03 19:51:24.000000000 +0200
+++ postgresql-common-292+nmu1/debian/changelog	2026-07-04 17:03:19.000000000 +0200
@@ -1,3 +1,10 @@
+postgresql-common (292+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Avoid usage of dh_movetousr (Closes: #1122775)
+
+ -- Michael Biebl <[email protected]>  Sat, 04 Jul 2026 17:03:19 +0200
+
 postgresql-common (292) unstable; urgency=medium
 
   * Fix two typos in de.po. Thanks Helge Kreutzmann for spotting!
diff -Nru postgresql-common-292/debian/postgresql-common.install postgresql-common-292+nmu1/debian/postgresql-common.install
--- postgresql-common-292/debian/postgresql-common.install	2025-08-12 16:40:28.000000000 +0200
+++ postgresql-common-292+nmu1/debian/postgresql-common.install	2026-07-04 17:03:14.000000000 +0200
@@ -17,4 +17,4 @@
 pg_upgradecluster usr/bin
 pg_upgradecluster.d etc/postgresql-common
 pg_virtualenv usr/bin
-systemd/system* lib/systemd
+systemd/system* usr/lib/systemd
diff -Nru postgresql-common-292/debian/rules postgresql-common-292+nmu1/debian/rules
--- postgresql-common-292/debian/rules	2026-05-10 12:30:52.000000000 +0200
+++ postgresql-common-292+nmu1/debian/rules	2026-07-04 17:02:53.000000000 +0200
@@ -31,8 +31,6 @@
 	dh_installinit -ppostgresql-common --name=postgresql -u'defaults 19 21' --no-stop-on-upgrade
 override_dh_installsystemd:
 	dh_installsystemd --no-stop-on-upgrade
-	# move unit files to /usr on systems that support it
-	if test -x /usr/bin/dh_movetousr; then dh_movetousr; fi
 
 override_dh_gencontrol:
 	dh_gencontrol -ppostgresql-server-dev-all -- -Vserver-dev-all-depends="$(foreach v,$(SUPPORTED_VERSIONS),postgresql-server-dev-$v,)"

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to