[med-svn] [Git][med-team/ncbi-entrez-direct][master] 4 commits: Start work on ncbi-entrez-direct 19.2.20230331+dfsg-3, for #1054198.
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Thu Oct 19 02:40:06 BST 2023
Aaron M. Ucko pushed to branch master at Debian Med / ncbi-entrez-direct
Commits:
286cfd30 by Aaron M. Ucko at 2023-10-18T21:13:59-04:00
Start work on ncbi-entrez-direct 19.2.20230331+dfsg-3, for #1054198.
- - - - -
9785167c by Aaron M. Ucko at 2023-10-18T21:33:14-04:00
Explicitly build-depend on golang-golang-x-net-dev (#1054198).
AFAICT, it had been coming in as an indirect dependency of
golang-github-gin-gonic-gin-dev, most immediately via
golang-golang-x-crypto-dev, which recently dropped its dependency to
break a cycle.
- - - - -
1b692889 by Aaron M. Ucko at 2023-10-18T21:33:25-04:00
.gitignore: Drop "saved" again, slightly belatedly.
- - - - -
1845bd9a by Aaron M. Ucko at 2023-10-18T21:34:23-04:00
Finalize ncbi-entrez-direct 19.2.20230331+dfsg-3 for unstable.
- - - - -
4 changed files:
- .gitignore
- debian/changelog
- debian/control
- debian/patches/debian-changes
Changes:
=====================================
.gitignore
=====================================
@@ -2,4 +2,3 @@
bin
go-build
obj-*/
-saved
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+ncbi-entrez-direct (19.2.20230331+dfsg-3) unstable; urgency=medium
+
+ * .gitignore: Drop "saved" again, slightly belatedly.
+ * debian/control: Explicitly build-depend on golang-golang-x-net-dev.
+ AFAICT, it had been coming in as an indirect dependency of
+ golang-github-gin-gonic-gin-dev, most immediately via
+ golang-golang-x-crypto-dev, which recently dropped its dependency to
+ break a cycle. (Closes: #1054198.)
+
+ -- Aaron M. Ucko <ucko at debian.org> Wed, 18 Oct 2023 21:34:22 -0400
+
ncbi-entrez-direct (19.2.20230331+dfsg-2) unstable; urgency=medium
* debian/rules: Formally build cmd/*.go as main/*.go, adjusting DH_GOPKG
=====================================
debian/control
=====================================
@@ -15,6 +15,7 @@ Build-Depends: debhelper-compat (= 13),
golang-github-klauspost-pgzip-dev,
golang-github-rainycape-unidecode-dev,
golang-github-shirou-gopsutil-dev,
+ golang-golang-x-net-dev,
golang-golang-x-text-dev,
python3
Standards-Version: 4.6.2
=====================================
debian/patches/debian-changes
=====================================
@@ -58,9 +58,8 @@ Last-Update: 2020-02-03
--- /dev/null
+++ ncbi-entrez-direct-12.0.20190816+ds/.gitignore
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,4 @@
+.pc
+bin
+go-build
+obj-*/
-+saved
View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/191db126151a3310a8204eb2a1ad32c9cb7cdc3e...1845bd9aafe987fae9686c818e78be07885e7210
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/191db126151a3310a8204eb2a1ad32c9cb7cdc3e...1845bd9aafe987fae9686c818e78be07885e7210
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/20231019/508296b6/attachment-0001.htm>
More information about the debian-med-commit
mailing list