Ananthu C V pushed to branch master at Debian Med / primer3
Commits: c99a9f58 by Ananthu C V at 2024-12-01T16:34:42+05:30 Clean up source directory properly (Closes: #1045454) - - - - - 7572fa91 by Ananthu C V at 2024-12-01T16:36:47+05:30 Use execute_after hook over overrides in d/rules - - - - - 130068c9 by Ananthu C V at 2024-12-01T16:37:52+05:30 Bump standards version to 4.7.0 (no changes needed) - - - - - ca37c255 by Ananthu C V at 2024-12-01T16:43:34+05:30 Correct patch header metadata - - - - - f3bb2800 by Ananthu C V at 2024-12-01T16:51:01+05:30 Drop deprecated an-trap macro from manpage - - - - - c09de279 by Ananthu C V at 2024-12-01T17:25:23+05:30 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - debian/patches/hardening.patch - debian/patches/set_prefix.patch - debian/primer3_core.1 - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +primer3 (2.6.1-5) unstable; urgency=medium + + * Team upload. + * Clean up source directory properly (Closes: #1045454) + * Use execute_after hook over overrides in d/rules + * Bump standards version to 4.7.0 (no changes needed) + * Correct patch header metadata + * Drop deprecated an-trap macro from manpage + + -- Ananthu C V <[email protected]> Sun, 01 Dec 2024 17:24:55 +0530 + primer3 (2.6.1-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/primer3 Vcs-Git: https://salsa.debian.org/med-team/primer3.git Homepage: http://primer3.sourceforge.net ===================================== debian/patches/hardening.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Thu, 19 Dec 2013 09:58:19 +0100 +Last-Update: 2013-12-19 Description: Propagate hardening options --- a/src/Makefile ===================================== debian/patches/set_prefix.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Fri, 15 Oct 2021 11:17:09 +0200 +Last-Update: 2021-08-15 Description: We want to set PREFIX from d/rules Forwarded: no ===================================== debian/primer3_core.1 ===================================== @@ -37,9 +37,6 @@ primer3_core echoes and ignores any tags it does not recognize, unless the flag is set on the command line, in which case primer3_core prints an error in the PRIMER_ERROR output tag, and prints additional information on stdout; this option can be useful for debugging systems that incorporate primer\&. .RE .sp -.it 1 an-trap -.nr an-no-space-flag 1 -.nr an-break-flag 1 .br Note .PP ===================================== debian/rules ===================================== @@ -41,8 +41,7 @@ endif dh clean --sourcedirectory=test endif -override_dh_installexamples: - dh_installexamples +execute_after_dh_installexamples: mkdir -p $(sampledir)/test; mkdir -p $(sampledir)/src; mkdir -p $(sampledir)/settings_files; @@ -56,3 +55,6 @@ override_dh_installexamples: chmod -x $(sampledir)/test/primer_windows_newlines_input sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' $(sampledir)/test/long_seq_tm_test.pl ; sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' $(sampledir)/test/vgrep.pl ; + +execute_after_dh_auto_clean: + rm -rf ${CURDIR}/src/debian View it on GitLab: https://salsa.debian.org/med-team/primer3/-/compare/e90df05a9c3a2d1728947b26b8a1e44bf79be2d0...c09de279d93ba8fa18adc38b7009eb6b312b1377 -- View it on GitLab: https://salsa.debian.org/med-team/primer3/-/compare/e90df05a9c3a2d1728947b26b8a1e44bf79be2d0...c09de279d93ba8fa18adc38b7009eb6b312b1377 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
