diff -Nru google-guest-agent-20231004.02/debian/changelog google-guest-agent-20231004.02/debian/changelog --- google-guest-agent-20231004.02/debian/changelog 2023-10-26 03:12:14.000000000 +0100 +++ google-guest-agent-20231004.02/debian/changelog 2024-01-23 13:43:24.000000000 +0000 @@ -1,3 +1,11 @@ +google-guest-agent (20231004.02-0ubuntu2) noble; urgency=medium + + * d/control: There should b a dependency on `google-compute-engine-oslogin` + to match the Google managed control file (LP: #2050956) + * Also updated the `Vcs-` fields and removed the `Uploaders` field. + + -- ChloƩ 'kajiya' Smith Tue, 23 Jan 2024 13:43:24 +0000 + google-guest-agent (20231004.02-0ubuntu1) noble; urgency=medium * New upstream version 20231004.02. (LP: #2040945) diff -Nru google-guest-agent-20231004.02/debian/control google-guest-agent-20231004.02/debian/control --- google-guest-agent-20231004.02/debian/control 2023-10-26 03:07:48.000000000 +0100 +++ google-guest-agent-20231004.02/debian/control 2024-01-23 13:43:24.000000000 +0000 @@ -1,6 +1,5 @@ Source: google-guest-agent Maintainer: Ubuntu Developers -Uploaders: Balint Reczey Section: devel Testsuite: autopkgtest-pkg-go Priority: optional @@ -8,8 +7,8 @@ dh-golang, golang-any Standards-Version: 4.5.0 -Vcs-Browser: https://code.launchpad.net/~ubuntu-core-dev/+git/google-guest-agent -Vcs-Git: https://git.launchpad.net/~ubuntu-core-dev/+git/google-guest-agent -b ubuntu/master +Vcs-Browser: https://code.launchpad.net/~cloud-images/cloud-images/+git/google-guest-agent +Vcs-Git: https://git.launchpad.net/~cloud-images/cloud-images/+git/google-guest-agent/ -b ubuntu/master Homepage: https://github.com/GoogleCloudPlatform/guest-agent Rules-Requires-Root: no XS-Go-Import-Path: github.com/GoogleCloudPlatform/guest-agent @@ -17,7 +16,8 @@ Package: google-guest-agent Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends} + ${shlibs:Depends}, + google-compute-engine-oslogin (>= 1:20231003) Built-Using: ${misc:Built-Using} Breaks: gce-compute-image-packages (<< 20191115), python3-google-compute-engine