From 29cad69e2e0e8c98c1b990e6d6b70e5d8c507beb Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 28 Jun 2012 16:48:18 -0400 Subject: [PATCH] packages/debian/rules: remove unused quilt section --- packages/debian/rules | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/debian/rules b/packages/debian/rules index a907b594..1739f4cf 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -12,16 +12,3 @@ DEB_DH_INSTALL_SOURCEDIR := debian/tmp cloud-init-fixups: install -d $(DEB_DESTDIR)/etc/rsyslog.d cp tools/21-cloudinit.conf $(DEB_DESTDIR)/etc/rsyslog.d/21-cloudinit.conf - -# You only need to run this immediately after checking out the package from -# revision control. -# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572204 -quilt-setup: - @[ ! -d .pc ] || { echo ".pc exists. remove it and re-run to start fresh"; exit 1; } - set -e; for patch in $$(quilt series | tac); do \ - patch -p1 -R --no-backup-if-mismatch <"debian/patches/$$patch"; \ - done - quilt push -a - -.PHONY: quilt-setup -