From 39850b1cb427c27ed7d7261f2fca137a51dbd505 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 1 Sep 2013 04:28:44 +0000 Subject: [PATCH] Add debian/xen-linux-system-* to clean rules Like many other of our binary packages, dh_clean can miss this after a version bump. Not sure why it wasn't already inclued. svn path=/dists/trunk/linux/; revision=20549 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b8a4cee64..3a1a9ec80 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,7 @@ maintainerclean: clean: debian/control dh_testdir - rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc $$(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* + rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc $$(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/xen-linux-system-* dh_clean CONTROL_FILES = debian/changelog $(wildcard debian/templates/*.in)