diff -Nru system-image-3.2+ubports+0~20170903193854.7~1.gbp3cb16e/debian/changelog system-image-3.2+ubports+0~20170903195701.8~1.gbp8e8fdd/debian/changelog --- system-image-3.2+ubports+0~20170903193854.7~1.gbp3cb16e/debian/changelog 2017-09-03 19:38:56.000000000 +0000 +++ system-image-3.2+ubports+0~20170903195701.8~1.gbp8e8fdd/debian/changelog 2017-09-03 19:57:02.000000000 +0000 @@ -1,6 +1,6 @@ -system-image (3.2+ubports+0~20170903193854.7~1.gbp3cb16e) vivid; urgency=medium +system-image (3.2+ubports+0~20170903195701.8~1.gbp8e8fdd) vivid; urgency=medium - ** SNAPSHOT build @3cb16e4a3aed324774ee6412618f2df418e9cfc5 ** + ** SNAPSHOT build @8e8fddfb3aadf979f8e8dfc5f227fa5e19235138 ** [ Marius Gripsgard ] * Return __untranslated__ key insted of __dict__ @@ -13,10 +13,11 @@ * Don't fail if serial cannot be found, this breaks the tests * Add option to disable device stats * Revert "Try to enable tests again" + * Add missing ; in useragent [ UBports build ] - -- UBports build Sun, 03 Sep 2017 21:38:56 +0200 + -- UBports build Sun, 03 Sep 2017 21:57:02 +0200 system-image (3.2+ubports) vivid; urgency=medium diff -Nru system-image-3.2+ubports+0~20170903193854.7~1.gbp3cb16e/systemimage/config.py system-image-3.2+ubports+0~20170903195701.8~1.gbp8e8fdd/systemimage/config.py --- system-image-3.2+ubports+0~20170903193854.7~1.gbp3cb16e/systemimage/config.py 2017-09-03 19:38:54.000000000 +0000 +++ system-image-3.2+ubports+0~20170903195701.8~1.gbp8e8fdd/systemimage/config.py 2017-09-03 19:57:00.000000000 +0000 @@ -35,7 +35,7 @@ SECTIONS = ('service', 'system', 'gpg', 'updater', 'hooks', 'dbus') USER_AGENT = ('Ubuntu System Image Upgrade Client: ' - 'device={0.device};channel={0.channel};build={0.build_number}' + 'device={0.device};channel={0.channel};build={0.build_number};' 'session={0.session};instance={0.instance}')