Michael R. Crusoe pushed to branch master at Debian Med / repeatmasker-recon
Commits: 516081f2 by Debian Janitor at 2020-04-17T12:16:04+00:00 Trim trailing whitespace. Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html - - - - - 9c47431a by Debian Janitor at 2020-04-17T12:16:40+00:00 Bump debhelper from old 11 to 12. Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html - - - - - de39865f by Debian Janitor at 2020-04-17T12:17:11+00:00 Set debhelper-compat version in Build-Depends. Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html - - - - - 7d7a68e5 by Michael R. Crusoe at 2020-04-19T17:22:07+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request med-team/repeatmasker-recon!1 - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +repeatmasker-recon (1.08-5) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + + -- Debian Janitor <[email protected]> Fri, 17 Apr 2020 12:15:51 +0000 + repeatmasker-recon (1.08-4) unstable; urgency=medium * debhelper 11 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 12), help2man Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/med-team/repeatmasker-recon ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # main packaging script based on dh7 syntax %: - dh $@ + dh $@ override_dh_auto_build: cd src; make View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/ff073cceab87f9c9920a0baac1fc526698170f23...7d7a68e538bd5395661c4ceb17398f552262b7c0 -- View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/ff073cceab87f9c9920a0baac1fc526698170f23...7d7a68e538bd5395661c4ceb17398f552262b7c0 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
