Source: francine Version: 0.99.8+orig-2.1 Severity: normal Tags: patch User: [email protected] 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, preferably before the time_t-64bit transition. 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 francine-0.99.8+orig/debian/changelog francine-0.99.8+orig/debian/changelog --- francine-0.99.8+orig/debian/changelog 2020-11-05 18:25:48.000000000 +0100 +++ francine-0.99.8+orig/debian/changelog 2024-01-07 11:40:05.000000000 +0100 @@ -1,3 +1,10 @@ +francine (0.99.8+orig-2.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Install bin/francine into canonical location for DEP17. (Closes: #-1) + + -- Chris Hofstaedtler <[email protected]> Sun, 07 Jan 2024 11:40:05 +0100 + francine (0.99.8+orig-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru francine-0.99.8+orig/debian/rules francine-0.99.8+orig/debian/rules --- francine-0.99.8+orig/debian/rules 2020-11-05 18:05:13.000000000 +0100 +++ francine-0.99.8+orig/debian/rules 2024-01-07 11:40:02.000000000 +0100 @@ -5,3 +5,5 @@ override_dh_auto_install: dh_auto_install -- prefix=$(CURDIR)/debian/francine + install -d $(CURDIR)/debian/francine/usr/ + mv $(CURDIR)/debian/francine/bin $(CURDIR)/debian/francine/usr/

