Debian packaging fixes.
[gitweb.git] / debian / rules
index 2c575ffa1929f392df751f991c561c623f5a06f2..921aeecfb44c9ef55e4755adea6265a74193bcb0 100755 (executable)
@@ -61,7 +61,9 @@ install: build
        mkdir -p $(DOC_DESTDIR)
        find $(DOC) '(' -name '*.txt' -o -name '*.html' ')' -exec install {} $(DOC_DESTDIR) ';'
 
-       dh_install --list-missing --sourcedir=$(DESTDIR)
+       dh_movefiles -p git-tk
+       dh_movefiles -p git-core
+       find debian/tmp -type d -o -print | sed -e 's/^/? /'
 
 binary: build install
        dh_testdir