diff -Nru xtrs-4.9d/debian/changelog xtrs-4.9d/debian/changelog --- xtrs-4.9d/debian/changelog 2018-08-15 17:59:02.000000000 +0200 +++ xtrs-4.9d/debian/changelog 2024-09-13 20:26:43.000000000 +0200 @@ -1,3 +1,11 @@ +xtrs (4.9d-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Replace Build-Depends: bsdmainutils with bsdextrautils. (Closes: #1081669) + * Replace html2text's -style option with -rcfile. (Closes: #1066954) + + -- Bastian Germann Fri, 13 Sep 2024 20:26:43 +0200 + xtrs (4.9d-2) unstable; urgency=low * debian/control: Bump Standards-Version to 4.0.0. diff -Nru xtrs-4.9d/debian/control xtrs-4.9d/debian/control --- xtrs-4.9d/debian/control 2018-08-15 16:57:09.000000000 +0200 +++ xtrs-4.9d/debian/control 2024-09-13 20:26:27.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: G. Branden Robinson Build-Depends: # Makefile:162: colcrt - bsdmainutils, + bsdextrautils, # debian/compat debhelper (>= 9), # Makefile:162: nroff (but groff depends on groff-base) diff -Nru xtrs-4.9d/debian/patches/makefile-generate-pdf-manpages.patch xtrs-4.9d/debian/patches/makefile-generate-pdf-manpages.patch --- xtrs-4.9d/debian/patches/makefile-generate-pdf-manpages.patch 2018-08-15 16:50:45.000000000 +0200 +++ xtrs-4.9d/debian/patches/makefile-generate-pdf-manpages.patch 2024-09-13 20:26:43.000000000 +0200 @@ -17,7 +17,7 @@ dskspec.html @@ -178,6 +184,9 @@ - html2text -nobs -style pretty $< >$@ + html2text -nobs -rcfile /usr/share/doc/html2text/examples/pretty.style $< >$@ endif +%.man.pdf: %.man diff -Nru xtrs-4.9d/debian/patches/make-plain-text-docs-from-html.patch xtrs-4.9d/debian/patches/make-plain-text-docs-from-html.patch --- xtrs-4.9d/debian/patches/make-plain-text-docs-from-html.patch 2018-08-15 16:44:54.000000000 +0200 +++ xtrs-4.9d/debian/patches/make-plain-text-docs-from-html.patch 2024-09-13 20:26:43.000000000 +0200 @@ -50,7 +50,7 @@ .man.txt: nroff -man -c -Tascii $< | colcrt - | cat -s > $*.txt +.html.txt: -+ html2text -nobs -style pretty $< >$@ ++ html2text -nobs -rcfile /usr/share/doc/html2text/examples/pretty.style $< >$@ +endif xtrs: $(OBJECTS)