diff -Nru texi2html-1.82+dfsg1/debian/changelog texi2html-1.82+dfsg1/debian/changelog --- texi2html-1.82+dfsg1/debian/changelog 2015-12-23 18:06:38.000000000 +0000 +++ texi2html-1.82+dfsg1/debian/changelog 2020-11-16 02:57:14.000000000 +0000 @@ -1,3 +1,19 @@ +texi2html (1.82+dfsg1-6) unstable; urgency=medium + + * QA upload. + * debian/patches: + - Do not embed the build user in html files (Closes: #961764). + * debian/control: + - Set Rules-Requres-Root to no. + - Update to debhelper-compat 13. + - Drop dh-autoreconf from Build-Depends. + - Delete trailing whitespace. + - Update Standards-Version to 4.5.0. + * debian/changelog: + - Remove trailing whitespace. + + -- Vagrant Cascadian Sun, 15 Nov 2020 18:57:14 -0800 + texi2html (1.82+dfsg1-5) unstable; urgency=medium * QA upload. @@ -65,9 +81,9 @@ * [debian/control]: update debhelper to version 7 * [debian/compat]: updated to level 7 * [debian/rules]: Updated - * [debian/copyright]: Updated + * [debian/copyright]: Updated * [debian/patches]: debian/patches/01_remove_doc_dir.diff - added, patch fixes dir.gz + added, patch fixes dir.gz -- Francesco Cecconi Wed, 21 Oct 2009 10:05:15 +0200 @@ -80,7 +96,7 @@ texi2html (1.76-4) unstable; urgency=low * New maintainer (Closes: #360947) - * [debian/rules] Updated + * [debian/rules] Updated * [debian/copyright] Updated -- Francesco Cecconi Sun, 9 Apr 2006 01:47:59 +0200 @@ -132,7 +148,7 @@ - Standards-Version set to 3.6.2 * New upstream (Closes: #242637) * Acknowledge NMUs (Closes: #238881, #219991, #93348, #220609) - * debian/rules: upstream path to html has changed + * debian/rules: upstream path to html has changed -- Luk Claes Wed, 6 Jul 2005 21:25:20 +0200 diff -Nru texi2html-1.82+dfsg1/debian/compat texi2html-1.82+dfsg1/debian/compat --- texi2html-1.82+dfsg1/debian/compat 2015-12-23 17:55:32.000000000 +0000 +++ texi2html-1.82+dfsg1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru texi2html-1.82+dfsg1/debian/control texi2html-1.82+dfsg1/debian/control --- texi2html-1.82+dfsg1/debian/control 2015-12-23 17:56:00.000000000 +0000 +++ texi2html-1.82+dfsg1/debian/control 2020-11-16 02:57:14.000000000 +0000 @@ -2,8 +2,9 @@ Section: text Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo -Standards-Version: 3.9.6 +Build-Depends: debhelper-compat (= 13), texinfo +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: http://www.nongnu.org/texi2html Package: texi2html @@ -20,4 +21,3 @@ . Compared to the output of `makeinfo --html', texi2html's output is more customizable and (subjectively) produces better output by default. - diff -Nru texi2html-1.82+dfsg1/debian/patches/do-not-embed-the-build-user-in-html-file.patch texi2html-1.82+dfsg1/debian/patches/do-not-embed-the-build-user-in-html-file.patch --- texi2html-1.82+dfsg1/debian/patches/do-not-embed-the-build-user-in-html-file.patch 1970-01-01 00:00:00.000000000 +0000 +++ texi2html-1.82+dfsg1/debian/patches/do-not-embed-the-build-user-in-html-file.patch 2020-11-16 02:57:14.000000000 +0000 @@ -0,0 +1,21 @@ +From: Vagrant Cascadian +Date: Sun, 15 Nov 2020 19:26:28 +0000 +X-Dgit-Generated: 1.82+dfsg1-6 914779331fe9fed1dfd59830fa18994884c00368 +Subject: Do not embed the build user in html files (Closes: #961764). + +Bug-Debian: https://bugs.debian.org/961764 +Forwarded: no +Last-Update: 2020-11-15 + +--- + +--- texi2html-1.82+dfsg1.orig/texi2html.pl ++++ texi2html-1.82+dfsg1/texi2html.pl +@@ -7164,7 +7164,6 @@ sub pass_text($$) + $Texi2HTML::THISDOC{'program'} = $THISPROG; + $Texi2HTML::THISDOC{'program_homepage'} = $T2H_HOMEPAGE; + $Texi2HTML::THISDOC{'program_authors'} = $T2H_AUTHORS; +- $Texi2HTML::THISDOC{'user'} = $T2H_USER; + $Texi2HTML::THISDOC{'user'} = $Texi2HTML::Config::USER if (defined($Texi2HTML::Config::USER)); + $Texi2HTML::THISDOC{'authors'} = [] if (!defined($Texi2HTML::THISDOC{'authors'})); + $Texi2HTML::THISDOC{'subtitles'} = [] if (!defined($Texi2HTML::THISDOC{'subtitles'})); diff -Nru texi2html-1.82+dfsg1/debian/patches/series texi2html-1.82+dfsg1/debian/patches/series --- texi2html-1.82+dfsg1/debian/patches/series 2015-12-23 17:33:22.000000000 +0000 +++ texi2html-1.82+dfsg1/debian/patches/series 2020-11-16 02:57:14.000000000 +0000 @@ -3,3 +3,4 @@ 03_add_build-date_param.patch 04_sort-perl-hash 05_reproducible-build +do-not-embed-the-build-user-in-html-file.patch