]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Spaces to tabs in debian/rules
authorSven Hoexter <sven@timegate.de>
Thu, 28 Apr 2011 10:04:13 +0000 (12:04 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 28 Apr 2011 10:04:13 +0000 (12:04 +0200)
debian/rules

index e5c6c5fdb6b90784605a5c7b3e24873d837614ba..bf76bedcd94f5cbc626f6ed33941ebcc6da6d0ce 100755 (executable)
@@ -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 \