Hi, I've NMU'ed this RC bug in order to keep the release of etch going. I'm attaching the final patch I used.
Thijs
diff -u ezpublish-2.2.8/debian/changelog ezpublish-2.2.8/debian/changelog --- ezpublish-2.2.8/debian/changelog +++ ezpublish-2.2.8/debian/changelog @@ -1,3 +1,11 @@ +ezpublish (2.2.8-2.1) unstable; urgency=high + + * Non-maintainer upload to fix RC bug. + * Add --wildcards option to tar to make buildable again. + Patch from Andreas Jochens, closes: #393426. + + -- Thijs Kinkhorst <[EMAIL PROTECTED]> Mon, 23 Oct 2006 17:17:37 +0200 + ezpublish (2.2.8-2) unstable; urgency=medium * Correct path to examples dir. Closes: Bug#178103 (thanks to Kenshi diff -u ezpublish-2.2.8/debian/rules ezpublish-2.2.8/debian/rules --- ezpublish-2.2.8/debian/rules +++ ezpublish-2.2.8/debian/rules @@ -130,7 +130,7 @@ # Cleanup upstream tarball $(INSTALL_FILE) $(BUILD_TREE)/data.tar.gz $(INSTSRCDIR)/data.tar.gz gunzip $(INSTSRCDIR)/data.tar.gz - $(tar_del) -f $(INSTSRCDIR)/data.tar */CVS/* *.cache + $(tar_del) --wildcards -f $(INSTSRCDIR)/data.tar */CVS/* *.cache for file in $(TARGETS); do \ gzip --best $(INSTSRCDIR)/$$file.tar; \
signature.asc
Description: This is a digitally signed message part