Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 39 → Rev 40

/trunk/debian/rules
8,6 → 8,7
[ -f debian/autoreconf.before ] || dh_autoreconf
./configure \
--prefix=/usr \
--without-zlib \
--mandir=\$${prefix}/share/man \
$(shell dpkg-buildflags --export=configure)
touch configure-stamp
20,6 → 21,10
$(MAKE)
touch build-stamp
 
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) check
endif
 
clean:
dh_testdir
dh_testroot