[Pkg-voip-commits] r9916 - in /asterisk-prompt-es/trunk/debian: changelog rules

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Thu Jul 19 09:24:29 UTC 2012


Author: maniac-guest
Date: Thu Jul 19 09:24:28 2012
New Revision: 9916

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9916
Log:
fix sound files perms. Thanks lintian.

Modified:
    asterisk-prompt-es/trunk/debian/changelog
    asterisk-prompt-es/trunk/debian/rules

Modified: asterisk-prompt-es/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-es/trunk/debian/changelog?rev=9916&op=diff
==============================================================================
--- asterisk-prompt-es/trunk/debian/changelog (original)
+++ asterisk-prompt-es/trunk/debian/changelog Thu Jul 19 09:24:28 2012
@@ -10,7 +10,7 @@
     - svn-buildpackage requires patch from http://bugs.debian.org/577140 .
   * Standards version 3.9.3, debhelper 8, dep5, and such.  
   * Moving files to /usr/share/asterisk/sounds/es_ES_Voipnovatos
-  * Properly place sounds files.
+  * Properly place ands fix perms sounds files.
 
   [ Tzafrir Cohen ]
   * sounds/es and sounds/es_ES are now alternatives.
@@ -22,7 +22,7 @@
   * A @debian.org address.
   * Dpkg v.3 format.
 
- -- Victor Seva <linuxmaniac at torreviejawireless.org>  Thu, 19 Jul 2012 10:30:02 +0200
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Thu, 19 Jul 2012 11:22:37 +0200
 
 asterisk-prompt-es (1.4-1) unstable; urgency=low
 

Modified: asterisk-prompt-es/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-es/trunk/debian/rules?rev=9916&op=diff
==============================================================================
--- asterisk-prompt-es/trunk/debian/rules (original)
+++ asterisk-prompt-es/trunk/debian/rules Thu Jul 19 09:24:28 2012
@@ -25,6 +25,18 @@
 		wget -q -c $(BASE_URL)/$(UP_NAME)-$*-$(UP_VER_REAL).tar.gz
 	ln -fs $(UP_NAME)-$*-$(UP_VER_REAL).tar.gz $@
 
+binary-install/asterisk-prompt-es-voipnovatos-alaw::
+	@echo Fix sound files perms
+	find alaw -name '*.alaw' -exec chmod 06444 {} \;
+
+binary-install/asterisk-prompt-es-voipnovatos-gsm::
+	@echo Fix sound files perms
+	find gsm -name '*.gsm' -exec chmod 06444 {} \;
+
+binary-install/asterisk-prompt-es-voipnovatos-g729::
+	@echo Fix sound files perms
+	find g729 -name '*.g729' -exec chmod 06444 {} \;
+
 print-version:
 	@echo formats: $(FORMATS)
 	@echo package: $(DEB_SOURCE_PACKAGE)




More information about the Pkg-voip-commits mailing list