Source: signify-openbsd
Version: 31-3
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Please find a relatively trivial patch attached to install 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.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please
then upload to experimental and get in touch with the UsrMerge
driver, please see the wiki [1].

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru signify-openbsd-31/debian/changelog signify-openbsd-31/debian/changelog
--- signify-openbsd-31/debian/changelog	2022-10-22 23:04:56.000000000 +0200
+++ signify-openbsd-31/debian/changelog	2024-01-09 23:09:08.000000000 +0100
@@ -1,3 +1,10 @@
+signify-openbsd (31-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install files into /usr. (DEP17 M2) (Closes: #-1)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 09 Jan 2024 23:09:08 +0100
+
 signify-openbsd (31-3) unstable; urgency=medium
 
   * Update the licenses (Closes: #1022121)
diff -Nru signify-openbsd-31/debian/rules signify-openbsd-31/debian/rules
--- signify-openbsd-31/debian/rules	2019-08-06 16:14:03.000000000 +0200
+++ signify-openbsd-31/debian/rules	2024-01-09 23:08:57.000000000 +0100
@@ -14,11 +14,11 @@
 	dh_installman
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install -- PREFIX=/usr
 	# remove the openbsd manpage dir
-	rm -r debian/signify-openbsd/share
+	rm -r debian/signify-openbsd/usr/share
 	# move signify to signify-openbsd
-	mv debian/signify-openbsd/bin/signify debian/signify-openbsd/bin/signify-openbsd
+	mv debian/signify-openbsd/usr/bin/signify debian/signify-openbsd/usr/bin/signify-openbsd
 
 override_dh_clean:
 	if [ -f signify-openbsd.1 ]; then mv signify-openbsd.1 signify.1; fi

Reply via email to