[Piuparts-devel] [Git][debian/piuparts][develop] 2 commits: d/rules: set GO111MODULE to auto
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Oct 14 14:31:14 BST 2021
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
dd47fa09 by Athos Ribeiro at 2021-10-14T15:18:05+02:00
d/rules: set GO111MODULE to auto
This will ensure pre Go 1.16 behavior is maintained once Debian migrates
to Go 1.16
Signed-off-by: Athos Ribeiro <athos.ribeiro at canonical.com>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e3be3151 by Holger Levsen at 2021-10-14T15:23:38+02:00
release as 1.1.5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+piuparts (1.1.5) unstable; urgency=medium
+
+ [ Nicolas Dandrimont ]
+ * pejacevic: update enabled suites for bullseye as stable, bookworm as
+ testing.
+ * Add news for the bullseye update.
+ * Fix perjacevic typo in docs.
+
+ [ David Steele ]
+ * Remove oldstable results from summary.json.
+
+ [ Athos Ribeiro ]
+ * d/rules: set GO111MODULE to auto to maintain pre Go 1.16 behavior. Closes: #991970.
+ (MR: debian/piuparts!35)
+
+ -- Holger Levsen <holger at debian.org> Thu, 14 Oct 2021 15:23:26 +0200
+
piuparts (1.1.4) unstable; urgency=medium
[ David Steele ]
=====================================
debian/rules
=====================================
@@ -4,6 +4,7 @@
#export DH_VERBOSE=1
export GOCACHE := $(CURDIR)/.gocache
+export GO111MODULE := auto
%:
dh $@ --with python3
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/d02693ec80be57a0a43454350c25ee8e87692108...e3be3151eac85582a032b68870044be84116a0f3
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/d02693ec80be57a0a43454350c25ee8e87692108...e3be3151eac85582a032b68870044be84116a0f3
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/piuparts-devel/attachments/20211014/42684734/attachment-0001.htm>
More information about the Piuparts-devel
mailing list