[Pkg-voip-commits] r6758 - in /opensips/trunk/debian: ./ rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Feb 11 13:59:51 UTC 2009


Author: tzafrir-guest
Date: Wed Feb 11 13:59:51 2009
New Revision: 6758

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6758
Log:
* Set property mergeWithUpstream .
* 'clean' is also run before the tarball is extracted.

Modified:
    opensips/trunk/debian/   (props changed)
    opensips/trunk/debian/rules

Propchange: opensips/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: opensips/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/rules?rev=6758&op=diff
==============================================================================
--- opensips/trunk/debian/rules (original)
+++ opensips/trunk/debian/rules Wed Feb 11 13:59:51 2009
@@ -157,7 +157,9 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	$(MAKE) TLS=$(TLS) include_modules="$(ALL_MODULES)" clean
+	if [ -r Makefile ]; then \
+		$(MAKE) TLS=$(TLS) include_modules="$(ALL_MODULES)" clean; \
+	fi
 	rm -f cfg.tab.h
 	rm -f utils/opensipsunix/opensipsunix.o utils/opensipsunix/opensipsunix
 	rm -f utils/db_berkeley/bdb_recover.o utils/db_berkeley/bdb_recover




More information about the Pkg-voip-commits mailing list