[Pkg-ofed-commits] r705 - /branches/sid-uploads/srptools/trunk/debian/

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Fri Apr 9 21:44:03 UTC 2010


Author: opensides-guest
Date: Fri Apr  9 21:44:02 2010
New Revision: 705

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=705
Log:
- Fixed Debian Packaging


Modified:
    branches/sid-uploads/srptools/trunk/debian/changelog
    branches/sid-uploads/srptools/trunk/debian/control
    branches/sid-uploads/srptools/trunk/debian/srptools-boot.init
    branches/sid-uploads/srptools/trunk/debian/srptools.init

Modified: branches/sid-uploads/srptools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/changelog?rev=705&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/changelog (original)
+++ branches/sid-uploads/srptools/trunk/debian/changelog Fri Apr  9 21:44:02 2010
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #521424)
 
- -- Benoit Mortier <benoit.mortier at opensides.be>  Wed, 21 Oct 2009 11:34:00 +0100
+ -- Benoit Mortier <benoit.mortier at opensides.be>  Mon, 29 Mar 2010 18:51:00 +0100

Modified: branches/sid-uploads/srptools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/control?rev=705&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/control (original)
+++ branches/sid-uploads/srptools/trunk/debian/control Fri Apr  9 21:44:02 2010
@@ -4,7 +4,7 @@
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Guy Coates <gmpc at sanger.ac.uk>, Mario Lang <mlang at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, debconf, po-debconf, libibcommon-dev, libibumad-dev, libibverbs-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.openfabrics.org
 DM-Upload-Allowed: yes
 

Modified: branches/sid-uploads/srptools/trunk/debian/srptools-boot.init
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools-boot.init?rev=705&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools-boot.init (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools-boot.init Fri Apr  9 21:44:02 2010
@@ -1,7 +1,7 @@
 #!/bin/bash
 ### BEGIN INIT INFO
 # Provides:          srptools-boot
-# Required-Start:    
+# Required-Start:    $remote_fs    
 # Required-Stop:     
 # Default-Start:     S
 # Default-Stop:      

Modified: branches/sid-uploads/srptools/trunk/debian/srptools.init
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools.init?rev=705&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools.init (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools.init Fri Apr  9 21:44:02 2010
@@ -1,8 +1,8 @@
 #!/bin/bash
 ### BEGIN INIT INFO
 # Provides:          srptools
-# Required-Start:    $syslog
-# Required-Stop:     $syslog
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Discovers SRP scsi targets.




More information about the Pkg-ofed-commits mailing list