Source: google-authenticator
Version: 20191231-2
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. google-authenticator installs files into /lib; these should be
moved into the respective canonical locations in /usr/.

Please find a patch attached. It has been build-tested.

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].

Michael

[1] https://wiki.debian.org/UsrMerge
diff -Nru google-authenticator-20191231/debian/changelog 
google-authenticator-20191231/debian/changelog
--- google-authenticator-20191231/debian/changelog      2020-04-07 
14:55:07.000000000 +0200
+++ google-authenticator-20191231/debian/changelog      2024-01-23 
00:16:16.000000000 +0100
@@ -1,3 +1,10 @@
+google-authenticator (20191231-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install PAM modules into /usr. (Closes: #-1)
+
+ -- Michael Biebl <bi...@debian.org>  Tue, 23 Jan 2024 00:16:16 +0100
+
 google-authenticator (20191231-2) unstable; urgency=medium
 
   * Source only upload.
diff -Nru google-authenticator-20191231/debian/rules 
google-authenticator-20191231/debian/rules
--- google-authenticator-20191231/debian/rules  2020-03-07 11:11:25.000000000 
+0100
+++ google-authenticator-20191231/debian/rules  2024-01-23 00:15:43.000000000 
+0100
@@ -19,7 +19,7 @@
        dh_clean build/*
 
 override_dh_auto_configure:
-       dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH)
+       dh_auto_configure -- --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_install: build
        sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`

Reply via email to