diff -Nru apt-fast-1.8.3~137+git7b72bb7/debian/changelog apt-fast-1.8.3~137+git7b72bb7/debian/changelog --- apt-fast-1.8.3~137+git7b72bb7/debian/changelog 2016-03-24 18:56:26.000000000 +0000 +++ apt-fast-1.8.3~137+git7b72bb7/debian/changelog 2016-03-24 19:13:51.000000000 +0000 @@ -1,3 +1,9 @@ +apt-fast (1.8.3~137+git7b72bb7-0ubuntu1~ppa3~trusty1) trusty; urgency=low + + * Fix overridden targets' name. + + -- Saikrishna Arcot Thu, 24 Mar 2016 14:12:57 -0500 + apt-fast (1.8.3~137+git7b72bb7-0ubuntu1~ppa2~trusty1) trusty; urgency=low * Fix debian/rules to not use the makefile. diff -Nru apt-fast-1.8.3~137+git7b72bb7/debian/rules apt-fast-1.8.3~137+git7b72bb7/debian/rules --- apt-fast-1.8.3~137+git7b72bb7/debian/rules 2016-03-24 18:54:31.000000000 +0000 +++ apt-fast-1.8.3~137+git7b72bb7/debian/rules 2016-03-24 19:12:45.000000000 +0000 @@ -4,8 +4,8 @@ %: dh $@ --with bash-completion -dh_auto_build: +override_dh_auto_build: # Nothing to build -dh_auto_install: +override_dh_auto_install: # Nothing to install