Package: debhelper
Version: 7.3.12
Severity: minor
Tags: patch

The "install" sequence of dh(1) contains dh_installcatalogs twice.
If this is intentional, if there are packages that really need their
catalogs, cron, and debconf installed in different order, then please
accept my apologies for your wasted time :)

The trivial patch is against the Git version of debhelper-7.4.1, although
the "bug" is present in the version of debhelper in Squeeze and probably
even earlier.

Thanks for making the lives of so many maintainers easier by developing
debhelper on and on!

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debhelper depends on:
ii  binutils              2.19.51.20090723-1 The GNU assembler, linker and bina
ii  dpkg-dev              1.15.3.1           Debian package development tools
ii  file                  5.03-1             Determines file type using "magic"
ii  html2text             1.3.2a-14          advanced HTML to text converter
ii  man-db                2.5.6-1            on-line manual pager
ii  perl                  5.10.0-25          Larry Wall's Practical Extraction 
ii  perl-base             5.10.0-25          minimal Perl system
ii  po-debconf            1.0.16             tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make                       0.48       tool that converts source archives

-- no debconf information
From 72cd863bf36e43077449fa2cfeede1167575d5a4 Mon Sep 17 00:00:00 2001
From: Peter Pentchev <[email protected]>
Date: Mon, 7 Sep 2009 15:04:55 +0300
Subject: [PATCH] Only invoke dh_installcatalogs once during "dh install".

---
 dh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dh b/dh
index 710117e..cd2f9f0 100755
--- a/dh
+++ b/dh
@@ -253,7 +253,6 @@ $sequences{install} = [...@{$sequences{build}}, qw{
 	dh_installcatalogs
 	dh_installcron
 	dh_installdebconf
-	dh_installcatalogs
 	dh_installemacsen
 	dh_installifupdown
 	dh_installinfo
-- 
1.6.3.3

Attachment: pgpYhLhvulmEs.pgp
Description: PGP signature

Reply via email to