[Bug 1038527] [NEW] apport package hook is not installed
Clint Byrum
clint at fewbar.com
Sat Aug 18 22:42:08 UTC 2012
Public bug reported:
[Test Case]
1. install postfix
2. look for postfix.py in /usr/share/apport/package-hooks
[Regression Potential]
Users reporting bugs will be asked more questions, and the code behind that has not been well tested, but its worth it to improve bug reporting.
---
The apport package hook is not installed because there is an error in
debian/rules. This fixes it:
--- debian/rules 2012-04-12 06:55:26 +0000
+++ debian/rules 2012-08-18 22:36:08 +0000
@@ -158,7 +158,7 @@
install -m 0444 debian/lintian-override ${base}/usr/share/lintian/overrides/${package}
if dpkg-vendor --is ubuntu; then \
- install -m 644 -D debian/postfix.apport debian/bind9/usr/share/apport/package-hooks/postfix.py; \
+ install -m 644 -D debian/postfix.apport ${base}/usr/share/apport/package-hooks/postfix.py; \
fi
debian/vars:
** Affects: postfix (Ubuntu)
Importance: Medium
Assignee: Clint Byrum (clint-fewbar)
Status: In Progress
** Affects: postfix (Ubuntu Precise)
Importance: Medium
Assignee: Clint Byrum (clint-fewbar)
Status: In Progress
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1038527
Title:
apport package hook is not installed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1038527/+subscriptions
More information about the Ubuntu-server-bugs
mailing list