[Pkg-voip-commits] [pjproject] 33/42: extra files to remove after tests

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:56 UTC 2014


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

tzafrir pushed a commit to branch master-2.3
in repository pjproject.

commit 7b1b8250d427b02e64e4abaf6d81aba9a1699572
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Fri Oct 31 23:12:04 2014 +0200

    extra files to remove after tests
---
 debian/clean | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/clean b/debian/clean
index 1333a91..370876a 100644
--- a/debian/clean
+++ b/debian/clean
@@ -13,6 +13,7 @@ pjmedia/build/os-auto.mak
 pjmedia/include/pjmedia-codec/config_auto.h
 pjmedia/include/pjmedia/config_auto.h
 pjsip/build/os-auto.mak
+pjsip/build/pjsip-static-bench-x86_64-pc-linux-gnu-gcc.htm
 pjsip/include/pjsip/sip_autoconf.h
 third_party/build/os-auto.mak
 third_party/build/portaudio/os-auto.mak
diff --git a/debian/rules b/debian/rules
index 9dfa62d..24441d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ build:
 override_dh_auto_clean:
 	# Handle the case where the source tree is not configured.
 	if test -f build.mak; then make distclean; fi
+	# left-overs from the tests:
+	find tests/pjsua/ -name \*.pyc | xargs --no-run-if-empty rm
+	rm -rf tests/pjsua/logs/ tests/pjsua/wavs/
 
 override_dh_auto_configure:
 	cp debian/config_site.h pjlib/include/pj/

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



More information about the Pkg-voip-commits mailing list