[Pkg-voip-commits] r10350 - /ptlib/trunk/debian/rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Dec 15 13:50:02 UTC 2013


Author: msp
Date: Sun Dec 15 13:50:02 2013
New Revision: 10350

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10350
Log:
Releasing

Modified:
    ptlib/trunk/debian/rules

Modified: ptlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/rules?rev=10350&op=diff
==============================================================================
--- ptlib/trunk/debian/rules	(original)
+++ ptlib/trunk/debian/rules	Sun Dec 15 13:50:02 2013
@@ -12,21 +12,18 @@
 	dh $@ --parallel --with autotools_dev 
 
 override_dh_clean:
+	rm -fR debian/*debhelper.log
+	rm -fR html
 # Upstream currently are not shipping Makefile.in
 # thus we cannot distclean
 #	if [ -f Makefile ];then \
 #		$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world clean||true ; \
 #		$(MAKE) distclean || true ; \
 #	fi
-	rm -fR debian/*debhelper.log
-	rm -rf html
-	dh_clean
+#	dh_clean
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-oss --enable-v4l --disable-avc --disable-dc --enable-exceptions
-
-override_dh_auto_build:
-	dh_auto_build -- debugshared optshared 
 
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
@@ -42,7 +39,7 @@
 	rm -f debian/libpt-doc/usr/share/doc/libpt-doc/html/jquery.js
 	dh_link
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world clean
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world opt
 	#if (samples/hello_world/obj*/hello 2>/dev/null);then \
@@ -56,11 +53,6 @@
 	# make sure samples are clean before we install them into libpt-doc
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world clean
 	rm -rf samples/hello_world/obj_*
-
-print-version:
-	@@echo "Debian version:          $(DEBVERSION)"
-	@@echo "Upstream version:        $(UPVERSION)"
-	@@#echo "svn REV:                 $(REV)"
 
 get-orig-source:
 	@@dh_testdir




More information about the Pkg-voip-commits mailing list