Hello, Attached you'll find a trivial patch that seems to work around the problem with reverse-patches running update-config.
Cheers, Christopher Martin
--- cdbs.orig/simple-patchsys.mk +++ cdbs.patched/simple-patchsys.mk @@ -140,7 +140,7 @@ if [ "$@" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "$@" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi - $(MAKE) -f debian/rules update-config + if [ "$@" != "reverse-patches" ] ; then $(MAKE) -f debian/rules update-config ; fi endif

