[Pkg-voip-commits] r2827 - in asterisk-spandsp-plugins/trunk/debian: . receive_fax

Kilian Krause kilian at alioth.debian.org
Wed Dec 20 10:38:23 CET 2006


Author: kilian
Date: 2006-12-20 10:38:22 +0100 (Wed, 20 Dec 2006)
New Revision: 2827

Added:
   asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postinst
   asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postrm
Modified:
   asterisk-spandsp-plugins/trunk/debian/changelog
   asterisk-spandsp-plugins/trunk/debian/receive_fax/faxreceive.conf
   asterisk-spandsp-plugins/trunk/debian/receive_fax/receive_fax
Log:
* Fix reference of README in faxreceive.conf (Closes: #362309)
* Fix location of faxreceive.conf in receive_fax
* Fix missing counters folder causing script to choke (Closes: #366536)


Added: asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postinst
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postinst	2006-12-20 09:23:49 UTC (rev 2826)
+++ asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postinst	2006-12-20 09:38:22 UTC (rev 2827)
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+mkdir -p /var/lib/asterisk/faxreceive/counters
+chown -R asterisk:asterisk /var/lib/asterisk/faxreceive
+
+#DEBHELPER#
+

Added: asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postrm
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postrm	2006-12-20 09:23:49 UTC (rev 2826)
+++ asterisk-spandsp-plugins/trunk/debian/asterisk-app-fax.postrm	2006-12-20 09:38:22 UTC (rev 2827)
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "purge" ];then
+	rm -fR /var/lib/asterisk/faxreceive
+fi
+
+#DEBHELPER#

Modified: asterisk-spandsp-plugins/trunk/debian/changelog
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/changelog	2006-12-20 09:23:49 UTC (rev 2826)
+++ asterisk-spandsp-plugins/trunk/debian/changelog	2006-12-20 09:38:22 UTC (rev 2827)
@@ -2,8 +2,13 @@
 
   * NOT RELEASED YET
 
- -- Mark Purcell <msp at debian.org>  Sun, 22 Oct 2006 20:17:48 +0100
+  [ Kilian Krause ]
+  * Fix reference of README in faxreceive.conf (Closes: #362309)
+  * Fix location of faxreceive.conf in receive_fax
+  * Fix missing counters folder causing script to choke (Closes: #366536)
 
+ -- Kilian Krause <kilian at debian.org>  Wed, 20 Dec 2006 10:38:03 +0100
+
 asterisk-spandsp-plugins (0.0.20060218-2) unstable; urgency=low
 
   [ Kilian Krause ]

Modified: asterisk-spandsp-plugins/trunk/debian/receive_fax/faxreceive.conf
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/receive_fax/faxreceive.conf	2006-12-20 09:23:49 UTC (rev 2826)
+++ asterisk-spandsp-plugins/trunk/debian/receive_fax/faxreceive.conf	2006-12-20 09:38:22 UTC (rev 2827)
@@ -1,6 +1,6 @@
 
 #
-# See /usr/share/doc/asterisk-faxreceive/README for documentation.
+# See /usr/share/doc/asterisk-app-fax/README.receivefax/README for documentation.
 #
 # $Id: asterisk_faxreceive.conf 75 2005-09-04 10:52:23Z florz $
 #

Modified: asterisk-spandsp-plugins/trunk/debian/receive_fax/receive_fax
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/receive_fax/receive_fax	2006-12-20 09:23:49 UTC (rev 2826)
+++ asterisk-spandsp-plugins/trunk/debian/receive_fax/receive_fax	2006-12-20 09:38:22 UTC (rev 2827)
@@ -34,7 +34,7 @@
 use Locale::gettext;
 
 my $fax_counter_dir='/var/lib/asterisk/faxreceive/counters';
-my $config_file='/etc/asterisk/faxreceive.conf';
+my $config_file='/etc/asterisk/asterisk_faxreceive.conf/faxreceive.conf';
 
 $|=1;
 




More information about the Pkg-voip-commits mailing list