debian/rules: temporary installation directory is removed after .deb file has been...
[iserv-mod-room-reservation.git] / debian / rules
index 51fc4a8..bd00f34 100755 (executable)
@@ -14,7 +14,9 @@ binary-indep:
        dh_clean -k 
        dh_installdirs
        $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-mod-room-reservation install
-       
+
+       # we rather install the documentation via dh_installdocs
+       rm -rf $(CURDIR)/debian/iserv-mod-room-reservation/usr/share/doc/iserv-mod-room-reservation
        dh_testdir
        dh_testroot
        dh_installchangelogs 
@@ -43,6 +45,7 @@ binary-indep:
        dh_gencontrol
        dh_md5sums
        dh_builddeb
+       rm -rf $(CURDIR)/debian/iserv-mod-room-reservation
 
 # needed for lintian
 binary-arch:
This page took 0.022784 seconds and 4 git commands to generate.