diff -Nru btrfs-progs-5.6/debian/changelog btrfs-progs-5.6/debian/changelog --- btrfs-progs-5.6/debian/changelog 2020-05-14 10:53:59.000000000 +0000 +++ btrfs-progs-5.6/debian/changelog 2020-05-14 10:53:59.000000000 +0000 @@ -1,6 +1,7 @@ -btrfs-progs (5.6-1~ppa16.04+1) xenial; urgency=medium +btrfs-progs (5.6-1~ppa16.04+2) xenial; urgency=medium * Backport from Debian Unstable, lowering dh build-dep. + * Remove dh_missing, it doesn't exist in Xenial. -- Nicolas Derive Thu, 14 May 2020 12:53:59 +0200 diff -Nru btrfs-progs-5.6/debian/rules btrfs-progs-5.6/debian/rules --- btrfs-progs-5.6/debian/rules 2020-04-05 20:32:26.000000000 +0000 +++ btrfs-progs-5.6/debian/rules 2020-05-14 10:53:59.000000000 +0000 @@ -41,7 +41,7 @@ override_dh_install: dh_install - dh_missing --list-missing +# dh_missing --list-missing override_dh_auto_clean: if test -f Makefile.inc; then \