summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules2
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 <ben.howard@ubuntu.com> 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 <ben.howard@ubuntu.com>
XSBC-Original-Maintainer: Microsoft Corporation <walinuxagent@microsoft.com>
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 \