chiark / gitweb /
bugzilla-show: use HTTPS; drop warthogs and ubuntu
[bin.git] / dpkg-quilt-setup
index 291cac787ebcaae1f9113c6b568c285fcf5a7a81..76964d2072a82830c24cc94c68d16e6dda76ee09 100755 (executable)
@@ -3,6 +3,8 @@ set -e
 
 [ -d .pc ] && exit 0
 for patch in $(quilt series | tac); do
+       echo "Removing patch $patch"
        patch -p1 -R --no-backup-if-mismatch <"debian/patches/$patch"
+       echo
 done
 quilt push -a