** Patch added: "this one should work fine"
https://bugs.launchpad.net/ubuntu/+source/courier/+bug/803176/+attachment/2193768/+files/umask_fix2.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
This bug was fixed in the package courier - 0.66.1-1ubuntu2
---
courier (0.66.1-1ubuntu2) oneiric; urgency=low
* Fix umask to fix FTBFS. (LP: #803176)
-- Jean-Louis DupondWed, 06 Jul 2011 11:57:03 +0200
** Branch linked: lp:ubuntu/courier
** Changed in: courier (Ubuntu)
** Patch added: "umask.debdiff"
https://bugs.launchpad.net/ubuntu/+source/courier/+bug/803176/+attachment/2193702/+files/umask.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803176
Title:
Reopening, now it fails due to a different issue:
h_testdir
if [ ! -x /usr/bin/openssl ]; then \
echo "You need to install openssl first"; \
exit 1; \
fi
if [ `umask` != "0022" ]; then echo "You need to set umask to 022 in order to
compile/build courier"; e
This bug was fixed in the package courier - 0.66.1-1ubuntu1
---
courier (0.66.1-1ubuntu1) oneiric; urgency=low
* Merge from debian unstable. (LP: #803176) Remaining changes:
- debian/control:
+ Build-depend on chrpath
+ Changed Build-Depend libgamin-dev instead libf
We better merge the newest version instead of fixing the FTBFS.
Attached a proposed Merge debdiff
** Patch added: "merge.debdiff"
https://bugs.launchpad.net/ubuntu/+source/courier/+bug/803176/+attachment/2192654/+files/merge.debdiff
--
You received this bug notification because you are a me