From 4d6fc8ac5eff7f062ae854c550f05038dfed639c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Oct 2010 12:55:07 +0300 Subject: [PATCH] Resorting the dh call to more common order. bzr revid: p_christ@hol.gr-20101019095507-a43bg04gq8crp7f5 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c533fe28505..36121571d8c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --with quilt + dh --with quilt ${@} override_dh_auto_clean: dh_auto_clean