Your message dated Mon, 23 Oct 2017 21:34:02 +0000
with message-id <e1e6kme-000idg...@fasolo.debian.org>
and subject line Bug#879643: fixed in debhelper 10.10.3
has caused the Debian Bug report #879643,
regarding debhelper: dh_usrlocal tries to chown to root:group which fails 
because group is not valid
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 ow...@bugs.debian.org
immediately.)


-- 
879643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879643
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debhelper
Version: 10.10.2
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

dh_usrlocal adds the following to my maintainerscript for cacti:
# Automatically added by dh_usrlocal/10.10.2
if [ "$1" = configure ]; then
(
        while read line; do
                set -- $line
                dir="$1"; mode="$2"; user="$3"; group="$4"
                if [ ! -e "$dir" ]; then
                        if mkdir "$dir" 2>/dev/null; then
                                chown "$user":"$group" "$dir"
                                chmod "$mode" "$dir"
                        fi
                fi
        done
) << DATA
/usr/local/share 02775 root group
/usr/local/share/cacti 02775 root group
/usr/local/share/cacti/resource 02775 root group
/usr/local/share/cacti/resource/script_queries 02775 root group
/usr/local/share/cacti/resource/script_server 02775 root group
/usr/local/share/cacti/resource/snmp_queries 02775 root group
/usr/local/share/cacti/scripts 02775 root group
DATA

which is wrong, because group doesn't exist on my system. As a result, the
generated package fails to install (hence the severity). The manual says it
should be saying staff instead. The directories are created by a debian/dirs
file, so they are not created by me with the wrong group during build time
(anyways, also in my build env, that group doesn't exist).

Paul

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAlnuR+kACgkQnFyZ6wW9
dQpdEQf/WPcOalD1VZanGIqEYl0H+OaB0gzfmJqfbKcKM5ZOEBeMvtEG1GjlDaG4
PaXUKhlW+NGHwrzN44BrXT76KXkS64eaMYn/H8eZX8TQ+RBKvOmpHHoXTJazCPsY
MW51x+lc77BYANsrfk7Bjvsje69WP4S+rxRCL2NJR01rKJXeqnTfSTqClL8b6KQO
X1rwvYx1N1NYd7P6m/LD2PWniiiYBGKmKV8Ij95T99Hxtg3vyJPm4bWjwNTpSq4R
hkEpxJRH4zVqLBzx1bzACKYoag32uDCFR1lGHQ2qIg1ghHvayCYgyDSNNJjbtdp+
9YdKxJ58qdyRUcMGwlSM4kB7vBMoqg==
=UPbC
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 10.10.3

We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated debhelper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Oct 2017 21:24:08 +0000
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 10.10.3
Distribution: unstable
Urgency: medium
Maintainer: Debhelper Maintainers <debhelper-de...@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description:
 debhelper  - helper programs for debian/rules
 dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 879643
Changes:
 debhelper (10.10.3) unstable; urgency=medium
 .
   * dh_strip: Skip the entire directory when an exclude rule
     parameter matches it.
   * dh_fixperms: Improve the documentation to assume less familarity
     with "Rules-Requires-Root" (R³).
   * dh_usrlocal: Ditto.
   * dh_builddeb: Ditto.
   * dh_usrlocal: Correct the group name when creating directories
     owned by "root:staff".  Thanks to Paul Gevers for reporting
     the bug.  (Closes: #879643)
   * dh_usrlocal: Fix inverted boolean logic that made dh_usrlocal
     ignore ownership of directories when it should have preserved
     them.
Checksums-Sha1:
 a5f79a2a2ad4a200bbf81d488a0402e59a6fe4eb 1795 debhelper_10.10.3.dsc
 8c30238c97973e70f7653a3330ae1685fe4cbf4a 428548 debhelper_10.10.3.tar.xz
 cbe7d1435917501a9061404513daeda71f695cfd 4506 
debhelper_10.10.3_source.buildinfo
Checksums-Sha256:
 0c10bfefade6a1fdbf6b7e3687c45bef1447663fee15686c6ad8be0a635a2847 1795 
debhelper_10.10.3.dsc
 54a381b7bf70f5fa22afe33ccddb13785f26661f03b3ff8b98b7c2e50eb81902 428548 
debhelper_10.10.3.tar.xz
 52eee1742f4a4ba414882f61587b2315a174e706f3f90feee8db3a49a4e32567 4506 
debhelper_10.10.3_source.buildinfo
Files:
 752e060607e4586d279ed53884e28979 1795 devel optional debhelper_10.10.3.dsc
 7158c8d9b8921bc0db6c03420c73e46b 428548 devel optional debhelper_10.10.3.tar.xz
 787dee108254249ace35ed270ed9f34a 4506 devel optional 
debhelper_10.10.3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlnuXoMACgkQBUu7n32A
ZELWtBAAgAEZedSGCyuRFrpeSKHl/AR3jiFtNZBAfoDArC6i0aRJCtdY/27jCaed
G3Ly9Mme9XCBdOGMeMH8aO0a5j42y0bwpkW7fuQXRcC9ZyNjWRmoPtilY5RGvdJm
D30kpQozE36AHv7c2wZU3f4zyd6I0HgTvCoVABlrtcTTA21F5O8zoHawkzVbGzNz
32i0Bz8ZgDmv3ItaAfZwL1pp1h0jOtRSvMrYiuKkrgHj400RGrjdaY9waHiy+4EA
Wnqg55A06ffEhAOfK2QkX/DgYFuBXh+j24sHMOAP/jS5aP26n/PSieCOJoDs9uHI
WPudiP1VGrCaXKOMXmEjQYfyBTxkNALa/c99EcN800vaI2/pTe2OXMGz9MRKm5dK
Ob3sRZDIGMzkKL29m9EqiP7gH6GqJ3Dp+YJJPDllO6LfUC/gy6ZwTVUGaPxR6BQQ
kr1t9yCck7x5MyVmYS24LjSAeKCr2Uvyi7XGOMnqbhSoSC+o3fJMhdJc8xfRMThR
1dmWeaoGAwmi2iigPBj3RYaeYJ3hY1ZeRW8O0jHqdjtqtgBqovqbSj9d2+fb34+/
p77IllzgdFvQ1+gt/QQ46kxYVsGNREjq5DNPdEof7BOO+sSUGYs6XL72BuhQPpgb
IK5BbEQvKGccHUQqRz6Vwt5OlpMDnQvXyUV6qL83Xn+7wQ5ArN4=
=HhrH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to