Andreas Tille pushed to branch master at Debian Med / libbio-procedural-perl
Commits: 6962a33f by Andreas Tille at 2025-02-16T15:53:42+01:00 Do not even attempt to access the internet Closes: #1078626 - - - - - b5af8d5a by Andreas Tille at 2025-02-16T15:57:40+01:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libbio-procedural-perl (1.7.4-4) unstable; urgency=medium + + * Team upload. + * Do not even attempt to access the internet + Closes: #1078626 + + -- Andreas Tille <[email protected]> Sun, 16 Feb 2025 15:54:10 +0100 + libbio-procedural-perl (1.7.4-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -1,4 +1,7 @@ #!/usr/bin/make -f +export http_proxy=http://127.0.0.1:9/ +export https_proxy=http://127.0.0.1:9/ + %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/libbio-procedural-perl/-/compare/6dda876e35be788d444cd72eaaea77542c62947d...b5af8d5af47c103acfe1e6e8d811066715994259 -- View it on GitLab: https://salsa.debian.org/med-team/libbio-procedural-perl/-/compare/6dda876e35be788d444cd72eaaea77542c62947d...b5af8d5af47c103acfe1e6e8d811066715994259 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
