Bug#738971: /usr/sbin/exim4: On rules file from package debconf-updatepo fails wo argument
Corcodel Marian
asd at marian1000.go.ro
Fri Feb 14 11:48:56 UTC 2014
Package: exim4-daemon-light
Version: 4.80-7
Severity: normal
File: /usr/sbin/exim4
Tags: patch
--- a/debian/rules
+++ b/debian/rules
@@ -267,7 +267,11 @@
dh_testdir
dh_testroot
- debconf-updatepo
+ if debconf-updatepo || echo $? ; then \
+ debconf-updatepo --skip-pot; \
+ else \
+ debconf-updatepo; \
+ fi
rm -f build-stamp configure-stamp installbase-stamp test-stamp
I added this patch because "debconf-updatepo " fail when not have file
templates.pot-update
On directory exim4-4.80 run :
#:~/Debian/exim4/exim4-4.80$ debconf-updatepo
None of the files in POTFILES.in contain strings marked for translation.
file templates.pot-update does not exist at /usr/share/intltool-debian
/intltool-update line 783.
-- Package-specific info:
Exim version 4.80 #3 built 13-Feb-2014 22:01:00
Copyright (c) University of Cambridge, 1995 - 2012
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2012
Berkeley DB: Berkeley DB 5.1.29: (October 25, 2011)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
dc_eximconfig_configtype='internet'
dc_other_hostnames=''
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:marian1000.go.ro
-- System Information:
Debian Release: 7.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages exim4-daemon-light depends on:
ii debconf [debconf-2.0] 1.5.49
ii exim4-base 4.80-7
ii libc6 2.13-38+deb7u1
ii libdb5.1 5.1.29-5
ii libgnutls26 2.12.20-7
ii libpcre3 1:8.30-5
exim4-daemon-light recommends no packages.
exim4-daemon-light suggests no packages.
-- debconf information excluded
More information about the Pkg-exim4-maintainers
mailing list