[med-svn] [Git][med-team/libbio-procedural-perl][master] 2 commits: Do not even attempt to access the internet Closes: #1078626
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Feb 16 14:57:54 GMT 2025
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250216/c668888a/attachment-0001.htm>
More information about the debian-med-commit
mailing list