tags 350141 patch thanks Debian diff.gz files don't have timestamps in the patch headers, so the patched 'configure' may or may not get a timestamp newer than the files it was generated from (some of which are also patched). A simple workaround follows.
--- debian/rules
+++ debian/rules
@@ -8,5 +8,8 @@
USR = debian/gtk2-engines-gtk-qt/usr
+clean::
+ sleep 1; touch --no-create configure
+
install/gtk2-engines-gtk-qt::
rm -r $(USR)/lib/menu $(USR)/share/applications
signature.asc
Description: Digital signature

