diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-14 18:04:28 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-14 18:04:28 +0000 |
commit | 61d23e0476aa25b9098d01aa86db95e9170cc948 (patch) | |
tree | a270ab6cba2e85af47c6f7abdb3d3125851df8aa /debian/control | |
parent | 0c3b8efd872abc67d2aec8e2ea9bc92ab24a7ede (diff) | |
download | pbuilder-61d23e0476aa25b9098d01aa86db95e9170cc948.tar pbuilder-61d23e0476aa25b9098d01aa86db95e9170cc948.tar.gz |
debian/control: let pbuilder-uml replace pbuilder (= 0.217) so it is able to take over a file wrongly placed on pbuilder due to #800416
After a discussion on the debian-devel mailing list this was the really the
only possible sane action.
Trying to delete it in some maintainer script would be insane to try catching
the varius possible corner cases. Also, this bug affects only users of pbuilder
0.217, the odds you ever installed that version are quite slim, give that 0.218
appeared on the archives less than 24 hours later.
Closes: #800769
Gbp-Dch: Short
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d2703d5..6bb5f65 100644 --- a/debian/control +++ b/debian/control @@ -60,6 +60,7 @@ Depends: pbuilder (= ${source:Version}), rootstrap (>= 0.3.9-1), user-mode-linux, ${misc:Depends} +Replaces: pbuilder (= 0.217) Description: user-mode-linux version of pbuilder pbuilder-uml uses a User-mode-linux system, and builds Debian packages inside the UML image. It is an ideal system to use to check |