summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-11-06 03:01:32 +0100
committerGuillem Jover <guillem@debian.org>2019-01-15 04:49:04 +0100
commit484ae17976645e2eb48a3f5d0d56e2b1dca63a6a (patch)
tree259e73c5bcaba84dcfb33642e1d37e3599e36b93 /debian
parent9d180d6ea72d466b5af03ed5eadb4c2cc7345cab (diff)
downloaddpkg-484ae17976645e2eb48a3f5d0d56e2b1dca63a6a.tar.gz
dpkg: Use common pattern of assigning as an iterator
Assign hare->next to hare instead of using the temporary variable, so that it's quicker to spot as an iterator assignment.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 525600048..b254ffacc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium
- update-alternatives: Switch verbose selection into an enum.
- dpkg: Negate tortoise_not_in_hare() function name and return value.
- dpkg: Initialize trigcyclenode's next member once.
+ - dpkg: Use common pattern of assigning as an iterator.
* Build system:
- get-version: Use a format string with printf.
- run-script: Use $() instead of deprecated ``.