Control: tags 959548 + patch Control: tags 959548 + pending Dear maintainer,
I've prepared an NMU for eukleides (versioned as 1.5.4-4.2) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru eukleides-1.5.4/debian/changelog eukleides-1.5.4/debian/changelog --- eukleides-1.5.4/debian/changelog 2017-11-06 14:42:43.000000000 +0200 +++ eukleides-1.5.4/debian/changelog 2020-05-29 18:05:05.000000000 +0300 @@ -1,3 +1,11 @@ +eukleides (1.5.4-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Don't call mktexlsr during the build. (Closes: #959548) + * Fix building twice in a row. + + -- Adrian Bunk <b...@debian.org> Fri, 29 May 2020 18:05:05 +0300 + eukleides (1.5.4-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru eukleides-1.5.4/debian/control eukleides-1.5.4/debian/control --- eukleides-1.5.4/debian/control 2017-11-06 14:42:43.000000000 +0200 +++ eukleides-1.5.4/debian/control 2020-05-29 17:48:09.000000000 +0300 @@ -3,7 +3,6 @@ Priority: optional Maintainer: Robert Lemmen <rober...@semistable.com> Build-Depends: debhelper (>= 9), flex, bison, libreadline-dev, texinfo, - texlive-base-bin Standards-Version: 4.1.1 Homepage: http://www.eukleides.org/ diff -Nru eukleides-1.5.4/debian/patches/old-patches.diff eukleides-1.5.4/debian/patches/old-patches.diff --- eukleides-1.5.4/debian/patches/old-patches.diff 2017-11-06 14:42:43.000000000 +0200 +++ eukleides-1.5.4/debian/patches/old-patches.diff 2020-05-29 17:48:32.000000000 +0300 @@ -20,13 +20,11 @@ # Comment this out for single HTML file. --- eukleides-1.5.4.orig/Makefile +++ eukleides-1.5.4/Makefile -@@ -51,7 +51,8 @@ install_tex: +@@ -51,7 +51,6 @@ install_tex: @echo "Installing TeX files" @install -d $(TEX_DIR) @install -m 0644 tex/* $(TEX_DIR) - @mktexlsr 2> /dev/null -+ #@mktexlsr 2> /dev/null -+ mktexlsr install_loc: ifneq ($(LOC),) diff -Nru eukleides-1.5.4/debian/rules eukleides-1.5.4/debian/rules --- eukleides-1.5.4/debian/rules 2017-11-06 14:42:10.000000000 +0200 +++ eukleides-1.5.4/debian/rules 2020-05-29 18:05:05.000000000 +0300 @@ -22,7 +22,7 @@ dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean - dh_clean + dh_clean doc/eukleides.info install: build dh_testdir