summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2022-07-28 14:07:03 +0200
committerAndreas Tille <tille@debian.org>2022-07-28 14:07:03 +0200
commit3c6b1294d33dbe527fbb05e7734c78c8c58ec50f (patch)
treef4e64e011baeee956aaebaca241dbf0568b0a721
parent9826376f028795a517270ab1994f592a93b2914c (diff)
Do not try to move Doxyfile.bak which does not exist any more in doxygen 1.9.4
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 76f37b7..f2bf8e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bamtools (2.5.2+dfsg-2) UNRELEASED; urgency=medium
+
+ * Do not try to move Doxyfile.bak which does not exist any more in doxygen 1.9.4
+ Closes: #1015861
+
+ -- Andreas Tille <tille@debian.org> Thu, 28 Jul 2022 14:05:50 +0200
+
bamtools (2.5.2+dfsg-1) experimental; urgency=medium
[ Michael R. Crusoe ]
diff --git a/debian/rules b/debian/rules
index c1ceeba..61fa368 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ endif
override_dh_auto_build-indep:
doxygen -u docs/Doxyfile
doxygen docs/Doxyfile
- mv docs/Doxyfile.bak docs/Doxyfile
override_dh_auto_install-indep: