Skip to content
Commits on Source (7)
piuparts (0.90) unstable; urgency=medium
[ Michael Stapelberg ]
* debiman-piuparts-distill: also consider --install, fixes
https://github.com/Debian/debiman/issues/106
[ Holger Levsen ]
* Bump standards version to 4.2.0, no changes needed.
-- Holger Levsen <holger@debian.org> Mon, 13 Aug 2018 13:37:03 +0200
piuparts (0.89) unstable; urgency=medium
* scripts/pre_install_exceptions: force cleanup of sympa's spool
......
......@@ -4,7 +4,7 @@ Uploaders:
Holger Levsen <holger@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.1.4
Standards-Version: 4.2.0
Rules-Requires-Root: no
Build-Depends:
asciidoc,
......
......@@ -34,7 +34,7 @@ var (
var (
logAlternativesRe = regexp.MustCompile(`LOG-ALTERNATIVES: dpkg=([^:]+): piuparts=(?:[^:]+): (.*)`)
slaveParamsRe = regexp.MustCompile(`--slave ([^ ]+) (?:[^ ]+) ([^ ]+)`)
slaveParamsRe = regexp.MustCompile(`--(?:install|slave) ([^ ]+) (?:[^ ]+) ([^ ]+)`)
)
type link struct {
......