diff -Nru ubuntu-drivers-common-0.4.4/debian/changelog ubuntu-drivers-common-0.4.5/debian/changelog --- ubuntu-drivers-common-0.4.4/debian/changelog 2015-04-10 10:47:52.000000000 +0000 +++ ubuntu-drivers-common-0.4.5/debian/changelog 2015-04-13 12:01:30.000000000 +0000 @@ -1,3 +1,11 @@ +ubuntu-drivers-common (1:0.4.5) vivid; urgency=medium + + * Call dh_systemd_enable after installing gpu-manager.service, so that the + unit actually gets enabled. Also quiesce the confusing error messages + about nonexisting binary package directories. (LP: #1443364) + + -- Martin Pitt Mon, 13 Apr 2015 07:01:15 -0500 + ubuntu-drivers-common (1:0.4.4) vivid; urgency=medium * debian/tests/system: Re-enable fglrx tests and update them for the diff -Nru ubuntu-drivers-common-0.4.4/debian/rules ubuntu-drivers-common-0.4.5/debian/rules --- ubuntu-drivers-common-0.4.4/debian/rules 2015-04-10 10:47:52.000000000 +0000 +++ ubuntu-drivers-common-0.4.5/debian/rules 2015-04-13 12:01:30.000000000 +0000 @@ -26,8 +26,8 @@ # on architectures where we build gpu-manager, install the systemd unit if [ -d debian/tmp/lib/systemd ]; then \ - dh_systemd_enable; \ dh_install -p ubuntu-drivers-common lib/systemd; \ + dh_systemd_enable -p ubuntu-drivers-common; \ fi # build dh_modaliases manpage