Package: ksocrat-data
Version: 1:1.0.1-1
Severity: serious
Tags: patch

When building 'ksocrat-data' on amd64/unstable,
I get the following error:

dh_installdirs
set -e; \
        for tarball in *.tar.bz2; do \
                tar -C debian/ksocrat-data -xjf $tarball \*.dic; \
        done
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: *.dic: Not found in archive
tar: Error exit delayed from previous errors
make: *** [install] Error 2


With the attached patch 'ksocrat-data' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ksocrat-data-1.0.1/debian/rules ./debian/rules
--- ../tmp-orig/ksocrat-data-1.0.1/debian/rules 2006-10-13 12:21:35.000000000 
+0000
+++ ./debian/rules      2006-10-13 12:21:20.000000000 +0000
@@ -22,7 +22,7 @@
 
        set -e; \
        for tarball in *.tar.bz2; do \
-               tar -C debian/ksocrat-data -xjf $$tarball \*.dic; \
+               tar --wildcards -C debian/ksocrat-data -xjf $$tarball \*.dic; \
        done
 
 # Build architecture-independent files here.


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

Reply via email to