[Debian-ha-commits] [corosync] 01/14: Add missing "\" (backslash) within debian/rules.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Wed Apr 29 21:55:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

discostu-guest pushed a commit to branch master
in repository corosync.

commit 3084e6532cad10bee7967d86064d6ddd7e71d4b2
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Tue Apr 28 11:17:34 2015 +0200

    Add missing "\" (backslash) within debian/rules.
    
    * debian/rules misses a "\" within override_dh_auto_configure witch leads to
      incomplete "--with" / "--enable" statements.
    * Indentation fixed.
    
    Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
---
 debian/rules | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2db152e..a7ba9d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,12 @@ override_dh_auto_configure:
 	    --sysconfdir=/etc \
 	    --with-socket-dir=/var/run/corosync \
 	    --enable-dbus \
-                --enable-testagents \
-                --enable-rdma \
-                --disable-monitoring \
-                --enable-watchdog \
-                --enable-augeas 
-	    --enable-snmp \ 
+	    --enable-testagents \
+	    --enable-rdma \
+	    --disable-monitoring \
+	    --enable-watchdog \
+	    --enable-augeas \
+	    --enable-snmp \
 	    --enable-xmlconf \
 	    --enable-systemd \
 	    --enable-upstart \
@@ -65,7 +65,7 @@ override_dh_installchangelogs:
 
 override_dh_strip:
 	dh_strip --dbg-package=corosync-dbg
-	
+
 MAN = debian/corosync/usr/share/man/man3
 
 override_dh_compress:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/corosync.git



More information about the Debian-HA-Commits mailing list