[Pkg-voip-commits] r1206 - asterisk/trunk/debian

Kilian Krause kilian at costa.debian.org
Sat Jan 28 21:02:08 UTC 2006


Author: kilian
Date: 2006-01-28 21:02:07 +0000 (Sat, 28 Jan 2006)
New Revision: 1206

Added:
   asterisk/trunk/debian/asterisk.default
Removed:
   asterisk/trunk/debian/asterisk-bristuff.default
   asterisk/trunk/debian/asterisk-classic.default
Modified:
   asterisk/trunk/debian/asterisk-bristuff.install
   asterisk/trunk/debian/control
   asterisk/trunk/debian/postinst
   asterisk/trunk/debian/rules
Log:
complete fixing compilation of asterisk-bristuff


Deleted: asterisk/trunk/debian/asterisk-bristuff.default
===================================================================
--- asterisk/trunk/debian/asterisk-bristuff.default	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/asterisk-bristuff.default	2006-01-28 21:02:07 UTC (rev 1206)
@@ -1,25 +0,0 @@
-# This file allows you to alter the configuration of the Asterisk
-# init.d script
-#
-# RUNASTERISK: run asterisk upon boot. Should be set to "yes" once you have
-#              setup your configuration.
-RUNASTERISK=no
-#
-#
-# AST_REALTIME: if set to anything other than "no", asterisk will run in 
-#               real-time priority (pass '-p' to asterisk). un-rem the 
-#               following line to disable asterisk from running in real-time 
-#               priority
-#AST_REALTIME=yes
-#
-# PARAMS: extra parameters to pass to asterisk
-#         The example here may help you in debugging, but is 
-#         *not**intended**for**production**use*.
-#         When you give -G *only* that group will be used,
-#         else all groups of the asterisk user.
-#PARAMS="-g -vvv"
-#
-#
-# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
-#             crash)
-#RUNASTSAFE=yes

Modified: asterisk/trunk/debian/asterisk-bristuff.install
===================================================================
--- asterisk/trunk/debian/asterisk-bristuff.install	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/asterisk-bristuff.install	2006-01-28 21:02:07 UTC (rev 1206)
@@ -1,4 +1,4 @@
-bristuff/etc/default
-bristuff/usr/lib/asterisk
-bristuff/usr/sbin
-bristuff/var/lib/asterisk
+etc/default
+usr/lib/asterisk
+usr/sbin
+var/lib/asterisk

Deleted: asterisk/trunk/debian/asterisk-classic.default
===================================================================
--- asterisk/trunk/debian/asterisk-classic.default	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/asterisk-classic.default	2006-01-28 21:02:07 UTC (rev 1206)
@@ -1,25 +0,0 @@
-# This file allows you to alter the configuration of the Asterisk
-# init.d script
-#
-# RUNASTERISK: run asterisk upon boot. Should be set to "yes" once you have
-#              setup your configuration.
-RUNASTERISK=no
-#
-#
-# AST_REALTIME: if set to anything other than "no", asterisk will run in 
-#               real-time priority (pass '-p' to asterisk). un-rem the 
-#               following line to disable asterisk from running in real-time 
-#               priority
-#AST_REALTIME=yes
-#
-# PARAMS: extra parameters to pass to asterisk
-#         The example here may help you in debugging, but is 
-#         *not**intended**for**production**use*.
-#         When you give -G *only* that group will be used,
-#         else all groups of the asterisk user.
-#PARAMS="-g -vvv"
-#
-#
-# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
-#             crash)
-#RUNASTSAFE=yes

Copied: asterisk/trunk/debian/asterisk.default (from rev 1205, asterisk/trunk/debian/asterisk-bristuff.default)

Modified: asterisk/trunk/debian/control
===================================================================
--- asterisk/trunk/debian/control	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/control	2006-01-28 21:02:07 UTC (rev 1206)
@@ -9,7 +9,7 @@
 Package: asterisk
 Architecture: all
 Section: comm
-Depends: asterisk-classic (= ${Source-Version})|asterisk-bristuff (= ${Source-Version}), asterisk-sounds-main (>= 1:1.0.2), asterisk-config (= ${Source-Version}) | asterisk-config-custom
+Depends: asterisk-classic (= ${Source-Version})|asterisk-bristuff (= ${Source-Version}), asterisk-sounds-main (>= 1:1.0.2), asterisk-config (= ${Source-Version}) | asterisk-config-custom, adduser (>= 3.63)
 Conflicts: asterisk-oh323 (<= 0.6.6pre3-3)
 Suggests: gnomemeeting, ohphone, kphone, asterisk-doc, asterisk-dev, asterisk-rate-engine, mpg123
 Description: Open Source Private Branch Exchange (PBX) - dummy package

Modified: asterisk/trunk/debian/postinst
===================================================================
--- asterisk/trunk/debian/postinst	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/postinst	2006-01-28 21:02:07 UTC (rev 1206)
@@ -36,7 +36,7 @@
 	chmod 0660 /etc/asterisk/*.conf
 
 	# doing web-vmail foo...
-	chown asterisk.www-data /etc/asterisk/voicemail.conf
+	chown asterisk:www-data /etc/asterisk/voicemail.conf
 	chmod 0640 /etc/asterisk/voicemail.conf
 
     ;;

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2006-01-28 19:36:51 UTC (rev 1205)
+++ asterisk/trunk/debian/rules	2006-01-28 21:02:07 UTC (rev 1206)
@@ -167,6 +167,8 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
+	-$(RM) -f $(CURDIR)/debian/asterisk-doc/usr/share/doc/asterisk-doc/README.cygwin
+	-$(RM) -f $(CURDIR)/debian/asterisk/usr/share/doc/asterisk-doc/README.cygwin
 	dh_installman *.[1-8] debian/*.1 debian/*.8
 	dh_installexamples -i -XCVS
 	dh_installcron -i
@@ -185,18 +187,19 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installdocs -a
+	dh_installman *.[1-8] debian/*.1 debian/*.8
 	dh_installexamples -a -XCVS
 	dh_installlogrotate -a
 	dh_installinit -a -- defaults 21
 	dh_installchangelogs ChangeLog -a
 	dh_strip -a
 	dh_link -a
-	dh_compress -a
+	dh_compress -a debian/asterisk-bristuff/usr/share/man/man8/rasterisk.8 \
+		debian/asterisk-classic/usr/share/man/man8/rasterisk.8
 	dh_fixperms -a
 	dh_installdeb -a
 	#rm debian/asterisk/usr/lib/asterisk/modules/pbx_gtkconsole.so
 	#rm debian/asterisk/usr/lib/asterisk/modules/chan_h323.so
-	$(RM) debian/asterisk/usr/lib/asterisk/modules/*_sqlite.so
 	dh_makeshlibs -a 
 	dh_shlibdeps -a
 	dh_gencontrol -a




More information about the Pkg-voip-commits mailing list