Index: work/OS/debian/rules =================================================================== --- work/OS/debian/rules (revision 28298) +++ work/OS/debian/rules (revision 28299) @@ -11,17 +11,17 @@ else (mips64el,$(findstring mips64el,$(DEB_HOST_ARCH))) dh $@ --no-parallel else - dh $@ + dh $@ endif override_dh_auto_configure: - ./configure \ - --symbols \ - --all=buildin \ - --prefix=/usr \ - \ - --LDFLAGS='$(LDFLAGS)' \ - --CFLAGS='$(CFLAGS) $(CPPFLAGS)' + ./configure \ + --symbols \ + --all=buildin \ + --prefix=/usr \ + \ + --LDFLAGS='$(LDFLAGS)' \ + --CFLAGS='$(CFLAGS) $(CPPFLAGS)' override_dh_auto_clean: # only try to run dh_auto_clean if configure has been run