diff options
| author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> | 2017-09-04 10:27:07 +0200 |
|---|---|---|
| committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2017-09-04 09:38:24 +0000 |
| commit | 185ceb32fea5d5c2a43d7b6ee2a40228489055f4 (patch) | |
| tree | 2e1c9cc42510c4a922cf63fa265ec0e1945ec14b /debian | |
| parent | 43bdf9debe5377216aed0086bff2aad864f6ba82 (diff) | |
| download | vyos-walinuxagent-185ceb32fea5d5c2a43d7b6ee2a40228489055f4.tar.gz vyos-walinuxagent-185ceb32fea5d5c2a43d7b6ee2a40228489055f4.zip | |
Import patches-unapplied version 2.2.16-0ubuntu1 to ubuntu/artful-proposed
Imported using git-ubuntu import.
Changelog parent: 43bdf9debe5377216aed0086bff2aad864f6ba82
New changelog entries:
* New upstream release (LP: #1714299).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/patches/disable_import_test.patch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 453beee..cf0a1fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +walinuxagent (2.2.16-0ubuntu1) artful; urgency=medium + + * New upstream release (LP: #1714299). + + -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 04 Sep 2017 10:27:07 +0200 + walinuxagent (2.2.14-0ubuntu1) artful; urgency=medium * New upstream release (LP: #1701350). diff --git a/debian/patches/disable_import_test.patch b/debian/patches/disable_import_test.patch index cc69b6b..f51d77e 100644 --- a/debian/patches/disable_import_test.patch +++ b/debian/patches/disable_import_test.patch @@ -18,7 +18,7 @@ -Provisioning.RegenerateSshHostKeyPair=y +Provisioning.RegenerateSshHostKeyPair=n - # Supported values are "rsa", "dsa" and "ecdsa". + # Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto". Provisioning.SshHostKeyPairType=rsa @@ -36,14 +36,14 @@ Provisioning.AllowResetSysUser=n |
