This was the only change necessary to bring conformance up from 3.8.0,
and now lintian should be happier.
* Preserve hard links with --remove-files, closes #188663
Thanks to Ted T'so for the idea and Sergey Poznyakoff for
cleaning up my original implementation.
+ * Respect DEB_BUILD_OPTIONS=nocheck to conform with Policy 3.8.2
- -- Carl Worth <cworth@cworth.org> Wed, 29 Jul 2009 16:18:18 -0700
+ -- Carl Worth <cworth@cworth.org> Tue, 04 Aug 2009 12:07:06 -0700
tar (1.22-1.1) unstable; urgency=low
Maintainer: Bdale Garbee <bdale@gag.com>
Uploaders: Cark Worth <cworth@cworth.org>
Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
Package: tar
Architecture: any
dh_testdir
RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall -fno-gnu89-inline" $(MAKE)
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
(cd tests ; $(MAKE) clean)
$(MAKE) check
+endif
endif
perl debian/tarman > debian/tar.1