summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 05:12:29 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-12 05:12:29 (GMT)
commit8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc (patch)
treed3d4506e20175ba73c64dfb9cefb189c1dd9127a /debian/rules
parent38b1afd812e0ce048046055ba38821c64c5845e8 (diff)
parent0d62fb5672c7b6e3fc6c5418d61ff39bf6034741 (diff)
downloadgit-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.zip
git-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.tar.gz
git-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.tar.bz2
Merge changes in the master branch into 0.99.5 preparation branch.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2c575ff..921aeec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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