diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-07 13:12:47 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-07 13:12:47 -0400 |
commit | 9ea927f370855991287d2ef6383cfbaafbdc830e (patch) | |
tree | d2c87fa989754104a83cbc4d08c84cfcf30419fb | |
parent | b25208684fa1116946369b53213bac724fa66a3d (diff) | |
download | debhelper-9ea927f370855991287d2ef6383cfbaafbdc830e.tar.gz |
dh: Remove duplicate dh_installcatalogs list. Closes: #545483 (It was only run once due to logging.)
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | dh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 530ba0d3..925185fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ debhelper (7.4.2) UNRELEASED; urgency=low * Man page typo. Closes: #545443 + * dh: Remove duplicate dh_installcatalogs list. Closes: #545483 + (It was only run once due to logging.) -- Joey Hess <joeyh@debian.org> Mon, 07 Sep 2009 12:48:39 -0400 @@ -253,7 +253,6 @@ $sequences{install} = [@{$sequences{build}}, qw{ dh_installcatalogs dh_installcron dh_installdebconf - dh_installcatalogs dh_installemacsen dh_installifupdown dh_installinfo |