[Pkg-voip-commits] r9635 - in /yate/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Apr 1 00:40:52 UTC 2012


Author: msp
Date: Sun Apr  1 00:40:51 2012
New Revision: 9635

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9635
Log:
debian/rules: remove subpacks from yate package

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/rules

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=9635&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sun Apr  1 00:40:51 2012
@@ -24,8 +24,9 @@
   * ACK NMU - Thanks Matthias & Gregor
   * configure --without-pwlib --without-openh323 - FTBFS
   * Disable --parallel
-
- -- Mark Purcell <msp at debian.org>  Sun, 01 Apr 2012 09:50:39 +1000
+  * debian/rules: remove subpacks from yate package
+
+ -- Mark Purcell <msp at debian.org>  Sun, 01 Apr 2012 10:35:08 +1000
 
 yate (2.2.0-1~dfsg-1.2) unstable; urgency=low
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=9635&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sun Apr  1 00:40:51 2012
@@ -31,7 +31,7 @@
 build-arch: build-arch-stamp
 build-arch-stamp: config.status
 	dh_testdir
-	$(MAKE) -s
+	$(MAKE)
 	touch $@
 
 build-indep: build-indep-stamp
@@ -72,7 +72,7 @@
 	dh_installexamples -a
 	dh_install -a --fail-missing
 	find $(subpacks) -name '*.yate' -type f  -printf '-name %f -o\n' \
-	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate-core \
+	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate \
 	  | xargs $(RM) -fv
 	find $(subpacks) -name '*.conf' -type f  -printf '-name %f -o\n' \
 	  | xargs | sed -e 's/ -o$$//' | xargs find $(CURDIR)/debian/yate-core \




More information about the Pkg-voip-commits mailing list