diff -u adns-1.4/debian/changelog adns-1.4/debian/changelog --- adns-1.4/debian/changelog +++ adns-1.4/debian/changelog @@ -1,3 +1,10 @@ +adns (1.4-2ubuntu1) raring; urgency=low + + * Use override_ targets + * Use dh_autoreconf + + -- Dmitrijs Ledkovs Tue, 18 Dec 2012 23:27:16 +0000 + adns (1.4-2build2) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. diff -u adns-1.4/debian/control adns-1.4/debian/control --- adns-1.4/debian/control +++ adns-1.4/debian/control @@ -1,8 +1,9 @@ Source: adns Section: devel Priority: optional -Maintainer: Robert S. Edmonds -Build-Depends: debhelper (>= 7), netbase, m4 +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Robert S. Edmonds +Build-Depends: debhelper (>= 9), netbase, m4, dh-autoreconf Standards-Version: 3.8.0 Homepage: http://www.chiark.greenend.org.uk/~ian/adns/ diff -u adns-1.4/debian/rules adns-1.4/debian/rules --- adns-1.4/debian/rules +++ adns-1.4/debian/rules @@ -4,28 +4,8 @@ - dh $@ + dh $@ --with autoreconf -build: build-stamp -build-stamp: - dh build --before configure - dh_auto_configure - dh_auto_build - make -C regress check - dh build --after test - touch $@ - -clean: - dh clean --before dh_auto_clean - -$(MAKE) distclean - -$(MAKE) -C regress distclean +override_dh_auto_clean: + -dh_auto_clean rm -f regress/output-* - dh clean --after dh_auto_clean - -install: build - dh install --before dh_auto_install - $(MAKE) install prefix=`pwd`/debian/tmp/usr - dh install --after dh_auto_install - -binary-arch: build install - dh binary-arch -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +override_dh_auto_install: + dh_auto_install -- prefix=`pwd`/debian/tmp/usr