[Pkg-voip-commits] r9013 - in /opal/trunk/debian: clean rules

kilian at alioth.debian.org kilian at alioth.debian.org
Wed Jun 22 09:07:46 UTC 2011


Author: kilian
Date: Wed Jun 22 09:07:46 2011
New Revision: 9013

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9013
Log:
...on our way to a more clean rebuild. Still don't build through due to
samples/simple issue from upstream.

Modified:
    opal/trunk/debian/clean
    opal/trunk/debian/rules

Modified: opal/trunk/debian/clean
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/clean?rev=9013&op=diff
==============================================================================
--- opal/trunk/debian/clean (original)
+++ opal/trunk/debian/clean Wed Jun 22 09:07:46 2011
@@ -25,12 +25,4 @@
 plugins/video/H.261-vic/Makefile
 plugins/video/THEORA/Makefile
 revision.h
-samples/c_api/Makefile
-samples/callgen/Makefile
-samples/codectest/Makefile
-samples/faxopal/Makefile
-samples/ivropal/Makefile
-samples/opalecho/Makefile
-samples/opalmcu/Makefile
-samples/testpresent/Makefile
 src/codec/speex/libspeex/speex_config_types.h

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=9013&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Wed Jun 22 09:07:46 2011
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-DH_VERBOSE := 1
 
 DEBVERSION := $(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -34,6 +33,10 @@
 	ln -s lib* lib ; LD_LIBRARY_PATH=$(CURDIR)/lib samples/simple/obj*/simpleopal --help >/dev/null
 	rm lib
 
+override_dh_clean:
+	rm -rf html
+	dh_clean
+
 override_dh_strip:
 	dh_strip -a --dbg-package=libopal-dbg
 




More information about the Pkg-voip-commits mailing list