[mutt] 01/02: Use --builddirectory in debian/rules

Faidon Liambotis paravoid at moszumanska.debian.org
Tue Jul 5 12:27:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

paravoid pushed a commit to branch experimental
in repository mutt.

commit a315e23616a947e8ec43e7208ebb18651713014d
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Tue Jul 5 15:00:33 2016 +0300

    Use --builddirectory in debian/rules
    
    ...and remove the dh_auto_clean override as it's not needed anymore.
    Brorrowed by Víctor M. Jáquez L.'s mutt-kz debian/rules.
---
 debian/rules | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index dfed32a..816a952 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CFLAGS += -Wall
 CPPFLAGS += -I/usr/include/qdbm
 
 %:
-	dh $@  --with autoreconf
+	dh $@  --with autoreconf --builddirectory=debian/build
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -64,7 +64,3 @@ override_dh_installchangelogs:
 
 override_dh_fixperms:
 	dh_fixperms --exclude usr/bin/mutt_dotlock
-
-override_dh_auto_clean:
-	dh_auto_clean
-	-rm -f po/*.gmo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list