Your message dated Sun, 27 Feb 2011 11:46:17 +0100
with message-id <[email protected]>
and subject line Re: Bug#578372: exim4: comment in debian/control breaks 
debian/create-custom-package
has caused the Debian Bug report #578372,
regarding exim4: comment in debian/control breaks debian/create-custom-package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
578372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578372
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exim4
Version: 4.69-11
Severity: normal

debian/control includes a comment in line 20 which prevents
debian/create-custom-package from being successful:

$ debian/create-custom-package abc
dh_testdir
dh_testroot
[...snipped...]
#find OS doc scripts exim_monitor src util -perm -044 -or -print0 |\
        #       xargs -0r chmod -c og+r
grep-dctrl: control:20: expected a colon.u

Line 20 is this one:

# psmisc just for exiwhat.

Without that line, debian/control gets modified correctly.

Patch attached.

Robert Kehl
--- debian/control.orig 2010-04-19 13:20:34.000000000 +0200
+++ debian/control      2010-04-19 13:20:47.000000000 +0200
@@ -17,7 +17,6 @@
 Conflicts: exim, exim-tls, exim4-daemon-light (<<${Upstream-Version}), 
exim4-daemon-heavy (<<${Upstream-Version}), exim4-daemon-custom 
(<<${Upstream-Version})
 Replaces: exim, exim-tls, exim4-daemon-light, exim4-daemon-heavy, 
exim4-daemon-custom
 Depends: ${shlibs:Depends}, ${misc:Depends}, cron | fcron, exim4-config 
(>=4.30) | exim4-config-2, adduser, netbase, lsb-base (>= 3.0-6)
-# psmisc just for exiwhat.
 Recommends: psmisc, mailx, perl-modules
 Suggests: mail-reader, eximon4, exim4-doc-html|exim4-doc-info, gnutls-bin | 
openssl, file, libmail-spf-query-perl (>= 1.999-1), swaks
 Description: support files for all Exim MTA (v4) packages

--- End Message ---
--- Begin Message ---
On 2010-04-19 Robert Kehl <[email protected]> wrote:
> Package: exim4
> Version: 4.69-11
> Severity: normal

> debian/control includes a comment in line 20 which prevents
> debian/create-custom-package from being successful:

> $ debian/create-custom-package abc
> dh_testdir
> dh_testroot
> [...snipped...]
> #find OS doc scripts exim_monitor src util -perm -044 -or -print0 |\
>         #       xargs -0r chmod -c og+r
> grep-dctrl: control:20: expected a colon.u

> Line 20 is this one:

> # psmisc just for exiwhat.

> Without that line, debian/control gets modified correctly.
[...]

This was fixed in dctrl-tools 2.14. See http://bugs.debian.org/521006

cu andreas


--- End Message ---

Reply via email to