diff options
author | Guillem Jover <guillem@debian.org> | 2014-12-05 09:41:00 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-12-27 23:18:37 +0100 |
commit | f58eee9edbfc876d92af50323e1492b676a705d4 (patch) | |
tree | 3ca631d85d21989337fc9c2543a74f2f022107d6 /debian | |
parent | 2a7390d1108b221cc2fa34923f723caff9b0a2d1 (diff) | |
download | dpkg-f58eee9edbfc876d92af50323e1492b676a705d4.tar.gz |
dpkg: Reset trigger cycle tracking on unsatisfied dependencies during trigproc
If we are not going to process triggers due to an unsatisfied
dependency, we should reset the trigger cycle tracking information
so that we do not end up reporting bogus cycle errors.
Closes: #771730
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index da54d81a7..cba7ec337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ dpkg (1.17.23) UNRELEASED; urgency=low [ Guillem Jover ] * Use a matching group instead of ${^MATCH} in s/// in dselect build script. * Skip tar extractor tests if tar is not GNU tar >= 1.27. + * Reset the trigger cycle tracking on unsatisfied dependencies during + trigger processing. Closes: #771730 [ Updated programs translations ] * Basque (Iñaki Larrañaga Murgoitio). Closes: #771893 |