[Pkg-voip-commits] [portaudio19] 59/114: Add override_dh_auto_clean rule.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:36 UTC 2016


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

bdrung pushed a commit to branch master
in repository portaudio19.

commit 7f6e1f526cb57c9a1241d9966bc700796351272a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Feb 21 21:56:05 2010 +0000

    Add override_dh_auto_clean rule.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7cd9a01..c6a61c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,11 @@ endif
 %:
 	dh $@
 
+override_dh_auto_clean:
+	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f bindings/cpp/Makefile ] || $(MAKE) distclean -C bindings/cpp
+	rm -f bindings/cpp/doc/Makefile bindings/cpp/libtool doc/html/*
+
 override_dh_auto_configure:
 	CFLAGS="$(CFLAGS)" ./configure --enable-cxx --prefix=/usr \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)

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



More information about the Pkg-voip-commits mailing list