aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-06-17 16:15:06 +0100
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-11 07:41:12 -0700
commitc6392b3783b0692a8fc208e21a4c50ec76a484f1 (patch)
treead32b61a149613e2a400d0027494e2bbfadcdcd0 /debian/rules
parent618fa7d61afbaf6a31f049421acca3d023b12229 (diff)
UBUNTU: update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
[ Andy Whitcroft ] * initial import of the debian machinery from Maverick * enforcer -- move configuration series specific * abi-check -- be more forgiving of the ABI element type - LP: #576274 * debian -- fix modules.builtin naming after cleanup * debian -- fix distclean to be branch specific * pass LOCALVERSION= to kernel builds to suppress version suffix * debian -- add a full_build override * debian -- ensure the version number is clean [ Lee Jones ] * Enable perf to be more helpful when perf_<version> does not exist. - LP: #570500 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs. [ Tim Gardner ] * [Config] Added module inclusion support BugLink: http://bugs.launchpad.net/bugs/576274 BugLink: http://bugs.launchpad.net/bugs/570500 Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 999bc1df031..b167196328d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,8 @@ clean: debian/control
cp $(DEBIAN)/copyright debian/copyright
distclean: clean
- rm -rf debian.master/control debian.master/control.stub \
- debian.master/d-i/kernel-versions debian/changelog \
+ rm -rf $(DEBIAN)/control $(DEBIAN)/control.stub \
+ $(DEBIAN)/d-i/kernel-versions debian/changelog \
debian/control debian/control.stub debian/copyright
# Builds the image, arch headers and debug packages