diff -Nru tar-1.29b/debian/changelog tar-1.29b/debian/changelog --- tar-1.29b/debian/changelog 2016-10-30 06:35:31.000000000 +0000 +++ tar-1.29b/debian/changelog 2017-07-21 14:35:22.000000000 +0000 @@ -1,3 +1,12 @@ +tar (1.29b-2) unstable; urgency=medium + + * add suggests tar-doc, closes: #856958 + * increase test suite verbosity and dump test results into build log on + make check failure for kfreebsd team + * move primary git repo to collab-maint + + -- Bdale Garbee Fri, 21 Jul 2017 08:35:22 -0600 + tar (1.29b-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru tar-1.29b/debian/compat tar-1.29b/debian/compat --- tar-1.29b/debian/compat 2016-10-30 06:35:31.000000000 +0000 +++ tar-1.29b/debian/compat 2017-07-21 14:35:22.000000000 +0000 @@ -1 +1 @@ -5 +10 diff -Nru tar-1.29b/debian/control tar-1.29b/debian/control --- tar-1.29b/debian/control 2016-10-30 06:35:31.000000000 +0000 +++ tar-1.29b/debian/control 2017-07-21 14:35:22.000000000 +0000 @@ -3,10 +3,10 @@ Priority: required Maintainer: Bdale Garbee Uploaders: Carl Worth -Build-Depends: debhelper (>> 5), gettext, autoconf, automake, autopoint, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] -Standards-Version: 3.9.8 -Vcs-Git: git://git.gag.com/debian/tar -Vcs-Browser: http://git.gag.com/?p=debian/tar +Build-Depends: debhelper (>> 10), gettext, autoconf, automake, autopoint, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] +Standards-Version: 4.0.0 +Vcs-Git: git://anonscm.debian.org/collab-maint/tar.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tar.git Package: tar Architecture: any @@ -16,7 +16,7 @@ Conflicts: cpio (<= 2.4.2-38) Replaces: cpio (<< 2.4.2-39) Breaks: dpkg-dev (<< 1.14.26) -Suggests: bzip2, ncompress, xz-utils, tar-scripts +Suggests: bzip2, ncompress, xz-utils, tar-scripts, tar-doc Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to diff -Nru tar-1.29b/debian/rules tar-1.29b/debian/rules --- tar-1.29b/debian/rules 2016-10-30 06:35:31.000000000 +0000 +++ tar-1.29b/debian/rules 2017-07-21 14:35:22.000000000 +0000 @@ -49,7 +49,7 @@ echo "Sorry, but the test suite is not designed to be run as root."; \ exit 1 ;\ fi - $(MAKE) check + $(MAKE) check TESTSUITEFLAGS=-v || { cat tests/testsuite.log; false; } endif endif