Your message dated Sun, 14 Jul 2024 15:40:56 +0200
with message-id <ZpPVaGHLZseXFRiJ@per>
and subject line Re: Bug#1061337: google-compute-engine-oslogin: install files 
into /usr
has caused the Debian Bug report #1061337,
regarding google-compute-engine-oslogin: install files into /usr
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1061337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: google-compute-engine-oslogin
Version: 20210907.00-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. google-compute-engine-oslogin installs files into /lib; these
should be moved into the respective directories 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-compute-engine-oslogin-20210907.00/debian/changelog 
google-compute-engine-oslogin-20210907.00/debian/changelog
--- google-compute-engine-oslogin-20210907.00/debian/changelog  2021-09-21 
12:19:19.000000000 +0200
+++ google-compute-engine-oslogin-20210907.00/debian/changelog  2024-01-22 
21:04:05.000000000 +0100
@@ -1,3 +1,14 @@
+google-compute-engine-oslogin (20210907.00-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install PAM module and systemd files into /usr (DEP17 M2).
+    Use systemd.pc to get the paths for the unit and preset dir.
+    Add a corresponding versioned Build-Depends on debhelper (>= 13.11.6) to
+    ensure we have a recent enough dh_installsystemd.
+    (Closes: #-1)
+
+ -- Michael Biebl <[email protected]>  Mon, 22 Jan 2024 21:04:05 +0100
+
 google-compute-engine-oslogin (20210907.00-1) unstable; urgency=medium
 
   * Initial release.
diff -Nru google-compute-engine-oslogin-20210907.00/debian/control 
google-compute-engine-oslogin-20210907.00/debian/control
--- google-compute-engine-oslogin-20210907.00/debian/control    2021-09-21 
12:19:19.000000000 +0200
+++ google-compute-engine-oslogin-20210907.00/debian/control    2024-01-22 
21:04:05.000000000 +0100
@@ -6,6 +6,9 @@
  Bastian Blank <[email protected]>
 Build-Depends:
  debhelper-compat (= 13),
+ debhelper (>= 13.11.6),
+ systemd-dev,
+ pkgconf,
  libcurl4-openssl-dev,
  libgtest-dev <!nocheck>,
  libjson-c-dev,
diff -Nru google-compute-engine-oslogin-20210907.00/debian/rules 
google-compute-engine-oslogin-20210907.00/debian/rules
--- google-compute-engine-oslogin-20210907.00/debian/rules      2021-09-21 
12:19:19.000000000 +0200
+++ google-compute-engine-oslogin-20210907.00/debian/rules      2024-01-22 
21:04:05.000000000 +0100
@@ -8,7 +8,12 @@
        dh $@
 
 override_dh_auto_install:
-       dh_auto_install -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) 
PAMDIR=/lib/$(DEB_HOST_MULTIARCH)/security VERSION=$(DEB_VERSION_UPSTREAM)
+       dh_auto_install -- \
+               LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
+               PAMDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/security \
+               SYSTEMDDIR=$(shell pkgconf --variable=systemd_system_unit_dir 
systemd) \
+               PRESETDIR=$(shell pkgconf --variable=systemd_system_preset_dir 
systemd) \
+               VERSION=$(DEB_VERSION_UPSTREAM)
 
 override_dh_auto_test:
        $(MAKE) alltests

--- End Message ---
--- Begin Message ---
Source: google-compute-engine-oslogin
Source-Version: 20240415.00-1
Done: Bastian Blank <[email protected]>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 22 Apr 2024 09:01:53 +0200
Source: google-compute-engine-oslogin
Architecture: source
Version: 20240415.00-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cloud Team <[email protected]>
Changed-By: Bastian Blank <[email protected]>
Closes: 1041130
Changes:
 google-compute-engine-oslogin (20240415.00-1) unstable; urgency=medium
 .
   * New upstream release. (closes: #1041130)
   * Move all remaining files to /usr.
Checksums-Sha1:
 02588ed20764e050fc9caceca33a7e9464b54218 1620 
google-compute-engine-oslogin_20240415.00-1.dsc
 fe05b2e11dd586d56d16ef942d467c947d7fe985 50376 
google-compute-engine-oslogin_20240415.00.orig.tar.xz
 14ab1b79a67d0f0467bd7289ee0b0f78e0d4f194 2792 
google-compute-engine-oslogin_20240415.00-1.debian.tar.xz
 64501c2cd030cb21977b64c90d9fe798882d35cf 6191 
google-compute-engine-oslogin_20240415.00-1_source.buildinfo
Checksums-Sha256:
 7e9a3386175158305b9201c058842db41fc277fc66d141525085d5cc96a6f4b5 1620 
google-compute-engine-oslogin_20240415.00-1.dsc
 5bcb6c4bfd08e0f6aef24e9e861d765124f319ee330466e4a70e8cde618e131d 50376 
google-compute-engine-oslogin_20240415.00.orig.tar.xz
 d03db4e0ee0375436335ace1749b53f0bcbd6bffa8048399cb8d416a1798ce32 2792 
google-compute-engine-oslogin_20240415.00-1.debian.tar.xz
 38a2c48b37cc7a48e1b1c23df30f95fe31247dcea2705a6f1af611f3b17f2160 6191 
google-compute-engine-oslogin_20240415.00-1_source.buildinfo
Files:
 05d275c8292a106fb85e3cc530b7d57e 1620 admin optional 
google-compute-engine-oslogin_20240415.00-1.dsc
 d5bedb39432e34590b0528931254da79 50376 admin optional 
google-compute-engine-oslogin_20240415.00.orig.tar.xz
 9f71b75ec95a7110a253151fc0bd6be2 2792 admin optional 
google-compute-engine-oslogin_20240415.00-1.debian.tar.xz
 e5a139287447e5f9c4f34d996e3a8a40 6191 admin optional 
google-compute-engine-oslogin_20240415.00-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQQ8pEKDNIgQDAQDOBFji0aBW7swjwUCZiYMnQAKCRBji0aBW7sw
j7h9AQCxEO7HgGbM3FefjyC+GVII9wiK64Oy0ZlibyUDqJGX0QEAytCDHJHRduxf
jwIEqjFAe+2U0wqKwT6Q4for3Pf4mgA=
=l5VW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to