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

Mark Purcell msp at alioth.debian.org
Sat Apr 14 15:45:23 UTC 2007


Author: msp
Date: 2007-04-14 15:45:23 +0000 (Sat, 14 Apr 2007)
New Revision: 3419

Added:
   asterisk/trunk/debian/asterisk.default
Removed:
   asterisk/trunk/debian/asterisk-config.default
   asterisk/trunk/debian/asterisk-config.dirs
Modified:
   asterisk/trunk/debian/changelog
   asterisk/trunk/debian/rules
Log:
* Lintian fixes debian-rules-sets-DH_COMPAT

Deleted: asterisk/trunk/debian/asterisk-config.default
===================================================================
--- asterisk/trunk/debian/asterisk-config.default	2007-04-14 10:55:55 UTC (rev 3418)
+++ asterisk/trunk/debian/asterisk-config.default	2007-04-14 15:45:23 UTC (rev 3419)
@@ -1,35 +0,0 @@
-# This file allows you to alter the configuration of the Asterisk
-# init.d script. Normally you should leave the file as-is.
-#
-# RUNASTERISK: If set to anything other that 'yes', the asterisk init.d script
-#              will not run. The default is 'yes'.
-#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=no
-#
-# PARAMS: extra parameters to pass to asterisk: generate cores in 
-#         case of crash, and be more verbose. -F guarantees that Asterisk 
-#         will still run daemonized.
-#
-#         Instead of adding switches here, consider editing 
-#         /etc/asterisk/asterisk.conf
-#PARAMS="-F -g -vvv"
-#
-#
-# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
-#             crash). This is generally less tested and has some known issues
-#             with properly starting and stopping Asterisk.
-#RUNASTSAFE=yes
-#
-# 
-# AST_DUMPCORE: if set to anything other than "no", asterisk will be run with
-#               the option -g (to tell it to dump core on crash) and its
-#               working directory will be set to /var/spool/asterisk, as that
-#               directory is writable and hence core files can be written there.
-#               See /etc/init.d/asterisk for some other relevant variables.
-#AST_DUMPCORE=yes

Deleted: asterisk/trunk/debian/asterisk-config.dirs
===================================================================
--- asterisk/trunk/debian/asterisk-config.dirs	2007-04-14 10:55:55 UTC (rev 3418)
+++ asterisk/trunk/debian/asterisk-config.dirs	2007-04-14 15:45:23 UTC (rev 3419)
@@ -1 +0,0 @@
-etc/default

Copied: asterisk/trunk/debian/asterisk.default (from rev 3416, asterisk/trunk/debian/asterisk-config.default)

Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2007-04-14 10:55:55 UTC (rev 3418)
+++ asterisk/trunk/debian/changelog	2007-04-14 15:45:23 UTC (rev 3419)
@@ -1,17 +1,12 @@
-asterisk (1:1.4.2~dfsg-6) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Mark Purcell <msp at debian.org>  Sat, 14 Apr 2007 11:54:33 +0100
-
 asterisk (1:1.4.2~dfsg-5) unstable; urgency=low
 
   * Bump Build-Depends: libsnmp10-dev | libsnmp-dev
   * Only ship default/asterisk in asterisk-config package
     - Asterisk-config and asterisk 1:1.4.2~dfsg-4 both contain
     /etc/default/asterisk (Closes: #418656)
+  * Lintian fixes debian-rules-sets-DH_COMPAT
 
- -- Mark Purcell <msp at debian.org>  Sat, 14 Apr 2007 11:19:07 +0100
+ -- Mark Purcell <msp at debian.org>  Sat, 14 Apr 2007 16:44:18 +0100
 
 asterisk (1:1.4.2~dfsg-4) experimental; urgency=low
 

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2007-04-14 10:55:55 UTC (rev 3418)
+++ asterisk/trunk/debian/rules	2007-04-14 15:45:23 UTC (rev 3419)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -154,7 +151,6 @@
 
 	dh_install -i --sourcedir=debian/tmp
 
-	cp $(CURDIR)/debian/asterisk-config.default $(CURDIR)/debian/asterisk-config/etc/default/asterisk
 	chmod +x $(CURDIR)/debian/asterisk-web-vmail/usr/lib/cgi-bin/asterisk/vmail.cgi
 	
 	




More information about the Pkg-voip-commits mailing list