Your message dated Mon, 23 Oct 2006 08:32:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#393426: fixed in ezpublish 2.2.8-2.1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ezpublish Version: 2.2.8-2 Severity: serious Tags: patch When building 'ezpublish' on unstable, I get the following error: # Cleanup upstream tarball install -p -o root -g root -m 644 build-tree/ezpublish_2_2_8/data.tar.gz /ezpublish-2.2.8/debian/ezpublish-src/usr/src/ezpublish/data.tar.gz gunzip /ezpublish-2.2.8/debian/ezpublish-src/usr/src/ezpublish/data.tar.gz tar --delete -f /ezpublish-2.2.8/debian/ezpublish-src/usr/src/ezpublish/data.tar */CVS/* *.cache tar: Pattern matching characters used in file names. Please, tar: use --wildcards to enable pattern matching, or --no-wildcards to tar: suppress this warning. tar: */CVS/*: Not found in archive tar: Pattern matching characters used in file names. Please, tar: use --wildcards to enable pattern matching, or --no-wildcards to tar: suppress this warning. tar: *.cache: Not found in archive tar: Error exit delayed from previous errors make: *** [install] Error 2 With the attached patch 'ezpublish' can be built on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/ezpublish-2.2.8/debian/rules ./debian/rules --- ../tmp-orig/ezpublish-2.2.8/debian/rules 2006-10-16 09:59:47.000000000 +0000 +++ ./debian/rules 2006-10-16 09:59:40.000000000 +0000 @@ -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; \
--- End Message ---
--- Begin Message ---Source: ezpublish Source-Version: 2.2.8-2.1 We believe that the bug you reported is fixed in the latest version of ezpublish, which is due to be installed in the Debian FTP archive: ezpublish-src_2.2.8-2.1_all.deb to pool/main/e/ezpublish/ezpublish-src_2.2.8-2.1_all.deb ezpublish_2.2.8-2.1.diff.gz to pool/main/e/ezpublish/ezpublish_2.2.8-2.1.diff.gz ezpublish_2.2.8-2.1.dsc to pool/main/e/ezpublish/ezpublish_2.2.8-2.1.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thijs Kinkhorst <[EMAIL PROTECTED]> (supplier of updated ezpublish package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 23 Oct 2006 17:17:37 +0200 Source: ezpublish Binary: ezpublish-src Architecture: source all Version: 2.2.8-2.1 Distribution: unstable Urgency: high Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]> Changed-By: Thijs Kinkhorst <[EMAIL PROTECTED]> Description: ezpublish-src - CMS for e-commerce, e-publishing and intranets Closes: 393426 Changes: 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. Files: 9f1c002f22c9a1e007e09a6759803b14 583 web optional ezpublish_2.2.8-2.1.dsc cabf617f139d5d6c1bee55d5c0d317bd 22607 web optional ezpublish_2.2.8-2.1.diff.gz 544dbad8f928df86d7e51f115cee826b 2952728 web optional ezpublish-src_2.2.8-2.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFPN45JdKMxZV9WM8RAgr3AJ9QHk32MZcuf/FCqJ260aP4kQ+2YQCgyzt9 4lCmGy59MLTF9svJQv3xh1A= =l7mr -----END PGP SIGNATURE-----
--- End Message ---

