Andreas Tille pushed to branch master at Debian Med / bamtools
Commits: 3c6b1294 by Andreas Tille at 2022-07-28T14:07:03+02:00 Do not try to move Doxyfile.bak which does not exist any more in doxygen 1.9.4 - - - - - e12397fe by Andreas Tille at 2022-07-28T14:08:16+02:00 Build-Depends: pkg-config (since cmake is asking for it) - - - - - 328b296d by Andreas Tille at 2022-07-28T14:08:40+02:00 routine-update: Standards-Version: 4.6.1 - - - - - a5568850 by Andreas Tille at 2022-07-28T14:08:43+02:00 Wrap long lines in changelog entries: 2.5.2+dfsg-2. Changes-By: lintian-brush Fixes: lintian: debian-changelog-line-too-long See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html - - - - - 16c012ee by Andreas Tille at 2022-07-28T14:09:45+02:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +bamtools (2.5.2+dfsg-2) unstable; urgency=medium + + * Do not try to move Doxyfile.bak which does not exist any more in doxygen + 1.9.4 + Closes: #1015861 + * Build-Depends: pkg-config (since cmake is asking for it) + * Standards-Version: 4.6.1 (routine-update) + + -- Andreas Tille <[email protected]> Thu, 28 Jul 2022 14:08:47 +0200 + bamtools (2.5.2+dfsg-1) experimental; urgency=medium [ Michael R. Crusoe ] ===================================== debian/control ===================================== @@ -11,8 +11,9 @@ Build-Depends: debhelper-compat (= 13), zlib1g-dev, libjsoncpp-dev, help2man, - doxygen -Standards-Version: 4.6.0 + doxygen, + pkg-config +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/bamtools Vcs-Git: https://salsa.debian.org/med-team/bamtools.git Homepage: https://github.com/pezmaster31/bamtools/wiki ===================================== 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: View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/9826376f028795a517270ab1994f592a93b2914c...16c012ee6612ecb2fef0dcd1e5f9198ac65894ba -- View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/9826376f028795a517270ab1994f592a93b2914c...16c012ee6612ecb2fef0dcd1e5f9198ac65894ba You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
