diff -Nru phablet-tools-1.2+15.10.20151015/debian/changelog phablet-tools-1.2+15.10.20151103/debian/changelog --- phablet-tools-1.2+15.10.20151015/debian/changelog 2015-12-01 20:40:21.000000000 +0000 +++ phablet-tools-1.2+15.10.20151103/debian/changelog 2015-12-01 20:38:30.000000000 +0000 @@ -1,3 +1,17 @@ +phablet-tools (1.2+15.10.20151103-0ubuntu1) wily; urgency=medium + + [ Albert Astals Cid ] + * apt-get update too when installing packages + + -- Michal Sawicz Tue, 01 Dec 2015 21:27:43 +0100 + +phablet-tools (1.2+16.04.20151022-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * No-change rebuild. + + -- Robert Bruce Park Thu, 22 Oct 2015 18:25:11 +0000 + phablet-tools (1.2+15.10.20151015-0ubuntu1) wily; urgency=medium [ Robert Bruce Park ] diff -Nru phablet-tools-1.2+15.10.20151015/phablet-config phablet-tools-1.2+15.10.20151103/phablet-config --- phablet-tools-1.2+15.10.20151015/phablet-config 2015-10-15 20:31:12.000000000 +0000 +++ phablet-tools-1.2+15.10.20151103/phablet-config 2015-11-03 18:01:41.000000000 +0000 @@ -206,7 +206,10 @@ for ppa in args.ppa: sudo_shell(adb, sudocmd, 'add-apt-repository -y %s' % ppa) - if args.package_dir or args.ppa: + if args.package_dir or args.ppa or args.package: + if not is_remote_root(adb) and not args.remotepassword: + print('need the remote password (-r) for package operations') + sys.exit(1) sudo_shell(adb, sudocmd, 'apt-get update -qq') if args.package: