diff options
author | Ryan Anderson <ryan@michonline.com> | 2005-07-22 02:36:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 11:05:58 -0700 |
commit | 34862b2e243316e5536832dd01f1c5ba9ec1754d (patch) | |
tree | 0f6ce48844da80ad31b4c48b7d53a32035d93546 | |
parent | 71fb3de0eed70bba1c7e28c8a0a2968efc48b9f3 (diff) | |
download | git-34862b2e243316e5536832dd01f1c5ba9ec1754d.tar.gz git-34862b2e243316e5536832dd01f1c5ba9ec1754d.tar.xz |
[PATCH] Deb packaging needs two more configuration files
The deb package building needs these two new files to work correctly.
debian/compat sets the rules under which the debhelper scripts (dh_*)
operate.
debian/git-core.install tells dh_install what files to install in each
package that is generated. There is only one package being generated,
so all files go into it.
(I missed these in the last patch, mostly because I needed to do this to
find stuff I had missed:
find . -name .git -type d -prune -o -type f -print \
| grep -v -e .tree1 -e .tree2 \
| sed -e "s/^\.\///" \
| sort >.tree1
git-ls-files | grep -v -e .tree1 -e .tree2 \
| sort >.tree2
diff -u .tree1 .tree2
)
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/git-core.install | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/git-core.install b/debian/git-core.install new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/debian/git-core.install @@ -0,0 +1 @@ +* |