Skip to content
Commits on Source (5)
......@@ -36,6 +36,10 @@ case ${PIUPARTS_OBJECTS%%=*} in
# switch init to upstart before installation
apt-get install upstart
;;
sympa)
# force removal of spool directories
echo "sympa sympa/remove_spool boolean true" | debconf-set-selections
;;
systemd-sysv)
case "$PIUPARTS_DISTRIBUTION" in
wheezy*)
......
piuparts (0.89) unstable; urgency=medium
* scripts/pre_install_exceptions: force cleanup of sympa's spool
directories. (Closes: #673972)
* d/control:
- move Built-Using: to piuparts-master binary package.
- add Xs-Go-Import-Path: header.
-- Holger Levsen <holger@debian.org> Tue, 12 Jun 2018 14:44:37 +0000
piuparts (0.88) unstable; urgency=medium
* Recycle failed packages in sid after 2 days and force rescheduling them
......
......@@ -23,10 +23,10 @@ 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
Vcs-Browser: https://salsa.debian.org/debian/piuparts
Xs-Go-Import-Path: salsa.debian.org/debian/piuparts
Package: piuparts
Architecture: all
......@@ -58,6 +58,7 @@ Description: .deb package installation, upgrading, and removal testing tool
Package: piuparts-master
Architecture: any
Built-Using: ${misc:Built-Using}
Depends:
piuparts-common (>= ${source:Version}),
piuparts-common (<< ${source:Version}+),
......