diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-29 15:46:13 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-29 15:46:13 +0300 |
commit | 360783eb5d4c216a8f4343758228f26da24cbb4f (patch) | |
tree | ed297c5e410b65d94454525789b19682d231b1d6 | |
parent | cc603a55ded1a917613fcaabb4689df82429a376 (diff) | |
download | apt-360783eb5d4c216a8f4343758228f26da24cbb4f.tar.gz |
apt (1.9.4+dyson1)dyson/1.9.4+dyson1
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 11066f1d7..e8071b84e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.9.4+dyson1) experimental; urgency=medium + + * Package for Dyson: + - Update Vcs fields + - Do not rely on external file in tests + - Remove unreliable test for tmp dir + - Include <signal.h> for signal() + - Just remove statfs() + - Fix iconv + - Use appropriate getservbyport_r() + - Define O_DIRECTORY=0 if undefined + - Fix detecting statvfs + + -- Igor Pashev <pashev.igor@gmail.com> Fri, 29 Nov 2019 15:35:55 +0300 + apt (1.9.4) experimental; urgency=medium * CMake: Pass -Werror=return-type to gcc |