[Pkg-voip-commits] r8085 - in /yate/trunk/debian: changelog rules yate.init

msp at alioth.debian.org msp at alioth.debian.org
Thu Feb 18 09:01:23 UTC 2010


Author: msp
Date: Thu Feb 18 09:01:23 2010
New Revision: 8085

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8085
Log:
* init.d Required-Start:    $remote_fs
  - fixes init.d-script-missing-dependency-on-remote_fs

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/rules
    yate/trunk/debian/yate.init

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=8085&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Thu Feb 18 09:01:23 2010
@@ -31,8 +31,10 @@
    - copyright-refers-to-versionless-license-file - changed to GPL-2
   * Depends: php5-cli fixes php-script-but-no-phpX-cli-dep
   * dh-clean-k-is-deprecated - removed
+  * init.d Required-Start:    $remote_fs
+    - fixes init.d-script-missing-dependency-on-remote_fs
 
- -- Mark Purcell <msp at debian.org>  Thu, 18 Feb 2010 19:20:35 +1100
+ -- Mark Purcell <msp at debian.org>  Thu, 18 Feb 2010 19:46:38 +1100
 
 yate (1.3.0-1.dfsg-1) unstable; urgency=low
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=8085&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Thu Feb 18 09:01:23 2010
@@ -92,7 +92,6 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
 	dh_installdirs
 	# Add here commands to install the package into debian/yate.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install

Modified: yate/trunk/debian/yate.init
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.init?rev=8085&op=diff
==============================================================================
--- yate/trunk/debian/yate.init (original)
+++ yate/trunk/debian/yate.init Thu Feb 18 09:01:23 2010
@@ -7,10 +7,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          yate
-# Required-Start:    $all
-# Required-Stop:     $all
-# Should-Start:      $local_fs
-# Should-Stop:       $local_fs
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Yet another telephony engine




More information about the Pkg-voip-commits mailing list