diff -Nru mathgl-8.0.1/debian/changelog mathgl-8.0.1/debian/changelog --- mathgl-8.0.1/debian/changelog 2022-01-13 10:03:16.000000000 +0000 +++ mathgl-8.0.1/debian/changelog 2022-05-30 10:04:37.000000000 +0000 @@ -1,3 +1,14 @@ +mathgl (8.0.1-2) unstable; urgency=medium + + [ Rafael Laboissière ] + * d/control: Bump Standards-Version to 4.6.1 (no changes needed) + + [ Vagrant Cascadian ] + * d/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override + (Closes: #1003915) + + -- Rafael Laboissière Mon, 30 May 2022 07:04:37 -0300 + mathgl (8.0.1-1) unstable; urgency=medium * New upstream version 8.0.1 diff -Nru mathgl-8.0.1/debian/control mathgl-8.0.1/debian/control --- mathgl-8.0.1/debian/control 2022-01-13 10:03:16.000000000 +0000 +++ mathgl-8.0.1/debian/control 2022-05-30 10:04:37.000000000 +0000 @@ -42,7 +42,7 @@ texinfo, texlive, texlive-plain-generic -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: http://mathgl.sourceforge.net/doc_en/Main.html Vcs-Git: https://salsa.debian.org/science-team/mathgl.git Vcs-Browser: https://salsa.debian.org/science-team/mathgl diff -Nru mathgl-8.0.1/debian/patches/auto-gitignore mathgl-8.0.1/debian/patches/auto-gitignore --- mathgl-8.0.1/debian/patches/auto-gitignore 2022-01-13 10:03:16.000000000 +0000 +++ mathgl-8.0.1/debian/patches/auto-gitignore 2022-05-30 10:04:37.000000000 +0000 @@ -4,7 +4,7 @@ .gitignore file(s). This patch is autogenerated, to provide these updates to users of the official Debian archive view of the package. -[dgit (9.14) update-gitignore] +[dgit (9.15) update-gitignore] --- diff --git a/.gitignore b/.gitignore new file mode 100644 diff -Nru mathgl-8.0.1/debian/rules mathgl-8.0.1/debian/rules --- mathgl-8.0.1/debian/rules 2022-01-13 10:03:16.000000000 +0000 +++ mathgl-8.0.1/debian/rules 2022-05-30 10:04:37.000000000 +0000 @@ -43,6 +43,7 @@ -Denable-qt5asqt=ON \ -Denable-json-sample=ON \ -Denable-json-sample-we=ON \ + -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \ -Denable-python=ON override_dh_python3: