Package: lg-issue90
Version: 1-1
Severity: serious
Tags: patch

When building 'lg-issue90' on unstable,
I get the following error:

cd issue90; \
tar --exclude=index.html --exclude TWDT.* --exclude ARTICLES \
--exclude=issue90.* --exclude=whole.lg_answer90.html \
-czf ../debian/lg-issue90/usr/share/doc/lg-issue90/lg-issue90.tar.gz *
tar: You must specify one of the `-Acdtrux' options
Try `tar --help' or `tar --usage' for more information.
make: *** [binary-indep] Error 2

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/lg-issue85-1/debian/rules ./debian/rules
--- ../tmp-orig/lg-issue85-1/debian/rules       2005-07-15 11:24:39.000000000 
+0000
+++ ./debian/rules      2005-07-15 11:24:09.000000000 +0000
@@ -28,7 +28,7 @@
        dh_installdirs usr/share/doc/lg-issue$(ISSUE)
 
        cd issue$(ISSUE); \
-       tar --exclude=index.html --exclude TWDT.* --exclude ARTICLES \
+       tar --exclude=index.html --exclude=TWDT.* --exclude=ARTICLES \
        --exclude=issue$(ISSUE).* --exclude=whole.lg_answer$(ISSUE).html \
        -czf ../$(lgdir)/lg-issue$(ISSUE).tar.gz *
 


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

Reply via email to