Package: postfix-doc
Version: 2.8.3-1
The /usr/share/doc/postfix/RELEASE_NOTES.gz file shipped with
postfix-doc references RELEASE_NOTES-2.7, but that file is not
included. Something like the following is needed to install
that:
diff -u postfix-2.8.3/debian/rules postfix-2.8.3/debian/rules
--- postfix-2.8.3/debian/rules
+++ postfix-2.8.3/debian/rules
@@ -86,6 +86,7 @@
dh_installexamples -p ${docpkg} -Xmain.cf -Xmaster.cf -Xfiles
conf/[a-z]*
dh_installexamples -p ${docpkg} conf/main.cf.default debian/mailqfmt.pl
install -m 0444 RELEASE_NOTES $(docdir)/RELEASE_NOTES
+ install -m 0444 RELEASE_NOTES-2.7 $(docdir)/RELEASE_NOTES-2.7
install -m 0444 AAAREADME $(docdir)/README
for file in */README; do \
install -m 0444 $${file} $(docdir)/README.$${file%/README}; \
.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]