Package: postgrey
Version: 1.31-1
Severity: normal
Tags: patch
User: Michele Angrisano
Usertags: origin-ubuntu hardy ubuntu-patch



*** /tmp/tmptcJFna
In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix bashism in debian/rules. Fix FTBFS.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u postgrey-1.31/debian/rules postgrey-1.31/debian/rules
--- postgrey-1.31/debian/rules
+++ postgrey-1.31/debian/rules
@@ -42,7 +42,9 @@
                $(BASE)/usr/share/postgrey/whitelist_recipients.md5sum
        install -m 0644 -D debian/postgrey-default.md5sum \
                $(BASE)/usr/share/postgrey/postgrey-default.md5sum
-       mkdir -p $(BASE)/usr/share/man/man{1,8}
+       mkdir -p $(BASE)/usr/share/man/man1
+       mkdir -p $(BASE)/usr/share/man/man8
+
        pod2man --section=8 postgrey > $(BASE)/usr/share/man/man8/postgrey.8
        pod2man --section=8 policy-test \
                > $(BASE)/usr/share/man/man8/policy-test.8
diff -u postgrey-1.31/debian/changelog postgrey-1.31/debian/changelog

Reply via email to