Package: lg-issue93
Version: 1-1
Severity: serious
Tags: patch
When building 'lg-issue93' on unstable,
I get the following error:
cd issue93; \
tar --exclude=index.html --exclude TWDT.* --exclude ARTICLES \
--exclude=issue93.* --exclude=whole.lg_answer93.html \
-czf ../debian/lg-issue93/usr/share/doc/lg-issue93/lg-issue93.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]