[Pkg-voip-commits] r1309 - in asterisk-spandsp-plugins/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Sun Feb 19 15:02:03 UTC 2006


Author: kilian
Date: 2006-02-19 15:01:59 +0000 (Sun, 19 Feb 2006)
New Revision: 1309

Modified:
   asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.install
   asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch
   asterisk-spandsp-plugins/trunk/debian/rules
Log:
prepare to ship new version. receive_fax is still up2date as is in SVN


Modified: asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.install
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.install	2006-02-18 22:46:37 UTC (rev 1308)
+++ asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.install	2006-02-19 15:01:59 UTC (rev 1309)
@@ -1,7 +1,7 @@
 app_rxfax.so usr/lib/asterisk/modules
 app_txfax.so usr/lib/asterisk/modules
-asterisk_faxreceive.conf etc/asterisk
-messages_de.mo usr/share/locale/de/LC_MESSAGES/asterisk-faxreceive.mo
-README usr/share/doc/asterisk-app-fax/README.receivefax
-receive_fax var/lib/asterisk/agi-bin
+debian/receive_fax/asterisk_faxreceive.conf etc/asterisk
+debian/receive_fax/messages_de.mo usr/share/locale/de/LC_MESSAGES/asterisk-faxreceive.mo
+debian/receive_fax/README usr/share/doc/asterisk-app-fax/README.receivefax
+debian/receive_fax/receive_fax var/lib/asterisk/agi-bin
 


Property changes on: asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: asterisk-spandsp-plugins/trunk/debian/rules
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/rules	2006-02-18 22:46:37 UTC (rev 1308)
+++ asterisk-spandsp-plugins/trunk/debian/rules	2006-02-19 15:01:59 UTC (rev 1309)
@@ -20,7 +20,7 @@
 	$(CC) $(CFLAGS) -shared -o app_dtmftotext.so app_dtmftotext.c -lspandsp
 	$(CC) $(CFLAGS) -shared -o app_rxfax.so app_rxfax.c -lspandsp
 	$(CC) $(CFLAGS) -shared -o app_txfax.so app_txfax.c -lspandsp
-	msgfmt -o messages_de.mo debian/receive_fax/messages_de.po
+	msgfmt -o debian/receive_fax/messages_de.mo debian/receive_fax/messages_de.po
 	touch build-stamp
 
 clean: clean-patched unpatch
@@ -29,7 +29,7 @@
 	dh_testroot
 	$(RM) build-stamp
 	$(RM) app_txfax.so app_rxfax.so app_dtmftotext.so
-	$(RM) messages_de.mo
+	$(RM) debian/receive_fax/messages_de.mo
 	dh_clean 
 
 install: build




More information about the Pkg-voip-commits mailing list