Update packaging based on lintian output
[mirror/userdir-ldap-cgi.git] / debian / rules
index 25ca05b..456a393 100755 (executable)
@@ -26,6 +26,7 @@ binary-indep: build
        dh_testroot
        dh_clean -k
        dh_installdirs $(instdirs)
+       dh_installdocs
 
        install -m 755 *.cgi $(i)/var/www/userdir-ldap/
        install -m 644 Util.pm $(i)/var/www/userdir-ldap/
@@ -35,21 +36,14 @@ binary-indep: build
        install -m 644 apache-config.txt $(i)/usr/share/doc/$(package)
 
        dh_installchangelogs
-       dh_installmanpages
        dh_fixperms --exclude=web-cookies
        dh_compress
        dh_installdeb
        dh_gencontrol
-#      dh_makeshlibs
        dh_md5sums
        dh_builddeb
 
 binary-arch: build
-       dh_testdir
-# There are no architecture-dependent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
 
 # Below here is fairly generic really