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

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Wed Jul 9 09:04:44 UTC 2014


Author: tzafrir
Date: Wed Jul  9 09:04:44 2014
New Revision: 10502

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10502
Log:
Remove exec bit from modules (Closes: #714771).

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=10502&op=diff
==============================================================================
--- yate/trunk/debian/changelog	(original)
+++ yate/trunk/debian/changelog	Wed Jul  9 09:04:44 2014
@@ -7,6 +7,7 @@
   [ Tzafrir Cohen ]
   * Apply upstream patches to properly place files in multiarch pathes
     (Closes: #750272).
+  * Remove exec bit from modules (Closes: #714771).
 
  -- Mark Purcell <msp at debian.org>  Sat, 31 May 2014 15:59:44 +1000
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=10502&op=diff
==============================================================================
--- yate/trunk/debian/rules	(original)
+++ yate/trunk/debian/rules	Wed Jul  9 09:04:44 2014
@@ -29,6 +29,8 @@
 
 override_dh_install:
 	dh_install -XCOPYING -XChangeLog -Xamrnbcodec.conf -Xh323chan.conf --fail-missing
+	chmod a-x $(CURDIR)/debian/*/usr/lib/*/yate/*.yate \
+		$(CURDIR)/debian/*/usr/lib/*/yate/*/*.yate
 
 get-orig-source:
 	@@dh_testdir




More information about the Pkg-voip-commits mailing list