[debian-edu-commits] debian-edu/pkg-team/ 01/02: debian/rules: Fix missing EOL.

Mike Gabriel sunweaver at debian.org
Wed Sep 7 09:16:05 UTC 2016


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

sunweaver pushed a commit to branch master
in repository e2guardian.

commit 43b3d77c90ef8ede86bad28dcaee38f7c8f2611b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Sep 7 09:41:00 2016 +0200

    debian/rules: Fix missing EOL.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e26f93c..9ce5542 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@ DHFLAGS=--parallel
 %:
 	dh $@ --with quilt $(DHFLAGS)
 
-override_dh_auto_configure:	NOCONFIGURE=1 ./autogen.sh
+override_dh_auto_configure:
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 	    --prefix=/usr \
 	    --enable-clamav=yes \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/e2guardian.git



More information about the debian-edu-commits mailing list