Package: gawk-doc
Version: 3.1.5-1
Followup-For: Bug #367658

postinst and prerm files are not added to the archive due to missing
install rules in debian/rules, which can be fixed with the attached
diff.

Michael



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1-R52
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information
--- debian/rules.prev   2006-11-08 14:20:37.000000000 +0100
+++ debian/rules        2006-11-08 14:23:32.000000000 +0100
@@ -13,6 +13,7 @@
 pkg = gawk-doc
 install_dir=install -d -m 755
 install_file=install -m 644
+install_script=install -m 755
 
 build:
 
@@ -25,6 +26,7 @@
        $(checkdir)
        rm -rf debian/tmp
        $(install_dir) debian/tmp/DEBIAN/
+       $(install_script) debian/prerm debian/postinst debian/tmp/DEBIAN
 
        $(install_dir) debian/tmp/usr/share/info/
        $(install_file) doc/gawk.info doc/gawkinet.info 
debian/tmp/usr/share/info/

Reply via email to