diff -Nru software-properties-0.96.18/debian/changelog software-properties-0.96.18ubuntu1/debian/changelog --- software-properties-0.96.18/debian/changelog 2016-03-01 12:52:49.000000000 -0600 +++ software-properties-0.96.18ubuntu1/debian/changelog 2016-03-08 07:26:11.000000000 -0600 @@ -1,3 +1,12 @@ +software-properties (0.96.18ubuntu1) xenial; urgency=medium + + * debian/control: LP: #831487 + - make unattended-upgrades a 'recommends', rather than a depends, + such that it can be easily removed, without removing a bunch of + other useful stuff + + -- Dustin Kirkland Tue, 08 Mar 2016 07:26:08 -0600 + software-properties (0.96.18) xenial; urgency=medium * Create a new tab for developer options and move the proposed source to it. diff -Nru software-properties-0.96.18/debian/control software-properties-0.96.18ubuntu1/debian/control --- software-properties-0.96.18/debian/control 2015-09-28 10:30:27.000000000 -0500 +++ software-properties-0.96.18ubuntu1/debian/control 2016-03-08 07:25:18.000000000 -0600 @@ -20,8 +20,8 @@ Section: python Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= - 0.6.20ubuntu16), python-pycurl, lsb-release, - unattended-upgrades, iso-codes + 0.6.20ubuntu16), python-pycurl, lsb-release, iso-codes +Recommends: unattended-upgrades Description: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software @@ -31,7 +31,8 @@ Section: python Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3, python3-apt (>= - 0.6.20ubuntu16), python3-pycurl, lsb-release, unattended-upgrades, iso-codes + 0.6.20ubuntu16), python3-pycurl, lsb-release, iso-codes +Recommends: unattended-upgrades Description: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software