tags 666348 + patch pending thanks Dear maintainer,
I've prepared an NMU for cabextract (versioned as 1.4-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for cabextract-1.4 cabextract-1.4 changelog | 8 ++++++++ rules | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff -Nru cabextract-1.4/debian/changelog cabextract-1.4/debian/changelog --- cabextract-1.4/debian/changelog 2011-12-29 13:58:26.000000000 +0100 +++ cabextract-1.4/debian/changelog 2012-04-26 19:03:47.000000000 +0200 @@ -1,3 +1,11 @@ +cabextract (1.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Make build-stamp depend on configure-stamp (closes: #666348). Thanks to + Lucas Nussbaum for the bug report. + + -- Jakub Wilk <jw...@debian.org> Thu, 26 Apr 2012 19:03:46 +0200 + cabextract (1.4-2) unstable; urgency=low * Enabled hardened build flags: Closes: #653509 diff -Nru cabextract-1.4/debian/rules cabextract-1.4/debian/rules --- cabextract-1.4/debian/rules 2011-12-30 15:37:03.000000000 +0100 +++ cabextract-1.4/debian/rules 2012-04-26 19:03:08.000000000 +0200 @@ -18,10 +18,10 @@ touch configure-stamp -build: configure-stamp build-arch build-indep +build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp -build-stamp: +build-stamp: configure-stamp dh_testdir # Add here commands to compile the package.