Skip to content
Commits on Source (3)
......@@ -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.
......
......@@ -4,10 +4,10 @@ Uploaders:
Holger Levsen <holger@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,
......
......@@ -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
......