diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-27 12:07:06 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-27 12:07:06 +0100 |
commit | c70496f94c8a16072b0b7a7906dec4b1aa4f306e (patch) | |
tree | 1ddfab318b1fcdd698541d442a39fbb98797e2c2 /debian/changelog | |
parent | 65d71b381cc326bdf5310d8a2ea5b3f0d0307f63 (diff) |
* apt-pkg/deb/dpkgpm.cc:
- added "Dpkg::StopOnError" variable that controls if apt
will abort on errors from dpkg
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 24e10dcd5..8da0d6471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ apt (0.6.46.4) unstable; urgency=low - * add apt-secure.8 to "See also" section + * added apt-secure.8 to "See also" section + * apt-pkg/deb/dpkgpm.cc: + - added "Dpkg::StopOnError" variable that controls if apt + will abort on errors from dpkg -- |