From 531fca58c17be1106d6d90e55315ac8ee7086435 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Wed, 8 Jan 2014 14:11:13 -0700 Subject: Import patches-unapplied version 1.3.2-0ubuntu7 to ubuntu/trusty-proposed Imported using git-ubuntu import. Changelog parent: 752c41b017ad0da01408cd8af5eb019b3004b81d New changelog entries: * debian/rules: Update for new upstream location. * debian/control: Updated the standards version from 3.9.3 to 3.9.4 * updated the description on walinuxagent-datasaver (LP: #1266545) --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a66fee..290a7db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +walinuxagent (1.3.2-0ubuntu7) trusty; urgency=low + + * debian/rules: Update for new upstream location. + * debian/control: Updated the standards version from 3.9.3 to 3.9.4 + * updated the description on walinuxagent-datasaver (LP: #1266545) + + -- Ben Howard Wed, 08 Jan 2014 14:11:13 -0700 + walinuxagent (1.3.2-0ubuntu5) saucy; urgency=low * disable ephemeral disk formating by default (LP: #1231490) diff --git a/debian/control b/debian/control index 7d2ac0f..a58fe4f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Ben Howard XSBC-Original-Maintainer: Microsoft Corporation Build-Depends: debhelper (>= 8), python-all -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 XS-Python-Version: all Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 @@ -30,7 +30,7 @@ Package: walinuxagent-data-saver Architecture: amd64 i386 Depends: ${misc:Depends} Description: Helper package which ensures safe upgrade for walinuxagent - Early versions of walinuxagent contained a bug the deleted configuration and - data on reconfiguration or upgrade. + Early versions of walinuxagent contained a bug that caused the walinuxagent + and sudo configurations to be removed on reconfiguration or upgrade. . This package is used to ensure safe upgrades. diff --git a/debian/rules b/debian/rules index cbb7be8..b54cee2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') -ORIG_SRC=https://github.com/Windows-Azure/WALinuxAgent +ORIG_SRC=https://github.com/WindowsAzure/WALinuxAgent get-packaged-orig-source: git clone --separate-git-dir=.git \ -- cgit v1.2.3