X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=debian%2Frules;h=456a393b7700b2f76b4940b1fb201865224952e4;hp=25ca05b8e08ee41fdf6e486dcfe0ce5bf97b5415;hb=6dc665d6625bfa6a358002ca840e3e10bed49e41;hpb=632ec5349cd7921ebb17a4693a27d36424e64d74 diff --git a/debian/rules b/debian/rules index 25ca05b..456a393 100755 --- a/debian/rules +++ b/debian/rules @@ -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