--- tiger-3.2.4~rc1.orig/debian/changelog +++ tiger-3.2.4~rc1/debian/changelog @@ -1,11 +1,15 @@ -tiger (1:3.2.3-16) UNRELEASED; urgency=medium +tiger (1:3.2.4~rc1-1) unstable; urgency=low * debian/postrm: Remove depth in find when purging to avoid warnings (LP: #665453) * debian/source/format: Explicitly define the source format. Set as 1.0 since the package will not use quilt as Savannah upstream is directly packaged into Debian - * Include content from GIT upstream: + * debian/rules: Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. + (Closes: #888041) + * util/convert2html, util/genmsgidx: make the build reproducible with patch + provided by Alexis Bienvenüe (Closes: #828226) + * Include content from GIT upstream (3.2.4rc1 release): - systems/Linux/2/gen_mounts: Added fuse.clamfs and fuse.javafs filesystems (LP: #1204527, #1305057) - systems/Linux/2/check_release: @@ -13,8 +17,21 @@ versions + Add support to check for RHEL and Ubuntu releases. Now Ubuntu is no longer considered a Debian "unstable" version (LP: #248845) + - scripts/check_accounts: Optimise as per suggestion by Arran Schlosberg + - scripts/check_crontabs: Clean up gen_cron file content before it is used + (Closes: #839635) + - systems/Linux/2/check_lilo: Only complain if grub is world readable + when it has a password configured (LP: #248843). + Look for grub in the proper location (as used in Grub 2) + - systems/Linux/2/check_release: Update Debian version, current stable is + 9.3 and list of old Debian versions. Add support to check for RHEL and + Ubuntu releases. Ubuntu is no longer considered a Debian "unstable" + version (LP: #248845) + - systems/Linux/2/deb_checkmd5sums: Optimise by avoiding checking files in + /usr/share/ + - tigerrc: Set +Tiger_Check_TRUSTED to 'N' (Closes: #722629) - -- Javier Fernández-Sanguino Peña Wed, 07 Feb 2018 00:20:35 +0100 + -- Javier Fernández-Sanguino Peña Sat, 10 Feb 2018 22:57:09 +0100 tiger (1:3.2.3-15) unstable; urgency=medium --- tiger-3.2.4~rc1.orig/debian/rules +++ tiger-3.2.4~rc1/debian/rules @@ -19,7 +19,7 @@ build-stamp: dh_testdir autoconf - dh_auto_configure --with-tigerhome=/usr/lib/tiger --with-tigerwork=/var/lib/tiger/work --with-tigerlog=/var/log/tiger --with-tigerbin=/usr/sbin --with-tigerconfig=/etc/tiger --prefix=/usr --mandir=/usr/share/man + dh_auto_configure -- --with-tigerhome=/usr/lib/tiger --with-tigerwork=/var/lib/tiger/work --with-tigerlog=/var/log/tiger --with-tigerbin=/usr/sbin --with-tigerconfig=/etc/tiger --prefix=/usr --mandir=/usr/share/man $(MAKE) all touch build-stamp --- tiger-3.2.4~rc1.orig/systems/Linux/2/deb_checkmd5sums +++ tiger-3.2.4~rc1/systems/Linux/2/deb_checkmd5sums @@ -155,7 +155,7 @@ do package=`$BASENAME "$md5file" ".md5sums"` file=`echo $file | sed -e "s/:$//"` - echo "DEBUG: Checking file $file of $package ($err)" >&2 +# echo "DEBUG: Checking file $file of $package ($err)" >&2 case $err in DIFF|FAILED) # don't check diverted now