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; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to