[Pkg-voip-commits] r8102 - in /yate/trunk/debian: rules yate-qt4.dirs

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Feb 20 22:38:28 UTC 2010


Author: tzafrir-guest
Date: Sat Feb 20 22:38:28 2010
New Revision: 8102

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8102
Log:
* Remove unused yate-qt4.dirs
* Fixed removal of redudndant files (s/yate/yate-core/)

Removed:
    yate/trunk/debian/yate-qt4.dirs
Modified:
    yate/trunk/debian/rules

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=8102&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sat Feb 20 22:38:28 2010
@@ -117,7 +117,7 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-subpacks_names = alsa gtk2 mysql openh323 pgsql
+subpacks_names = alsa qt4 mysql openh323 pgsql
 subpacks = $(subpacks_names:%=$(CURDIR)/debian/yate-%)
 
 # Build architecture-dependent files here.
@@ -129,10 +129,10 @@
 	dh_installexamples -a
 	dh_install -a
 	find $(subpacks) -name '*.yate' -type f  -printf '-name %f -o\n' \
-	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate \
+	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate-core \
 	  | xargs $(RM) -fv
 	find $(subpacks) -name '*.conf' -type f  -printf '-name %f -o\n' \
-	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate \
+	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate-core \
 	  | xargs $(RM) -fv
 	dh_installinit -a
 	dh_installman -a




More information about the Pkg-voip-commits mailing list