[Piuparts-devel] [Git][debian/piuparts][develop] 3 commits: Bump standards version to 4.4.1, no changes needed.
Holger Levsen
gitlab at salsa.debian.org
Sat Dec 28 15:19:48 GMT 2019
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
b5e2f2e2 by Holger Levsen at 2019-12-28T14:28:07Z
Bump standards version to 4.4.1, no changes needed.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
f1b72b2e by Holger Levsen at 2019-12-28T14:58:22Z
d/rules: set GOCACHE to a safely writable directory during build as the cache is mandatory with Go 1.12.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2f15d124 by Holger Levsen at 2019-12-28T15:19:07Z
Bump debhelper-compat to 12.
after confirming with diffoscope that the changes are sane
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- debian/changelog
- + debian/clean
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -36,12 +36,15 @@ piuparts (1.1.0) UNRELEASED; urgency=medium
update examples for buster being stable and bullseye being the new
testing.
* Use /usr/bin/python3 everywhere.
- * Bump standards version to 4.4.0, no changes needed.
+ * Bump standards version to 4.4.1, no changes needed.
* d/tests: Add simple smoke-test.
* htdocs/news.tpl:
- mention new suites bullseye and bullseye-rcmd being tested.
- mention piuparts.debian.org is running the python3 branch.
* instances/Makefile: set default mirror to deb.debian.org.
+ * d/rules: set GOCACHE to a safely writable directory during build as
+ the cache is mandatory with Go 1.12.
+ * Bump debhelper-compat to 12.
[ David Prévot ]
* Use the same favicon as the one from www.d.o.
=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+.gocache/
=====================================
debian/control
=====================================
@@ -4,10 +4,10 @@ Uploaders:
Holger Levsen <holger at debian.org>
Section: devel
Priority: optional
-Standards-Version: 4.4.0
+Standards-Version: 4.4.1
Rules-Requires-Root: no
Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 12),
dh-python,
python3-all,
python3-apt,
=====================================
debian/rules
=====================================
@@ -3,10 +3,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export GOCACHE := $(CURDIR)/.gocache
+
%:
dh $@ --with python3
-
override_dh_auto_build:
$(MAKE) prefix=/usr build build-doc
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/a43e4458a0e9e457decb78d1bee8d7c13a57548b...2f15d124ddd211ead2380e671a6a8d22d3148f63
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/a43e4458a0e9e457decb78d1bee8d7c13a57548b...2f15d124ddd211ead2380e671a6a8d22d3148f63
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/20191228/2f3b6ff4/attachment-0001.html>
More information about the Piuparts-devel
mailing list