diff options
author | Guillem Jover <guillem@debian.org> | 2011-01-03 21:25:18 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-01-06 06:40:02 +0100 |
commit | e70589e47f27d179dc01412e37bd8e0b9e76227d (patch) | |
tree | d22aafffca34a2140ec0283d2e5bfab84e9fbe64 /debian | |
parent | a66c05098e9f05d008e225c7cbc3479d37b0f91f (diff) | |
download | dpkg-e70589e47f27d179dc01412e37bd8e0b9e76227d.tar.gz |
dpkg-split: Truncate the output file when splitting a package
Use creat() instead of open() with the missing O_TRUNC.
Regression introduced in f2115151c19ff37b305296c23225807b0832086b.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0d38a60e5..88bc64372 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ dpkg (1.15.8.8) UNRELEASED; urgency=low + [ Guillem Jover ] + * Truncate the output part file on “dpkg-split -s”. Regression introduced + with the C rewrite. + [ Updated man page translations ] * Two typos fixed in French (Christian Perrier, thanks to Julien Valroff). |