[ubuntu/trusty-proposed] gce-compute-image-packages 20190315-0ubuntu1~14.04.0 (Accepted)

2019-04-25 Thread Balint Reczey
gce-compute-image-packages (20190315-0ubuntu1~14.04.0) trusty; urgency=medium

  * Backport to Trusty with the following remaining changes:
- Revert ordering shutdown scripts after snapd.service.
- Revert adding /snap/bin to PATH for startup/shutdown scripts
- Revert to using dh-systemd because Trusty does not have the debhelper
- Build-depend on libboost-regex-dev for regex support
  version making dh-systemd obsolete
- Link with boost for regex support
- Free tests from C++11 constructs to let them being compiled without
  C++11 support
- debian/rules: Handle all upstart services in override_dh_installinit
- Clean up obsoleted services for upstart, too
- Manage upstart scripts in postinst/preinst/prerm
  * Refresh patches
  * debian/rules: Work around dh-python ignoring PYBUILD_DIR
  * debian/rules: rm -rf .pybuild/ because dh_clean does not do it

gce-compute-image-packages (20190315-0ubuntu1) eoan; urgency=medium

  * New upstream version 20190315 (LP: #1824212)
- Reorganize source tree
- Use pam_group with OS Login
- Set oom_score_adjust for google-accounts daemon
- Restrict permissions for google-oslogin sudoers
- Add OS Login support for Google prompt challenges
- Bug fixes
  * Refresh patches
  * Adjust packaging to upstream tree reorganization
  * Ship google_set_hostname as a command, not just as an dhclient exit hook
matching upstream's choice
  * Don't ship journalctl configuration snippet to forward log to console
  * Update shared library symlinks
  * Ignore absolute symlinks in the source package to keep Lintian happy

Date: Mon, 22 Apr 2019 14:27:18 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20190315-0ubuntu1~14.04.0
Format: 1.8
Date: Mon, 22 Apr 2019 14:27:18 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20190315-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1824212
Changes:
 gce-compute-image-packages (20190315-0ubuntu1~14.04.0) trusty; urgency=medium
 .
   * Backport to Trusty with the following remaining changes:
 - Revert ordering shutdown scripts after snapd.service.
 - Revert adding /snap/bin to PATH for startup/shutdown scripts
 - Revert to using dh-systemd because Trusty does not have the debhelper
 - Build-depend on libboost-regex-dev for regex support
   version making dh-systemd obsolete
 - Link with boost for regex support
 - Free tests from C++11 constructs to let them being compiled without
   C++11 support
 - debian/rules: Handle all upstart services in override_dh_installinit
 - Clean up obsoleted services for upstart, too
 - Manage upstart scripts in postinst/preinst/prerm
   * Refresh patches
   * debian/rules: Work around dh-python ignoring PYBUILD_DIR
   * debian/rules: rm -rf .pybuild/ because dh_clean does not do it
 .
 gce-compute-image-packages (20190315-0ubuntu1) eoan; urgency=medium
 .
   * New upstream version 20190315 (LP: #1824212)
 - Reorganize source tree
 - Use pam_group with OS Login
 - Set oom_score_adjust for google-accounts daemon
 - Restrict permissions for google-oslogin sudoers
 - Add OS Login support for Google prompt challenges
 - Bug fixes
   * Refresh patches
   * Adjust packaging to upstream tree reorganization
   * Ship google_set_hostname as a command, not just as an dhclient exit hook
 matching upstream's choice
   * Don't ship journalctl configuration snippet to forward log to console
   * Update shared library symlinks
   * Ignore absolute symlinks in the source package to keep Lintian happy
Checksums-Sha1:
 f79b1d660c1662686007ed89d6ba4bec5fd374c3 2626 
gce-compute-image-packages_20190315-0ubuntu1~14.04.0.dsc
 bae04b12ec696e7d6f7b19eb44e42810382554d1 99388 
gce-compute-image-packages_20190315.orig.tar.xz
 359402ea95e630c52db237d0fea00ff50f7f5d81 11600 
gce-compute-image-packages_20190315-0ubuntu1~14.04.0.debian.tar.xz
 49d2cf4080ee394af6943f328ae5472f47807851 9519 
gce-compute-image-packages_20190315-0ubuntu1~14.04.0_source.buildinfo
Checksums-Sha256:
 390ac1b2ffa382316d15cb7a34df2ce2540953986d3402bcfe090f64a830163c 2626 
gce-compute-image-packages_20190315-0ubuntu1~14.04.0.dsc
 17a7161b7aa2095d2d136904be9eb253832dc0849497402e37ddf3863f827820 99388 
gce-compute-image-packages_20190315.orig.tar.xz
 61f453ad9f28c48a6abcb7f7915e4ac88696b063d2f0880ee21bfbaecbbedccc 11600 
gce-compute-image-packages_20190315-0ubun

[ubuntu/trusty-proposed] ec2-hibinit-agent 1.0.0-0ubuntu4~14.04.0 (Accepted)

2019-03-05 Thread Balint Reczey
ec2-hibinit-agent (1.0.0-0ubuntu4~14.04.0) trusty; urgency=medium

  * Backport to Trusty (LP: #1812166)
  * Ship upstart job instead of systemd service and use pm-hibernate
  * Always use pm-hibernate instead of looking for systemd's hibernation support
  * Revert to build-depending on debhelper (>= 9)

ec2-hibinit-agent (1.0.0-0ubuntu4) disco; urgency=medium

  * Update grub configuration snippet even when it exists but has outdated
content

ec2-hibinit-agent (1.0.0-0ubuntu3) disco; urgency=medium

  * Refer to root partition in resume=... the same way as GRUB2 refers to it
(LP: #1818150)

ec2-hibinit-agent (1.0.0-0ubuntu2) disco; urgency=medium

  * debian/gbp.conf: Use ubuntu/ prefix for tags
  * Silence swapoff when purging the package
  * Detect disabled hibernation with Python 3's urllib, too. (LP: #1817926)

ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium

  * Initial release based on packaging of hibagent

Date: Fri, 01 Mar 2019 23:19:31 +0100
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/ec2-hibinit-agent/1.0.0-0ubuntu4~14.04.0
Format: 1.8
Date: Fri, 01 Mar 2019 23:19:31 +0100
Source: ec2-hibinit-agent
Binary: ec2-hibinit-agent
Architecture: source
Version: 1.0.0-0ubuntu4~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 ec2-hibinit-agent - Amazon EC2 hibernation agent
Launchpad-Bugs-Fixed: 1812166 1817926 1818150
Changes:
 ec2-hibinit-agent (1.0.0-0ubuntu4~14.04.0) trusty; urgency=medium
 .
   * Backport to Trusty (LP: #1812166)
   * Ship upstart job instead of systemd service and use pm-hibernate
   * Always use pm-hibernate instead of looking for systemd's hibernation 
support
   * Revert to build-depending on debhelper (>= 9)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu4) disco; urgency=medium
 .
   * Update grub configuration snippet even when it exists but has outdated
 content
 .
 ec2-hibinit-agent (1.0.0-0ubuntu3) disco; urgency=medium
 .
   * Refer to root partition in resume=... the same way as GRUB2 refers to it
 (LP: #1818150)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu2) disco; urgency=medium
 .
   * debian/gbp.conf: Use ubuntu/ prefix for tags
   * Silence swapoff when purging the package
   * Detect disabled hibernation with Python 3's urllib, too. (LP: #1817926)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium
 .
   * Initial release based on packaging of hibagent
Checksums-Sha1:
 f1416764c968b1972533ca87cbeb62a1dd27b919 1877 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.dsc
 b1b984f7bbfdda2cf49e850c5e44eeff9ba3bc9b 6396 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.debian.tar.xz
 7791458e18b87148c5255db28f8610cf638368f1 7009 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0_source.buildinfo
Checksums-Sha256:
 cd0a2540774114eec3e447aa60af6feefe836fa583bacbe611f573d756a5d64a 1877 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.dsc
 f9e4a376dadf7e4a728bc6235a495b0c6a395b8fb03467751a4a32e0494067af 6396 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.debian.tar.xz
 9af475b26940a9d8ec414f468412406f0baa54c3806981be9f60af5cc558 7009 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0_source.buildinfo
Files:
 65bfedcacd5419ab618c18eb8830ed94 1877 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.dsc
 9f72160e1ea9d2d2d569c599d6916216 6396 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0.debian.tar.xz
 c9900689aee5c0695955040fe75d4db4 7009 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu4~14.04.0_source.buildinfo
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ec2-hibinit-agent 1.0.0-0ubuntu1~14.04.2 (Accepted)

2019-02-27 Thread Balint Reczey
ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.2) trusty; urgency=medium

  * Detect disabled hibernation with Python 3's urllib, too. (LP: #1817926)

ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.1) trusty; urgency=medium

  * Backport to Trusty (LP: #1812166)
  * Ship upstart job instead of systemd service and use pm-hibernate
  * Always use pm-hibernate instead of looking for systemd's hibernation support
  * Revert to build-depending on debhelper (>= 9)

ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium

  * Initial release based on packaging of hibagent

Date: Wed, 27 Feb 2019 17:31:13 +0100
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/ec2-hibinit-agent/1.0.0-0ubuntu1~14.04.2
Format: 1.8
Date: Wed, 27 Feb 2019 17:31:13 +0100
Source: ec2-hibinit-agent
Binary: ec2-hibinit-agent
Architecture: source
Version: 1.0.0-0ubuntu1~14.04.2
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 ec2-hibinit-agent - Amazon EC2 hibernation agent
Launchpad-Bugs-Fixed: 1812166 1817926
Changes:
 ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.2) trusty; urgency=medium
 .
   * Detect disabled hibernation with Python 3's urllib, too. (LP: #1817926)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.1) trusty; urgency=medium
 .
   * Backport to Trusty (LP: #1812166)
   * Ship upstart job instead of systemd service and use pm-hibernate
   * Always use pm-hibernate instead of looking for systemd's hibernation 
support
   * Revert to build-depending on debhelper (>= 9)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium
 .
   * Initial release based on packaging of hibagent
Checksums-Sha1:
 2c071e3501d29352dd917bd5422aa109375b494b 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.dsc
 41e9eb5647a5027ab5bd6cd97ec0f83622697a0a 5580 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.debian.tar.xz
 a83711e1336c52b117c6aefa30b001333a083f62 7009 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2_source.buildinfo
Checksums-Sha256:
 03738941f33257a4ac84dfaf839d9483ef833a45bcebffbcffc93df2646cd140 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.dsc
 47b8d0acbb66b4c7cb67362fc03de6973bb618bf15652b569eff1e79c3977497 5580 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.debian.tar.xz
 90abf3ef729a4d7a53de192df6a3392bd621b1294d5a2445636f6fd7d16169fd 7009 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2_source.buildinfo
Files:
 a9c69ee574be5699c163c00c7c3585ed 1877 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.dsc
 6aa2cf6e13f0c5e0274634781bb3c677 5580 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2.debian.tar.xz
 dec431be65368e6d8bbf1b9fe6336459 7009 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.2_source.buildinfo
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ec2-hibinit-agent 1.0.0-0ubuntu1~14.04.1 (Accepted)

2019-01-31 Thread Balint Reczey
ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.1) trusty; urgency=medium

  * Backport to Trusty (LP: #1812166)
  * Ship upstart job instead of systemd service and use pm-hibernate
  * Always use pm-hibernate instead of looking for systemd's hibernation support
  * Revert to build-depending on debhelper (>= 9)

ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium

  * Initial release based on packaging of hibagent

Date: Thu, 17 Jan 2019 14:45:29 +0700
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/ec2-hibinit-agent/1.0.0-0ubuntu1~14.04.1
Format: 1.8
Date: Thu, 17 Jan 2019 14:45:29 +0700
Source: ec2-hibinit-agent
Binary: ec2-hibinit-agent
Architecture: source
Version: 1.0.0-0ubuntu1~14.04.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 ec2-hibinit-agent - Amazon EC2 hibernation agent
Launchpad-Bugs-Fixed: 1812166
Changes:
 ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.1) trusty; urgency=medium
 .
   * Backport to Trusty (LP: #1812166)
   * Ship upstart job instead of systemd service and use pm-hibernate
   * Always use pm-hibernate instead of looking for systemd's hibernation 
support
   * Revert to build-depending on debhelper (>= 9)
 .
 ec2-hibinit-agent (1.0.0-0ubuntu1) disco; urgency=medium
 .
   * Initial release based on packaging of hibagent
Checksums-Sha1:
 59377b837709575f3c61c415f1e0fc3bcd18f014 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.dsc
 070ecf916ae1d40d23211e94c99cde2d26435a82 5360 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.debian.tar.xz
 12f2845eafba25983efc00fb5f4b0c826afcaccc 6992 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1_source.buildinfo
Checksums-Sha256:
 c0fd6f63515c73cd1e0f47d53ed0a2c84a69eadc4722eaa3b6dfa327233151e8 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.dsc
 167410939d40ee91622b9c9f42bcdbb1315386fd763cf8413d6fad1cc603a642 5360 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.debian.tar.xz
 41d2ed534e157f8e0b60024b9a1e95ea003861ff71a4ef376b6d274df45c269d 6992 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1_source.buildinfo
Files:
 2c0f7965fa8ca8cb9bce2258c2db1f50 1877 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.dsc
 1689c20ed965fa8477dd8fd86613da7d 5360 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1.debian.tar.xz
 7ff4f2c6da672d45a5d8ca3e665ea2cc 6992 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.1_source.buildinfo
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20190124+dfsg1-0ubuntu1~14.04.0 (Accepted)

2019-01-25 Thread Balint Reczey
gce-compute-image-packages (20190124+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  * Rebuild for Trusty

gce-compute-image-packages (20190124+dfsg1-0ubuntu1) disco; urgency=medium

  * New upstream version 20190124 (LP: #1813246)
-  Update script retrieval to support Python 3

gce-compute-image-packages (20181206+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty with the following remaining changes:
- Revert ordering shutdown scripts after snapd.service.
- Revert adding /snap/bin to PATH for startup/shutdown scripts
- Revert to using dh-systemd because Trusty does not have the debhelper
- Build-depend on libboost-regex-dev for regex support
  version making dh-systemd obsolete
- Link with boost for regex support
- Free tests from C++11 constructs to let them being compiled without
  C++11 support
- debian/rules: Handle all upstart services in override_dh_installinit
- Clean up obsoleted services for upstart, too
- Manage upstart scripts in postinst/preinst/prerm
  * Restore switch to using NOOP as the default scheduler that was lost in
20180905+dfsg1-0ubuntu1~14.04.0
  * Simply add -lboost_regex to LIBS instead of fixing Makefile and passing it
from debian/rules. Setting -Wl,-z,defs broke the prior solution and
upstreaming the Makefile fix did not go smooth anyway.

gce-compute-image-packages (20181206+dfsg1-0ubuntu1) disco; urgency=medium

  [ Brian Murray ]
  * Add 0001-set-LDFLAGS-to-prevent-undefs.patch

  [ Balint Reczey ]
  * Keep Debian patch unapplied
  * New upstream version 20181206 (LP: #1803973)
- Support enabling OS Login two factor authentication
  * Refresh patches
  * Update Lintian overrides for renamed commands
  * Update shared library symlinks

Date: Fri, 25 Jan 2019 14:46:10 +0700
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20190124+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Fri, 25 Jan 2019 14:46:10 +0700
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20190124+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1803973 1813246
Changes:
 gce-compute-image-packages (20190124+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   * Rebuild for Trusty
 .
 gce-compute-image-packages (20190124+dfsg1-0ubuntu1) disco; urgency=medium
 .
   * New upstream version 20190124 (LP: #1813246)
 -  Update script retrieval to support Python 3
 .
 gce-compute-image-packages (20181206+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty with the following remaining changes:
 - Revert ordering shutdown scripts after snapd.service.
 - Revert adding /snap/bin to PATH for startup/shutdown scripts
 - Revert to using dh-systemd because Trusty does not have the debhelper
 - Build-depend on libboost-regex-dev for regex support
   version making dh-systemd obsolete
 - Link with boost for regex support
 - Free tests from C++11 constructs to let them being compiled without
   C++11 support
 - debian/rules: Handle all upstart services in override_dh_installinit
 - Clean up obsoleted services for upstart, too
 - Manage upstart scripts in postinst/preinst/prerm
   * Restore switch to using NOOP as the default scheduler that was lost in
 20180905+dfsg1-0ubuntu1~14.04.0
   * Simply add -lboost_regex to LIBS instead of fixing Makefile and passing it
 from debian/rules. Setting -Wl,-z,defs broke the prior solution and
 upstreaming the Makefile fix did not go smooth anyway.
 .
 gce-compute-image-packages (20181206+dfsg1-0ubuntu1) disco; urgency=medium
 .
   [ Brian Murray ]
   * Add 0001-set-LDFLAGS-to-prevent-undefs.patch
 .
   [ Balint Reczey ]
   * Keep Debian patch unapplied
   * New upstream version 20181206 (LP: #1803973)
 - Support enabling OS Login two factor authentication
   * Refresh patches
   * Update Lintian overrides for renamed commands
   * Update shared library symlinks
Checksums-Sha1:
 eeb3fa37cdf360b1fa3c24dc111ff99f91238a7b 2668 
gce-compute-image-packages_20190124+dfsg1-0ubuntu1~14.04.0.dsc
 524d7e343fc54f97a04e08e8ec67f052fc239e8a 98568 
gce-compute-image-packages_20190124+dfsg1.orig.tar.xz
 10a63eb3d2b77e8d11ed5f9099cd1fefbc4fd248 11368 
gce-compute-image-packages_20190124+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 dd656807580ceca96176ccf1f351a9b5f6971013 9476 
gce-compute-image-packages_20190124+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Checksums-S

[ubuntu/trusty-proposed] ec2-hibinit-agent 1.0.0-0ubuntu1~14.04.0 (Accepted)

2019-01-21 Thread Balint Reczey
ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.0) trusty; urgency=medium

  * Ship upstart job instead of systemd service and use pm-hibernate
  * Always use pm-hibernate instead of looking for systemd's hibernation support
  * Revert to build-depending on debhelper (>= 9)

Date: Thu, 17 Jan 2019 14:45:29 +0700
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/ec2-hibinit-agent/1.0.0-0ubuntu1~14.04.0
Format: 1.8
Date: Thu, 17 Jan 2019 14:45:29 +0700
Source: ec2-hibinit-agent
Binary: ec2-hibinit-agent
Architecture: source
Version: 1.0.0-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 ec2-hibinit-agent - Amazon EC2 hibernation agent
Changes:
 ec2-hibinit-agent (1.0.0-0ubuntu1~14.04.0) trusty; urgency=medium
 .
   * Ship upstart job instead of systemd service and use pm-hibernate
   * Always use pm-hibernate instead of looking for systemd's hibernation 
support
   * Revert to build-depending on debhelper (>= 9)
Checksums-Sha1:
 b928a17d12ccc4b347d22ef2511be32798254daf 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.dsc
 f7cc6d306069e5657b832ad9efd534a0ee59 5336 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.debian.tar.xz
 c931ba35135983c39241bb0f10deac55a569d511 6964 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0_source.buildinfo
Checksums-Sha256:
 80a34bc135171cb8c32bf650192f52e86eafc9f8c12a889ea52f5cdea52c59cb 1877 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.dsc
 ad87168e25dfd530cb81456581bbb57f8c33759752dd246e5c045f38b4c7c378 5336 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.debian.tar.xz
 862e54b45202b77d9cb62d75c797cffa42210d686b459d269030a49c64c39ef4 6964 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0_source.buildinfo
Files:
 3b7f8259557331c7d30c57cd71e5a628 1877 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.dsc
 9679b581a7c7a1e98d39c4b5cd754287 5336 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0.debian.tar.xz
 61c26e41ebe519755b6da0375b52087d 6964 utils optional 
ec2-hibinit-agent_1.0.0-0ubuntu1~14.04.0_source.buildinfo
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20181206+dfsg1-0ubuntu1~14.04.0 (Accepted)

2019-01-07 Thread Balint Reczey
gce-compute-image-packages (20181206+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty with the following remaining changes:
- Revert ordering shutdown scripts after snapd.service.
- Revert adding /snap/bin to PATH for startup/shutdown scripts
- Revert to using dh-systemd because Trusty does not have the debhelper
- Build-depend on libboost-regex-dev for regex support
  version making dh-systemd obsolete
- Link with boost for regex support
- Free tests from C++11 constructs to let them being compiled without
  C++11 support
- debian/rules: Handle all upstart services in override_dh_installinit
- Clean up obsoleted services for upstart, too
- Manage upstart scripts in postinst/preinst/prerm
  * Restore switch to using NOOP as the default scheduler that was lost in
20180905+dfsg1-0ubuntu1~14.04.0
  * Simply add -lboost_regex to LIBS instead of fixing Makefile and passing it
from debian/rules. Setting -Wl,-z,defs broke the prior solution and
upstreaming the Makefile fix did not go smooth anyway.

gce-compute-image-packages (20181206+dfsg1-0ubuntu1) disco; urgency=medium

  [ Brian Murray ]
  * Add 0001-set-LDFLAGS-to-prevent-undefs.patch

  [ Balint Reczey ]
  * Keep Debian patch unapplied
  * New upstream version 20181206 (LP: #1803973)
- Support enabling OS Login two factor authentication
  * Refresh patches
  * Update Lintian overrides for renamed commands
  * Update shared library symlinks

Date: Mon, 07 Jan 2019 15:02:02 +0700
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20181206+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Mon, 07 Jan 2019 15:02:02 +0700
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20181206+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1803973
Changes:
 gce-compute-image-packages (20181206+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty with the following remaining changes:
 - Revert ordering shutdown scripts after snapd.service.
 - Revert adding /snap/bin to PATH for startup/shutdown scripts
 - Revert to using dh-systemd because Trusty does not have the debhelper
 - Build-depend on libboost-regex-dev for regex support
   version making dh-systemd obsolete
 - Link with boost for regex support
 - Free tests from C++11 constructs to let them being compiled without
   C++11 support
 - debian/rules: Handle all upstart services in override_dh_installinit
 - Clean up obsoleted services for upstart, too
 - Manage upstart scripts in postinst/preinst/prerm
   * Restore switch to using NOOP as the default scheduler that was lost in
 20180905+dfsg1-0ubuntu1~14.04.0
   * Simply add -lboost_regex to LIBS instead of fixing Makefile and passing it
 from debian/rules. Setting -Wl,-z,defs broke the prior solution and
 upstreaming the Makefile fix did not go smooth anyway.
 .
 gce-compute-image-packages (20181206+dfsg1-0ubuntu1) disco; urgency=medium
 .
   [ Brian Murray ]
   * Add 0001-set-LDFLAGS-to-prevent-undefs.patch
 .
   [ Balint Reczey ]
   * Keep Debian patch unapplied
   * New upstream version 20181206 (LP: #1803973)
 - Support enabling OS Login two factor authentication
   * Refresh patches
   * Update Lintian overrides for renamed commands
   * Update shared library symlinks
Checksums-Sha1:
 ebffa5dc55cb05fdfaf6fb59043e229d56182d4a 2668 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.dsc
 3305e2abfcb41d1228feca7e1181162b2ba18842 11320 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 d5fb78094ae5429ecdaad2eb793fd4fd3122595b 9434 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Checksums-Sha256:
 b163d59d44a462784ac6ecf3fa5f7e349b9902e58ab8676b5ecbaa4e3d4653c0 2668 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.dsc
 570726b5c17a2bde94fb95191179c52e3654f59a0259cf9c1cf91b5e0dec42ca 11320 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 581321f2afdc755f6af0bf5fb87ce34b503194dfeaca117e108a575c109644a4 9434 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Files:
 63deaf4c3109db1986e6515aff8b8354 2668 admin optional 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.dsc
 f330e879d51cd450419e2ad76e6a37d8 11320 admin optional 
gce-compute-image-packages_20181206+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 d28b2e8ebf4e05a40f251dcf59c2f77e 9434 admin optional 
gce-co

[ubuntu/trusty-proposed] gce-compute-image-packages 20180905+dfsg1-0ubuntu1~14.04.0 (Accepted)

2018-09-17 Thread Balint Reczey
gce-compute-image-packages (20180905+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty
- Revert ordering shutdown scripts after snapd.service.
- Revert adding /snap/bin to PATH for startup/shutdown scripts
- Revert to using dh-systemd because Xenial does not have the debhelper
  * Revert "Build depend on debhelper (>= 9.20160709) instead of on dh-systemd"
This reverts commit 1afdbde3f27ab4d1712b1a0d4cc14df3a0528bdc.
Xenial does not have that debhelper version thus dh-systemd is needed there.
  * Build-depend on libboost-regex-dev for regex support
  * Choose std:: or boost:: regex based on support for C++11
  * Set LDFLAGS at the end of the the c++ command line right before libs.
This fixes passig additional libs to make, namely -lboost_regex
  * Link with boost for regex support
  * Free tests from C++11 constructs to let them being compiled without C++11 
support

gce-compute-image-packages (20180905+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * New upstream version 20180905+dfsg1 (LP: #1792466)
- Restart the network daemon if networking is restarted.
- Prevent setup of the default ethernet interface.
- Accounts daemon can now verify username is 32 characters or less.
- Prevent IP forwarding daemon log spam.
- Make default shell configurable when executing metadata scripts.
- Rename distro directory to distro_lib.
  * debian/control: Update Vcs-* fields to point to the new packaging repository
  * Update shared library symlinks
  * Drop 0001-Adjust-tests-to-changed-LoadJsonArrayToCache-behavio.patch,
it is integrated upstream
  * Build depend on debhelper (>= 9.20160709) instead of on dh-systemd
to keep Lintian happy.

  [ Google Cloud Team ]
  * Remove NTP dependency from packaging

gce-compute-image-packages (20180510+dfsg1-0ubuntu5) cosmic; urgency=medium

  * Depend on the same version of google-compute-engine-oslogin
  * Only Recommend rsyslog | system-log-daemon (LP: #1780109)

gce-compute-image-packages (20180510+dfsg1-0ubuntu4) cosmic; urgency=medium

  * debian/patches/0004-order-shutdown-scripts-after-snapd.patch: Order
shutdown scripts after snapd.service.
  * debian/patches/0005-add-snap-bin-to-path.patch: Add /snap/bin to
PATH for startup/shutdown scripts.

Date: Mon, 17 Sep 2018 00:17:02 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180905+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Mon, 17 Sep 2018 00:17:02 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180905+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1780109 1792466
Changes:
 gce-compute-image-packages (20180905+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty
 - Revert ordering shutdown scripts after snapd.service.
 - Revert adding /snap/bin to PATH for startup/shutdown scripts
 - Revert to using dh-systemd because Xenial does not have the debhelper
   * Revert "Build depend on debhelper (>= 9.20160709) instead of on dh-systemd"
 This reverts commit 1afdbde3f27ab4d1712b1a0d4cc14df3a0528bdc.
 Xenial does not have that debhelper version thus dh-systemd is needed 
there.
   * Build-depend on libboost-regex-dev for regex support
   * Choose std:: or boost:: regex based on support for C++11
   * Set LDFLAGS at the end of the the c++ command line right before libs.
 This fixes passig additional libs to make, namely -lboost_regex
   * Link with boost for regex support
   * Free tests from C++11 constructs to let them being compiled without C++11 
support
 .
 gce-compute-image-packages (20180905+dfsg1-0ubuntu1) cosmic; urgency=medium
 .
   [ Balint Reczey ]
   * New upstream version 20180905+dfsg1 (LP: #1792466)
 - Restart the network daemon if networking is restarted.
 - Prevent setup of the default ethernet interface.
 - Accounts daemon can now verify username is 32 characters or less.
 - Prevent IP forwarding daemon log spam.
 - Make default shell configurable when executing metadata scripts.
 - Rename distro directory to distro_lib.
   * debian/control: Update Vcs-* fields to point to the new packaging 
repository
   * Update shared library symlinks
   * Drop 0001-Adjust-tests-to-changed-LoadJsonArrayToCache-behavio.patch,
 it is integrated upstream
   * Build depend on debhelper (>= 9.20160709) instead of on dh-systemd
 to keep Lintian happy.
 .
   [ Google Cloud T

[ubuntu/trusty-proposed] gce-compute-image-packages 20180510+dfsg1-0ubuntu3~14.04.3 (Accepted)

2018-06-08 Thread Balint Reczey
gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.3) trusty; 
urgency=medium

  * Restart services upon upgrade with upstart, too
  * Remove handling the systemd cases from maintainer scripts

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.2) trusty; 
urgency=medium

  * Revert to debhelper to perform most service operations

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium

  * Stop obsoleted services before removing their upstart .conf files

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty
  * Don't wait for snapd.seeded.service
  * Keep recommending google-cloud-sdk
  * Refresh patches
  * debian/rules: Handle all upstart services in override_dh_installinit
  * Clean up obsoleted services for upstart, too
  * Manage upstart scripts in postinst/preinst/prerm

gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium

  * Update prerm to stop google-network-daemon.service rather than the removed 
ones
  * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades

gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium

  * debian/patches/0003-order-startup-scripts-after-snap-
seeding.service: Ensure that snaps have been seeded before startup
scripts run.

gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * Break, Replace and Provide irqbalance.
Optimization scripts are conflicting with irqbalance and the set
relationships ensure removal of irqbalance when it was accidentally
installed.
  * Depend on virtual system-log-daemon as an alternative of rsyslog
  * Update copyrights
  * New upstream version 20180510 (LP: #1770650)
  * Refresh patches
  * Adjust tests to changed behaviour
  * Update symlink to shared library with updated revision
  * debian/gce-compute-image-packages.preinst: Add debhelper token
  * Update Lintian overrides

  [ Google Cloud Team ]
  * Add module blacklist for GCE
  * Fix Debian install when migrating to new network daemon

gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium

  * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
for 18.04 and we don't want to continue pulling in a deprecated deb.

gce-compute-image-packages (20180129+dfsg1-0ubuntu2) bionic; urgency=medium

  * No-change rebuild against libcurl4

Date: Thu, 07 Jun 2018 16:27:01 -0700
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180510+dfsg1-0ubuntu3~14.04.3
Format: 1.8
Date: Thu, 07 Jun 2018 16:27:01 -0700
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180510+dfsg1-0ubuntu3~14.04.3
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1770650
Changes:
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.3) trusty; 
urgency=medium
 .
   * Restart services upon upgrade with upstart, too
   * Remove handling the systemd cases from maintainer scripts
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.2) trusty; 
urgency=medium
 .
   * Revert to debhelper to perform most service operations
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium
 .
   * Stop obsoleted services before removing their upstart .conf files
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty
   * Don't wait for snapd.seeded.service
   * Keep recommending google-cloud-sdk
   * Refresh patches
   * debian/rules: Handle all upstart services in override_dh_installinit
   * Clean up obsoleted services for upstart, too
   * Manage upstart scripts in postinst/preinst/prerm
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium
 .
   * Update prerm to stop google-network-daemon.service rather than the removed 
ones
   * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium
 .
   * debian/patches/0003-order-startup-scripts-after-snap-
 seeding.service: Ensure that snaps have been seeded before startup
 scripts run.
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium
 .
   [ Balint Reczey ]
   * Break, Replace and Provide irqbalance.
 Optimization scripts are conflicting with irqbalance and the set
 relationships ensure removal of irqbalance when

[ubuntu/trusty-proposed] gce-compute-image-packages 20180510+dfsg1-0ubuntu3~14.04.2 (Accepted)

2018-05-31 Thread Balint Reczey
gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.2) trusty; 
urgency=medium

  * Revert to debhelper to perform most service operations

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium

  * Stop obsoleted services before removing their upstart .conf files

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty
  * Don't wait for snapd.seeded.service
  * Keep recommending google-cloud-sdk
  * Refresh patches
  * debian/rules: Handle all upstart services in override_dh_installinit
  * Clean up obsoleted services for upstart, too
  * Manage upstart scripts in postinst/preinst/prerm

gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium

  * Update prerm to stop google-network-daemon.service rather than the removed 
ones
  * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades

gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium

  * debian/patches/0003-order-startup-scripts-after-snap-
seeding.service: Ensure that snaps have been seeded before startup
scripts run.

gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * Break, Replace and Provide irqbalance.
Optimization scripts are conflicting with irqbalance and the set
relationships ensure removal of irqbalance when it was accidentally
installed.
  * Depend on virtual system-log-daemon as an alternative of rsyslog
  * Update copyrights
  * New upstream version 20180510 (LP: #1770650)
  * Refresh patches
  * Adjust tests to changed behaviour
  * Update symlink to shared library with updated revision
  * debian/gce-compute-image-packages.preinst: Add debhelper token
  * Update Lintian overrides

  [ Google Cloud Team ]
  * Add module blacklist for GCE
  * Fix Debian install when migrating to new network daemon

gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium

  * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
for 18.04 and we don't want to continue pulling in a deprecated deb.

gce-compute-image-packages (20180129+dfsg1-0ubuntu2) bionic; urgency=medium

  * No-change rebuild against libcurl4

Date: Wed, 30 May 2018 19:35:26 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180510+dfsg1-0ubuntu3~14.04.2
Format: 1.8
Date: Wed, 30 May 2018 19:35:26 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180510+dfsg1-0ubuntu3~14.04.2
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1770650
Changes:
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.2) trusty; 
urgency=medium
 .
   * Revert to debhelper to perform most service operations
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium
 .
   * Stop obsoleted services before removing their upstart .conf files
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty
   * Don't wait for snapd.seeded.service
   * Keep recommending google-cloud-sdk
   * Refresh patches
   * debian/rules: Handle all upstart services in override_dh_installinit
   * Clean up obsoleted services for upstart, too
   * Manage upstart scripts in postinst/preinst/prerm
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium
 .
   * Update prerm to stop google-network-daemon.service rather than the removed 
ones
   * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium
 .
   * debian/patches/0003-order-startup-scripts-after-snap-
 seeding.service: Ensure that snaps have been seeded before startup
 scripts run.
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium
 .
   [ Balint Reczey ]
   * Break, Replace and Provide irqbalance.
 Optimization scripts are conflicting with irqbalance and the set
 relationships ensure removal of irqbalance when it was accidentally
 installed.
   * Depend on virtual system-log-daemon as an alternative of rsyslog
   * Update copyrights
   * New upstream version 20180510 (LP: #1770650)
   * Refresh patches
   * Adjust tests to changed behaviour
   * Update symlink to shared library with updated revision
   * debian/gce-compute-image-packages.preinst: Add debhelper token
   * Update Lintian overrides
 .
   [ Google Cloud Te

[ubuntu/trusty-proposed] gce-compute-image-packages 20180510+dfsg1-0ubuntu3~14.04.1 (Accepted)

2018-05-24 Thread Balint Reczey
gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium

  * Stop obsoleted services before removing their upstart .conf files

gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty
  * Don't wait for snapd.seeded.service
  * Keep recommending google-cloud-sdk
  * Refresh patches
  * debian/rules: Handle all upstart services in override_dh_installinit
  * Clean up obsoleted services for upstart, too
  * Manage upstart scripts in postinst/preinst/prerm

gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium

  * Update prerm to stop google-network-daemon.service rather than the removed 
ones
  * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades

gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium

  * debian/patches/0003-order-startup-scripts-after-snap-
seeding.service: Ensure that snaps have been seeded before startup
scripts run.

gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * Break, Replace and Provide irqbalance.
Optimization scripts are conflicting with irqbalance and the set
relationships ensure removal of irqbalance when it was accidentally
installed.
  * Depend on virtual system-log-daemon as an alternative of rsyslog
  * Update copyrights
  * New upstream version 20180510 (LP: #1770650)
  * Refresh patches
  * Adjust tests to changed behaviour
  * Update symlink to shared library with updated revision
  * debian/gce-compute-image-packages.preinst: Add debhelper token
  * Update Lintian overrides

  [ Google Cloud Team ]
  * Add module blacklist for GCE
  * Fix Debian install when migrating to new network daemon

gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium

  * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
for 18.04 and we don't want to continue pulling in a deprecated deb.

gce-compute-image-packages (20180129+dfsg1-0ubuntu2) bionic; urgency=medium

  * No-change rebuild against libcurl4

Date: Wed, 23 May 2018 23:23:57 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180510+dfsg1-0ubuntu3~14.04.1
Format: 1.8
Date: Wed, 23 May 2018 23:23:57 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180510+dfsg1-0ubuntu3~14.04.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1770650
Changes:
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.1) trusty; 
urgency=medium
 .
   * Stop obsoleted services before removing their upstart .conf files
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty
   * Don't wait for snapd.seeded.service
   * Keep recommending google-cloud-sdk
   * Refresh patches
   * debian/rules: Handle all upstart services in override_dh_installinit
   * Clean up obsoleted services for upstart, too
   * Manage upstart scripts in postinst/preinst/prerm
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium
 .
   * Update prerm to stop google-network-daemon.service rather than the removed 
ones
   * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium
 .
   * debian/patches/0003-order-startup-scripts-after-snap-
 seeding.service: Ensure that snaps have been seeded before startup
 scripts run.
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium
 .
   [ Balint Reczey ]
   * Break, Replace and Provide irqbalance.
 Optimization scripts are conflicting with irqbalance and the set
 relationships ensure removal of irqbalance when it was accidentally
 installed.
   * Depend on virtual system-log-daemon as an alternative of rsyslog
   * Update copyrights
   * New upstream version 20180510 (LP: #1770650)
   * Refresh patches
   * Adjust tests to changed behaviour
   * Update symlink to shared library with updated revision
   * debian/gce-compute-image-packages.preinst: Add debhelper token
   * Update Lintian overrides
 .
   [ Google Cloud Team ]
   * Add module blacklist for GCE
   * Fix Debian install when migrating to new network daemon
 .
 gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium
 .
   * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
 for 18.04 and we don't want

[ubuntu/trusty-proposed] gce-compute-image-packages 20180510+dfsg1-0ubuntu3~14.04.0 (Accepted)

2018-05-17 Thread Balint Reczey
gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium

  * Backport to Trusty
  * Don't wait for snapd.seeded.service
  * Keep recommending google-cloud-sdk
  * Refresh patches
  * debian/rules: Handle all upstart services in override_dh_installinit
  * Clean up obsoleted services for upstart, too
  * Manage upstart scripts in postinst/preinst/prerm

gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium

  * Update prerm to stop google-network-daemon.service rather than the removed 
ones
  * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades

gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium

  * debian/patches/0003-order-startup-scripts-after-snap-
seeding.service: Ensure that snaps have been seeded before startup
scripts run.

gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium

  [ Balint Reczey ]
  * Break, Replace and Provide irqbalance.
Optimization scripts are conflicting with irqbalance and the set
relationships ensure removal of irqbalance when it was accidentally
installed.
  * Depend on virtual system-log-daemon as an alternative of rsyslog
  * Update copyrights
  * New upstream version 20180510 (LP: #1770650)
  * Refresh patches
  * Adjust tests to changed behaviour
  * Update symlink to shared library with updated revision
  * debian/gce-compute-image-packages.preinst: Add debhelper token
  * Update Lintian overrides

  [ Google Cloud Team ]
  * Add module blacklist for GCE
  * Fix Debian install when migrating to new network daemon

gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium

  * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
for 18.04 and we don't want to continue pulling in a deprecated deb.

gce-compute-image-packages (20180129+dfsg1-0ubuntu2) bionic; urgency=medium

  * No-change rebuild against libcurl4

Date: Thu, 17 May 2018 04:05:15 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180510+dfsg1-0ubuntu3~14.04.0
Format: 1.8
Date: Thu, 17 May 2018 04:05:15 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180510+dfsg1-0ubuntu3~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1770650
Changes:
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3~14.04.0) trusty; 
urgency=medium
 .
   * Backport to Trusty
   * Don't wait for snapd.seeded.service
   * Keep recommending google-cloud-sdk
   * Refresh patches
   * debian/rules: Handle all upstart services in override_dh_installinit
   * Clean up obsoleted services for upstart, too
   * Manage upstart scripts in postinst/preinst/prerm
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu3) cosmic; urgency=medium
 .
   * Update prerm to stop google-network-daemon.service rather than the removed 
ones
   * Only Provide irqbalance without Breaks and Replaces to ensure smooth 
upgrades
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu2) cosmic; urgency=medium
 .
   * debian/patches/0003-order-startup-scripts-after-snap-
 seeding.service: Ensure that snaps have been seeded before startup
 scripts run.
 .
 gce-compute-image-packages (20180510+dfsg1-0ubuntu1) cosmic; urgency=medium
 .
   [ Balint Reczey ]
   * Break, Replace and Provide irqbalance.
 Optimization scripts are conflicting with irqbalance and the set
 relationships ensure removal of irqbalance when it was accidentally
 installed.
   * Depend on virtual system-log-daemon as an alternative of rsyslog
   * Update copyrights
   * New upstream version 20180510 (LP: #1770650)
   * Refresh patches
   * Adjust tests to changed behaviour
   * Update symlink to shared library with updated revision
   * debian/gce-compute-image-packages.preinst: Add debhelper token
   * Update Lintian overrides
 .
   [ Google Cloud Team ]
   * Add module blacklist for GCE
   * Fix Debian install when migrating to new network daemon
 .
 gce-compute-image-packages (20180129+dfsg1-0ubuntu3) bionic; urgency=medium
 .
   * Drop the Recommends: on google-cloud-sdk; this is moving to be a snap
 for 18.04 and we don't want to continue pulling in a deprecated deb.
 .
 gce-compute-image-packages (20180129+dfsg1-0ubuntu2) bionic; urgency=medium
 .
   * No-change rebuild against libcurl4
Checksums-Sha1:
 6110d6a683c85f108949675858be0435a64cde2c 2661 
gce-compute-image-packages_20180510+dfsg1-0ubuntu3~14.04.0.dsc
 2b6e4a176afa87f5cea9bdc91

[ubuntu/trusty-proposed] gce-compute-image-packages 20180129+dfsg1-0ubuntu1~14.04.0 (Accepted)

2018-02-05 Thread Balint Reczey
gce-compute-image-packages (20180129+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  [ Balint Reczey ]
  * Override false positive maintainer-script-empty Lintian warning
  * Suggest libpam-cracklib instead of recommending it
libpam-cracklib was not installed on cloud images before due to using
--no-install-recommends when installing gce-compute-image-packages, but this
state could have been surprising for users. (LP: #1741989)
  * New upstream version 20180129+dfsg1 (LP: #1746588)
- Close socket connections when requesting metadata.
- Change the OS Login uid restriction to allow uid 1000.
- Improve hostname setting, including restarting rsyslog
  * Backport to Trusty

  [ Zach Marano from Google Cloud Team ]
  * Update symlink to shared library with updated revision
  * Depend on rsyslog
  * Force IPv4 for Debian apt configs

Date: Wed, 31 Jan 2018 20:14:23 +0100
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20180129+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Wed, 31 Jan 2018 20:14:23 +0100
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20180129+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1741989 1746588
Changes:
 gce-compute-image-packages (20180129+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   [ Balint Reczey ]
   * Override false positive maintainer-script-empty Lintian warning
   * Suggest libpam-cracklib instead of recommending it
 libpam-cracklib was not installed on cloud images before due to using
 --no-install-recommends when installing gce-compute-image-packages, but 
this
 state could have been surprising for users. (LP: #1741989)
   * New upstream version 20180129+dfsg1 (LP: #1746588)
 - Close socket connections when requesting metadata.
 - Change the OS Login uid restriction to allow uid 1000.
 - Improve hostname setting, including restarting rsyslog
   * Backport to Trusty
 .
   [ Zach Marano from Google Cloud Team ]
   * Update symlink to shared library with updated revision
   * Depend on rsyslog
   * Force IPv4 for Debian apt configs
Checksums-Sha1:
 db0a9e194cce0e78ac0763c7d138351d6071a197 2625 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.dsc
 b0dfa315defc6ffd3f22833ff0ea1f6a786ee6d6 95396 
gce-compute-image-packages_20180129+dfsg1.orig.tar.xz
 674b019774b6f3c05df7845bccac37aea0a0e7c5 6904 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 2e45d3129a8ba71a52d72180bc84854682eff740 9228 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Checksums-Sha256:
 6e020bcc650b0a0c892f1a1d80f4f65148ced8a357eac69cb6603f40f4529a3f 2625 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.dsc
 031f0fa2401b097b1bbdb32b97ca9acab9a8a10e6251af0ec618c31b37307250 95396 
gce-compute-image-packages_20180129+dfsg1.orig.tar.xz
 cccb0dfe155a3f0de7dc6d78c29e22f5e30e86897ddc88af9da51a4a7b1c5575 6904 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 9133e46a079ed18d7f0a985a4d2c5c464d8f36cf0be09d185de6060e55cc9ec2 9228 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Files:
 15c2328a4aa3d9867b48e7c200d4bc11 2625 admin optional 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.dsc
 b78c1ccc79b2cbb18cbf40fd9bfef847 95396 admin optional 
gce-compute-image-packages_20180129+dfsg1.orig.tar.xz
 89f6388767d9333c9608612f76dfb59e 6904 admin optional 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
 717eaf8e08034e31494e04c81f47d0f8 9228 admin optional 
gce-compute-image-packages_20180129+dfsg1-0ubuntu1~14.04.0_source.buildinfo
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20171129+dfsg1-0ubuntu1~14.04.0 (Accepted)

2017-12-05 Thread Balint Reczey
gce-compute-image-packages (20171129+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  [ Balint Reczey ]
  * Add minimal debian/google-compute-engine-oslogin.prerm to fix upgrades
(LP: #1733878)
  * New upstream version 20171129+dfsg1
- Generate SSH host keys when none are present.
- Improve logging when activating OS Login.
- Fix parsing logic for expiration time on SSH public keys.
- Fix home directory creation PAM config.
  * Update symlink to shared library with updated revision
  * Use -I/usr/include/json-c for building tests
  * Backport to Trusty (LP: #1735793)
- Retain the delta between devel and trusty as those are necessary for the
  package to build and work.
- Revert adding systemd as valid ntp daemon

  [ Ludovic Gasc ]
  * Add systemd as valid ntp daemon

Date: Tue, 05 Dec 2017 14:16:22 +0100
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20171129+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Tue, 05 Dec 2017 14:16:22 +0100
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20171129+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1733878 1735793
Changes:
 gce-compute-image-packages (20171129+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   [ Balint Reczey ]
   * Add minimal debian/google-compute-engine-oslogin.prerm to fix upgrades
 (LP: #1733878)
   * New upstream version 20171129+dfsg1
 - Generate SSH host keys when none are present.
 - Improve logging when activating OS Login.
 - Fix parsing logic for expiration time on SSH public keys.
 - Fix home directory creation PAM config.
   * Update symlink to shared library with updated revision
   * Use -I/usr/include/json-c for building tests
   * Backport to Trusty (LP: #1735793)
 - Retain the delta between devel and trusty as those are necessary for the
   package to build and work.
 - Revert adding systemd as valid ntp daemon
 .
   [ Ludovic Gasc ]
   * Add systemd as valid ntp daemon
Checksums-Sha1:
 117f8b43a7cfe610dbf98d57cdc775d22d509dfe 2625 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.dsc
 ce81faaabd994ea266dc38776b6537b4c42fca68 95224 
gce-compute-image-packages_20171129+dfsg1.orig.tar.xz
 70f24377165aa755dd713d7d577d3d53c4702cb4 6536 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Checksums-Sha256:
 6a2b3d4f7a735ab508ff36071ce5fb0de5577833a9c7301a74c572ad19afc020 2625 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.dsc
 98971002924dd58ee2cc3813987c382087d79d11fe5a79b851ce1ab7abe00f9a 95224 
gce-compute-image-packages_20171129+dfsg1.orig.tar.xz
 dcabdd660058e4f599eda7976c824b8a2c8adb80349309b22ad59874387f93eb 6536 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Files:
 fa6f9ff908f5c703d7ff9d5468454cc5 2625 admin optional 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.dsc
 87f83c4287c67beb74d080ed53c0f19d 95224 admin optional 
gce-compute-image-packages_20171129+dfsg1.orig.tar.xz
 d5cdb1c1608a49c777a46940f921c72d 6536 admin optional 
gce-compute-image-packages_20171129+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] hibagent 1.0.1-0ubuntu1~14.04.1 (Accepted)

2017-11-20 Thread Balint Reczey
hibagent (1.0.1-0ubuntu1~14.04.1) trusty; urgency=medium

  * Rebuild for Trusty (LP: #1733353)
  * Depend on pm-utils
  * Don't apply obsolete fix-path-of-hibagent-in-tests.patch
  * Let tests fail during the build

hibagent (1.0.1-0ubuntu1) bionic; urgency=medium

  * Build-depend on python3-all, it is needed by pybuild
  * Build-depend on python3-pytest to enable build-time tests
  * Drop debian/conffiles, files under /etc/ are marked as such automatically
  * Update maintainer according to Ubuntu processes
  * Fix typo: hybagent -> hibagent
  * Adjust path of hibagent to let tests be run Debian's way
  * Drop obsolete fields from d/control
  * Install init script properly
  * Fix too long line in Description
  * Add debian/copyright
  * Source /lib/lsb/init-functions in init script
  * Drop bogus Lintian override
  * Depend on lsb-base
  * Add debian/TODO with some items
  * Detect hibernation method and add support for systemd
  * Remove bashism and switch to system's sh in init script
  * Add LSB init info to init script
  * Drop pm-utils dependency
  * Fix enable-ec2-spot-hibernation command and disable starting hibagent by
default.
  * Switch default packaging branch to ubuntu-devel.
This makes using Ubuntu-style version numbers in the packaging branch less
confusing.
  * Fix upstream's version number
  * Drop pyremove which is obsolete for the package

hibagent (1.0.0-1) unstable; urgency=medium

  * Initial release.

Date: Mon, 20 Nov 2017 17:33:36 +0100
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/hibagent/1.0.1-0ubuntu1~14.04.1
Format: 1.8
Date: Mon, 20 Nov 2017 17:33:36 +0100
Source: hibagent
Binary: hibagent
Architecture: source
Version: 1.0.1-0ubuntu1~14.04.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 hibagent   - Agent that triggers hibernation on EC2 instances
Launchpad-Bugs-Fixed: 1733353
Changes:
 hibagent (1.0.1-0ubuntu1~14.04.1) trusty; urgency=medium
 .
   * Rebuild for Trusty (LP: #1733353)
   * Depend on pm-utils
   * Don't apply obsolete fix-path-of-hibagent-in-tests.patch
   * Let tests fail during the build
 .
 hibagent (1.0.1-0ubuntu1) bionic; urgency=medium
 .
   * Build-depend on python3-all, it is needed by pybuild
   * Build-depend on python3-pytest to enable build-time tests
   * Drop debian/conffiles, files under /etc/ are marked as such automatically
   * Update maintainer according to Ubuntu processes
   * Fix typo: hybagent -> hibagent
   * Adjust path of hibagent to let tests be run Debian's way
   * Drop obsolete fields from d/control
   * Install init script properly
   * Fix too long line in Description
   * Add debian/copyright
   * Source /lib/lsb/init-functions in init script
   * Drop bogus Lintian override
   * Depend on lsb-base
   * Add debian/TODO with some items
   * Detect hibernation method and add support for systemd
   * Remove bashism and switch to system's sh in init script
   * Add LSB init info to init script
   * Drop pm-utils dependency
   * Fix enable-ec2-spot-hibernation command and disable starting hibagent by
 default.
   * Switch default packaging branch to ubuntu-devel.
 This makes using Ubuntu-style version numbers in the packaging branch less
 confusing.
   * Fix upstream's version number
   * Drop pyremove which is obsolete for the package
 .
 hibagent (1.0.0-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1:
 de8447d50f8602309b7a557144254c041b80b731 1859 
hibagent_1.0.1-0ubuntu1~14.04.1.dsc
 b8c10fb29814f3f94d1f91a96d9885510a4e98ba 4944 
hibagent_1.0.1-0ubuntu1~14.04.1.debian.tar.xz
Checksums-Sha256:
 dd563d3b8d88bd92cef3fbbe1522eb24c333bb0f6f34405a48b93af89a8bf6e8 1859 
hibagent_1.0.1-0ubuntu1~14.04.1.dsc
 04f352b8ecffebc449fd6797d80973d8609c261067ce5eea8bbfcae96751fa1b 4944 
hibagent_1.0.1-0ubuntu1~14.04.1.debian.tar.xz
Files:
 31020416651648a8d05a404fc9d73743 1859 utils optional 
hibagent_1.0.1-0ubuntu1~14.04.1.dsc
 94e108b8579d16d13954b4fd2d428394 4944 utils optional 
hibagent_1.0.1-0ubuntu1~14.04.1.debian.tar.xz
Original-Maintainer: Aleksei Besogonov 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20171019+dfsg1-0ubuntu1~14.04.0 (Accepted)

2017-10-26 Thread Balint Reczey
gce-compute-image-packages (20171019+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  [ Balint Reczey ]
  * New upstream version 20171019+dfsg1 (LP: #1726810)
- Add status option for google_oslogin_control
- OS Login activation via the accounts daemon
  * Tidy up d/control with the help of cme fix dpkg-control
  * Update symlink to shared library with updated minor version
  * Change package priority to optional from extra
  * Add debhelper token to prerm

  [ Zach Marano from Google Cloud Team ]
  * Depend on chrony | ntp | time-daemon instead of just ntp
  * Move all service activation handling to
gce-compute-image-packages.{postinst|prerm}
  * Make google-compute-engine depend on google-compute-engine-oslogin

  [ Łukasz 'sil2100' Zemczak ]
  * Backport to trusty.
- Retain the delta between devel and trusty as those are necessary for the
  package to build and work.

Date: Tue, 24 Oct 2017 16:35:46 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
Signed-By: Łukasz Zemczak 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20171019+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Tue, 24 Oct 2017 16:35:46 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20171019+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1726810
Changes:
 gce-compute-image-packages (20171019+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   [ Balint Reczey ]
   * New upstream version 20171019+dfsg1 (LP: #1726810)
 - Add status option for google_oslogin_control
 - OS Login activation via the accounts daemon
   * Tidy up d/control with the help of cme fix dpkg-control
   * Update symlink to shared library with updated minor version
   * Change package priority to optional from extra
   * Add debhelper token to prerm
 .
   [ Zach Marano from Google Cloud Team ]
   * Depend on chrony | ntp | time-daemon instead of just ntp
   * Move all service activation handling to
 gce-compute-image-packages.{postinst|prerm}
   * Make google-compute-engine depend on google-compute-engine-oslogin
 .
   [ Łukasz 'sil2100' Zemczak ]
   * Backport to trusty.
 - Retain the delta between devel and trusty as those are necessary for the
   package to build and work.
Checksums-Sha1:
 99344839ba8b17c9809c661f7242e7d9904f29b0 2267 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.dsc
 7ca689275d9caabed587786fe3fea23a0d2d70ba 94796 
gce-compute-image-packages_20171019+dfsg1.orig.tar.xz
 53cde275d0ee21e9d49c7c983bf0c8fc66a3ff00 6020 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Checksums-Sha256:
 d3fdad13340550956dc87bf6be749c846f34091a87cd569a0fc5f353060b2a7d 2267 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.dsc
 9acceb46aef0bb0da41b29b367dac8f9e91108aed3f4f25715b7ea304b75720a 94796 
gce-compute-image-packages_20171019+dfsg1.orig.tar.xz
 095e2d700b82b77152bdabe9a81194789169c1b2e1f3db7794e8b4d42f11adc2 6020 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Files:
 71fa6d3419dcb0292f35bbe748e1256c 2267 admin optional 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.dsc
 1cdfde0c016258399e9ac64ba1158370 94796 admin optional 
gce-compute-image-packages_20171019+dfsg1.orig.tar.xz
 d880745d6fe073e424728abbf15caf31 6020 admin optional 
gce-compute-image-packages_20171019+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20171006+dfsg1-0ubuntu1~14.04.0 (Accepted)

2017-10-18 Thread Balint Reczey
gce-compute-image-packages (20171006+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  [ Balint Reczey ]
  * List current packaging repository in debian/control
  * New upstream version 20171006+dfsg1 (LP: #1722356)
- Fix system hang during VM shutdown
- JSON parser accepts string types for int64 values
  * Update symlink to shared library with updated patch version

  [ Łukasz 'sil2100' Zemczak ]
  * Backport to trusty.
- Retain the delta between devel and trusty as those are necessary for the
  package to build and work.

Date: Mon, 09 Oct 2017 19:16:04 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
Signed-By: Łukasz Zemczak 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20171006+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Mon, 09 Oct 2017 19:16:04 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20171006+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1722356
Changes:
 gce-compute-image-packages (20171006+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   [ Balint Reczey ]
   * List current packaging repository in debian/control
   * New upstream version 20171006+dfsg1 (LP: #1722356)
 - Fix system hang during VM shutdown
 - JSON parser accepts string types for int64 values
   * Update symlink to shared library with updated patch version
 .
   [ Łukasz 'sil2100' Zemczak ]
   * Backport to trusty.
 - Retain the delta between devel and trusty as those are necessary for the
   package to build and work.
Checksums-Sha1:
 07c93c584a2c0bdb84b174d59065aaf3fe6d1663 2258 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.dsc
 697018b82f23066a90f918a97091598956d29364 93416 
gce-compute-image-packages_20171006+dfsg1.orig.tar.xz
 c05f9f1af7ec72907a16342581a85eda72bcb7e6 5600 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Checksums-Sha256:
 eb838decfe1e229acb5936f82b6bc1541180634d562d755db29e4161f740fa34 2258 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.dsc
 2b5e5e9672a7fd1c8914a2b5733b211b0b59b1f4c8a638fda8c47802ef0007cc 93416 
gce-compute-image-packages_20171006+dfsg1.orig.tar.xz
 c5a4c1bed43b05815ea14456cd2fbb3153df471e4ffe181c3bd33e0a54c1d167 5600 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Files:
 ddbc3d8000ccabb71fdd1c89a24809b7 2258 admin extra 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.dsc
 7701bd9d3a71e2fa0d71c28d98de05c3 93416 admin extra 
gce-compute-image-packages_20171006+dfsg1.orig.tar.xz
 58d2c7d152e2589b4c71f079f5b23eea 5600 admin extra 
gce-compute-image-packages_20171006+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20170921+dfsg1-0ubuntu1~14.04.0 (Accepted)

2017-10-05 Thread Balint Reczey
gce-compute-image-packages (20170921+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium

  [ Łukasz 'sil2100' Zemczak ]
  * Backport to xenial (LP: #1718922).
- Retain the delta between devel and trusty as those are necessary for the
  package to build and work.

  [ Balint Reczey ]
  * New upstream version 20170921+dfsg1
  * Exclude upstream's debian/ directory to not interact with packaging
  * Repack orig source with +dfsg1 suffix
  * Ship sysctl configuration for Google-recommended kernel parameters
  * Update symlink to shared library with updated patch version
  * Make google-compute-engine-oslogin depend on openssh-server

  [ Google Cloud Team ]
  * Add DHCP exit hook script back into package.
  * Ship systemd preset

Date: Fri, 22 Sep 2017 01:35:35 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
Signed-By: Łukasz Zemczak 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20170921+dfsg1-0ubuntu1~14.04.0
Format: 1.8
Date: Fri, 22 Sep 2017 01:35:35 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20170921+dfsg1-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1718922
Changes:
 gce-compute-image-packages (20170921+dfsg1-0ubuntu1~14.04.0) trusty; 
urgency=medium
 .
   [ Łukasz 'sil2100' Zemczak ]
   * Backport to xenial (LP: #1718922).
 - Retain the delta between devel and trusty as those are necessary for the
   package to build and work.
 .
   [ Balint Reczey ]
   * New upstream version 20170921+dfsg1
   * Exclude upstream's debian/ directory to not interact with packaging
   * Repack orig source with +dfsg1 suffix
   * Ship sysctl configuration for Google-recommended kernel parameters
   * Update symlink to shared library with updated patch version
   * Make google-compute-engine-oslogin depend on openssh-server
 .
   [ Google Cloud Team ]
   * Add DHCP exit hook script back into package.
   * Ship systemd preset
Checksums-Sha1:
 b31b25699510bdebd45cff883b98c8f61cb1ac40 2084 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.dsc
 a9ec06ae6b87adf22b92f86a0cf7bafc7ad9bf4c 93156 
gce-compute-image-packages_20170921+dfsg1.orig.tar.xz
 432ca0a7964ceb2a3a3451ffe6744a1278d95961 5480 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Checksums-Sha256:
 6863760cc0cb9dc07b4db3f02039bd25467e2234e39ef28376c6841a50963e25 2084 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.dsc
 f51d7ee14442587a8e5dfbd26d0fe3924e4f83b64c9f91782b4c252c7d5c33b0 93156 
gce-compute-image-packages_20170921+dfsg1.orig.tar.xz
 1c5f9e773bd2ab71eae1d38f6a88bd5bc530e98d05c74389f1c6db125e1b5af6 5480 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Files:
 6ef8ec469a0b46efcd1499faf0eb7b40 2084 admin extra 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.dsc
 2bb611685733cb33dec47ac1f60f1857 93156 admin extra 
gce-compute-image-packages_20170921+dfsg1.orig.tar.xz
 44c34df77da64ae3df387cae0ba3ab1f 5480 admin extra 
gce-compute-image-packages_20170921+dfsg1-0ubuntu1~14.04.0.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20170622-0ubuntu1~14.04.1 (Accepted)

2017-07-11 Thread Balint Reczey
gce-compute-image-packages (20170622-0ubuntu1~14.04.1) trusty; urgency=medium

  * Fix installation of google-compute-engine-oslogin (LP: #1703647)
using patch cherry-picked from upstream

Date: Tue, 11 Jul 2017 19:00:07 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
Signed-By: Łukasz Zemczak 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20170622-0ubuntu1~14.04.1
Format: 1.8
Date: Tue, 11 Jul 2017 19:00:07 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20170622-0ubuntu1~14.04.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1703647
Changes:
 gce-compute-image-packages (20170622-0ubuntu1~14.04.1) trusty; urgency=medium
 .
   * Fix installation of google-compute-engine-oslogin (LP: #1703647)
 using patch cherry-picked from upstream
Checksums-Sha1:
 4ca4d89f16622911f1f1c77bd355bd1ce15eeffd 2042 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.dsc
 c9f6e19320ff5eb2dce0a9f4932da6192cddc817 5500 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.debian.tar.xz
Checksums-Sha256:
 36ac13128dc8c1fdbcff49a1ce84033d8503df9ad3ed02d2a372523e1efb9651 2042 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.dsc
 15e38e5593c9c5c7996e4f0964152833507265b1808e87b3d784474168a4ceb2 5500 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.debian.tar.xz
Files:
 80cbd1f3a7e8fcdf3524d29dff9cc859 2042 admin extra 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.dsc
 b9120247d3ad3ba0f57a3e7e6960b69f 5500 admin extra 
gce-compute-image-packages_20170622-0ubuntu1~14.04.1.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gce-compute-image-packages 20170622-0ubuntu1~14.04.0 (Accepted)

2017-07-04 Thread Balint Reczey
gce-compute-image-packages (20170622-0ubuntu1~14.04.0) trusty; urgency=medium

  [ Łukasz 'sil2100' Zemczak ]
  * Backport to trusty.
- Retain the delta between devel and trusty as those are necessary for the
  package to build and work.

  [ Balint Reczey ]
  * New upstream version 20170622 (LP: #1700027)
- Add Linux guest environment support for OS Login
  * Add google-compute-engine-oslogin binary package (LP: #1694571)

Date: Fri, 23 Jun 2017 10:42:27 +0200
Changed-By: Balint Reczey 
Maintainer: Ubuntu Developers 
Signed-By: Łukasz Zemczak 
https://launchpad.net/ubuntu/+source/gce-compute-image-packages/20170622-0ubuntu1~14.04.0
Format: 1.8
Date: Fri, 23 Jun 2017 10:42:27 +0200
Source: gce-compute-image-packages
Binary: gce-compute-image-packages python-google-compute-engine 
google-compute-engine-oslogin
Architecture: source
Version: 20170622-0ubuntu1~14.04.0
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Balint Reczey 
Description:
 gce-compute-image-packages - GCE's compute-image-packages for use in their 
guest environment
 google-compute-engine-oslogin - Google Compute Engine OS Login
 python-google-compute-engine - Python library for Google Compute Engine 
interaction
Launchpad-Bugs-Fixed: 1694571 1700027
Changes:
 gce-compute-image-packages (20170622-0ubuntu1~14.04.0) trusty; urgency=medium
 .
   [ Łukasz 'sil2100' Zemczak ]
   * Backport to trusty.
 - Retain the delta between devel and trusty as those are necessary for the
   package to build and work.
 .
   [ Balint Reczey ]
   * New upstream version 20170622 (LP: #1700027)
 - Add Linux guest environment support for OS Login
   * Add google-compute-engine-oslogin binary package (LP: #1694571)
Checksums-Sha1:
 28727ec81473e8282c90d0f3ab4feca1f97ab846 2042 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.dsc
 b9615a2dc26b71c51a56be450fe4af4cadb7ff10 87264 
gce-compute-image-packages_20170622.orig.tar.xz
 0fd5978c55423ae498fda2e2b552a9a7973c45da 5104 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.debian.tar.xz
Checksums-Sha256:
 523175daf192d659fbbd6868fe8163a02e5927d87718f9b2fd59ee94fc46910b 2042 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.dsc
 b4dc6d2e93ffc773d1cb2d6f67b23cd0d6f033f6c842359decee4e868b557c73 87264 
gce-compute-image-packages_20170622.orig.tar.xz
 5dceb81adcbf64443ea13ff1d2be277ebca7d80bea1e324984c2e6df0a904d8e 5104 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.debian.tar.xz
Files:
 0d11442e834a61092fe209fa59c910c6 2042 admin extra 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.dsc
 3b3ce959cda5ae91760c7e2e3aa490c8 87264 admin extra 
gce-compute-image-packages_20170622.orig.tar.xz
 23d60703875f189da780ba982b22fe46 5104 admin extra 
gce-compute-image-packages_20170622-0ubuntu1~14.04.0.debian.tar.xz
Original-Maintainer: Daniel Watkins 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes