Merge ~kajiya/+git/google-compute-engine-oslogin:add-deb-control-dependency-focal into ~ubuntu-core-dev/+git/google-compute-engine-oslogin:ubuntu/focal

Proposed by Chloé Smith
Status: Merged
Merged at revision: cf0aada9118cf9abbaea029e2e95bc400fb4d5b6
Proposed branch: ~kajiya/+git/google-compute-engine-oslogin:add-deb-control-dependency-focal
Merge into: ~ubuntu-core-dev/+git/google-compute-engine-oslogin:ubuntu/focal
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Utkarsh Gupta Approve
Review via email: mp+460644@code.launchpad.net

Commit message

Add dependency on `google-guest-agent` into d/control (LP: #2052438)

To post a comment you must log in.
Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

$ dput ubuntu ../google-compute-engine-oslogin_20231004.00-0ubuntu1\~20.04.3_source.changes
Uploading google-compute-engine-oslogin using ftp to ubuntu (host: upload.ubuntu.com; directory: /ubuntu)
running supported-distribution: check whether the target distribution is currently supported (using distro-info)
{'allowed': ['release', 'proposed', 'backports', 'security'], 'known': ['release', 'proposed', 'updates', 'backports', 'security']}
running required-fields: check whether a field is present and non-empty in the changes file
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running check-debs: makes sure the upload contains a binary package
running gpg: check GnuPG signatures before the upload
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~20.04.3.dsc
Uploading google-compute-engine-oslogin_20231004.00.orig.tar.gz
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~20.04.3.debian.tar.xz
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~20.04.3_source.buildinfo
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~20.04.3_source.changes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 6599ede..f9039ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1google-compute-engine-oslogin (20231004.00-0ubuntu1~20.04.3) focal; urgency=medium
2
3 * d/control: There must be a dependency on `google-guest-agent`
4 to match the (upstream) Google managed d/control file (LP: #2052438)
5
6 -- Chloé 'kajiya' Smith <chloe.smith@canonical.com> Tue, 06 Feb 2024 16:16:42 +0000
7
1google-compute-engine-oslogin (20231004.00-0ubuntu1~20.04.1) focal; urgency=medium8google-compute-engine-oslogin (20231004.00-0ubuntu1~20.04.1) focal; urgency=medium
29
3 * No-change rebuild for Focal.10 * No-change rebuild for Focal.
diff --git a/debian/control b/debian/control
index d60b9af..8abdec2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Package: google-compute-engine-oslogin
18Architecture: any18Architecture: any
19Depends: ${shlibs:Depends},19Depends: ${shlibs:Depends},
20 ${misc:Depends},20 ${misc:Depends},
21 openssh-server21 openssh-server,
22 google-guest-agent (>= 20231004.02)
22Description: Google Compute Engine OS Login23Description: Google Compute Engine OS Login
23 Contains libraries, applications and configurations for using OS Login24 Contains libraries, applications and configurations for using OS Login
24 on Google Compute Engine Virtual Machine Instances.25 on Google Compute Engine Virtual Machine Instances.

Subscribers

People subscribed via source and target branches