Package: lg-issue84 Version: 2-1 Severity: serious Tags: patch When building 'lg-issue84' on unstable, I get the following error:
dh_installdirs usr/share/doc/lg-issue84 install -d debian/lg-issue84 install -d debian/lg-issue84/usr/share/doc/lg-issue84 cd issue84; \ tar --exclude=lg_toc84.html --exclude TWDT.* --exclude ARTICLES \ --exclude=issue84.* --exclude=whole.lg_answer84.html \ -czf ../debian/lg-issue84/usr/share/doc/lg-issue84/lg-issue84.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 With the attached patch 'lg-issue84' can be compiled. Regards Andreas Jochens diff -urN ../tmp-orig/lg-issue84-2/debian/rules ./debian/rules --- ../tmp-orig/lg-issue84-2/debian/rules 2005-07-15 06:47:04.000000000 +0000 +++ ./debian/rules 2005-07-15 06:46:58.000000000 +0000 @@ -28,7 +28,7 @@ dh_installdirs usr/share/doc/lg-issue$(ISSUE) cd issue$(ISSUE); \ - tar --exclude=lg_toc$(ISSUE).html --exclude TWDT.* --exclude ARTICLES \ + tar --exclude=lg_toc$(ISSUE).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]