Skip to content
Commits on Source (9)
piuparts (0.88) unstable; urgency=medium
* Recycle failed packages in sid after 2 days and force rescheduling them
2 days later.
* d/control:
- shorten Vcs: headers.
- drop versioned Pre-Depends on dpkg which is even satisfied in
oldoldstable.
- drop Breaks and Replaces on versions of piuparts which are older than
oldoldstable.
- add "Built-Using: ${misc:Built-Using}" which is needed because we ship
golang binaries, thanks lintian.
-- Holger Levsen <holger@debian.org> Fri, 08 Jun 2018 13:17:44 +0000
piuparts (0.87) unstable; urgency=medium
[ Philipp Hahn ]
......@@ -30,8 +45,8 @@ piuparts (0.85) unstable; urgency=medium
- Add docker support, new param is introduced `--docker-image`.
(Closes: #893731)
- Deprecate --keep-tmpdir in favor of --keep-env (Closes: #894232)
- Create ${ENV}/dev/ptmx path if it doesn't exist
- Create ${ENV}/dev/null if it doesn't exist ASAP
- Create ${ENV}/dev/ptmx path if it doesn't exist (Closes: #895380)
- Create ${ENV}/dev/null if it doesn't exist ASAP (Closes: #895379)
* Add `docker.io` as suggested package.
* Reworded documentation for `--keep-env` and `--schroot` parameters.
......
......@@ -23,14 +23,13 @@ Build-Depends:
xmlto,
Build-Depends-Indep:
git,
Built-Using: ${misc:Built-Using}
Homepage: https://piuparts.debian.org
Vcs-Git: https://salsa.debian.org/debian/piuparts.git
Vcs-Browser: https://salsa.debian.org/debian/piuparts.git
Vcs-Git: https://salsa.debian.org/debian/piuparts
Vcs-Browser: https://salsa.debian.org/debian/piuparts
Package: piuparts
Architecture: all
Pre-Depends:
dpkg (>= 1.15.7.2~),
Depends:
piuparts-common (= ${binary:Version}),
debootstrap (>= 1.0.89~),
......@@ -80,10 +79,6 @@ Recommends:
r-recommended,
devscripts,
libsoap-lite-perl,
Breaks:
piuparts (<= 0.44)
Replaces:
piuparts (<= 0.44)
Description: piuparts master components
piuparts is meant as a quality assurance tool for people who create .deb
packages to test them before they upload them to the Debian package archive.
......@@ -108,10 +103,6 @@ Depends:
${misc:Depends},
Suggests:
schroot
Breaks:
piuparts (<= 0.44)
Replaces:
piuparts (<= 0.44)
Description: piuparts slave components
piuparts is meant as a quality assurance tool for people who create .deb
packages to test them before they upload them to the Debian package archive.
......@@ -129,10 +120,6 @@ Depends:
python-lzma,
${python:Depends},
${misc:Depends},
Breaks:
piuparts (<= 0.44)
Replaces:
piuparts (<= 0.44)
Description: common piuparts components
piupartslib, common library used by piuparts-master, -report, -analyze and
-slave.
......
......@@ -292,6 +292,8 @@ piuparts-flags =
--scriptsdir /etc/piuparts/scripts-log-alternatives
%(flags-default)s
distro = sid
reschedule-fail-days = 2
expire-fail-days = +2
[sid-strict]
......