Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 4 → Rev 3

/trunk/debian/rules
33,8 → 33,7
#major=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
configure: config.status
config.status: ${DPATCH_STAMPFN}
config.status: patch configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
56,8 → 55,6
touch build-stamp
 
clean: clean-patched unpatch
dh_clean
 
clean-patched:
dh_testdir
dh_testroot
66,6 → 63,8
# Add here commands to clean up after the build process.
-$(MAKE) distclean
 
dh_clean
 
install: build
dh_testdir
dh_testroot
102,4 → 101,4
dh_builddeb
 
binary: binary-indep binary-arch
.PHONY: configure build clean clean-patched binary-indep binary-arch binary install
.PHONY: build clean binary-indep binary-arch binary install