From: Sven Hoexter Date: Thu, 28 Apr 2011 10:04:13 +0000 (+0200) Subject: Spaces to tabs in debian/rules X-Git-Tag: debian/7.19.6-2~5 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=b2360418538366712c0e74d2c03b8ca3846e6e4b Spaces to tabs in debian/rules --- diff --git a/debian/rules b/debian/rules index e5c6c5f..bf76bed 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,10 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with quilt + dh $@ --with quilt override_dh_auto_configure: - dh_auto_configure -- \ + dh_auto_configure -- \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \