Source: google-perftools Version: 2.5-2.2 Tags: patch When building google-perftools, cdbs emits the following message:
CDBS WARNING: simple-patchsys.mk is deprecated since 0.4.85 - please use source format 3.0 (quilt) instead In lieu of a diff, which would go out of date should the patchset change, here's a set of commands you can run to make the transition: mkdir debian/source echo '3.0 (quilt)' > debian/source/format find debian/patches -type f -not -name series | \ sed 's,debian/patches/,,' > debian/patches/series sed -i '/simple-patchsys\.mk/d' debian/rules