Skip to content
......@@ -2,6 +2,12 @@ piuparts (0.88) UNRELEASED; 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.
-- Holger Levsen <holger@debian.org> Sat, 02 Jun 2018 12:15:01 +0000
......
......@@ -24,13 +24,11 @@ Build-Depends:
Build-Depends-Indep:
git,
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 +78,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 +102,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 +119,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.
......