Your message dated Wed, 9 Jun 2010 09:21:13 +0200
with message-id <[email protected]>
and subject line Re: Bug#584441: Typo in debian/rules make sssd.api.conf fail 
to install
has caused the Debian Bug report #584441,
regarding Typo in debian/rules make sssd.api.conf fail to install
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.)


-- 
584441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584441
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sssd
Version: 1.0.6-0

I discovered this while preparing sssd for Debian. The install rule for
sssd.api.conf is wrong in the Ubuntu package.

The line
       install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
$(CURDIR)/debian/sss/etc/sssd/sssd/sssd.api.conf

should probably look something like this instead:

       install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
$(CURDIR)/debian/sssd/etc/sssd/sssd.api.conf

Notice the typo debian/sss/ changed to debian/sssd/. Also, it would be the
only file in /etc/sssd/sssd/, so I suspect it should be moved up one level
to /etc/sssd/.
Downstream report:
https://bugs.edge.launchpad.net/ubuntu/+source/sssd/+bug/576079

--- End Message ---
--- Begin Message ---
Version: 1.2.0-1

> The line
>        install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
> $(CURDIR)/debian/sss/etc/sssd/sssd/sssd.api.conf
> 
> should probably look something like this instead:
> 
>        install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
> $(CURDIR)/debian/sssd/etc/sssd/sssd.api.conf

Yeah.  Actually, the file should not be installed in /etc/ at all, and
this was the fix implemented in version 1.2.0-1.  The fix is in
unstable already.

The bug is still in Ubuntus version 1.0.6, but they would get the fix
if they merge in version 1.2.0 from Debian.

Happy hacking,
-- 
Petter Reinholdtsen


--- End Message ---

Reply via email to