git/debian
Ryan Anderson 34862b2e24 [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>
2005-07-23 11:05:58 -07:00
..
changelog [PATCH] Deb packages should include the binaries 2005-07-23 11:05:58 -07:00
compat [PATCH] Deb packaging needs two more configuration files 2005-07-23 11:05:58 -07:00
control [PATCH] Deb packages should include the binaries 2005-07-23 11:05:58 -07:00
copyright [PATCH] Initial support for building a debian package (.deb) 2005-07-15 11:38:24 -07:00
docs [PATCH] Initial support for building a debian package (.deb) 2005-07-15 11:38:24 -07:00
git-core.doc-base [PATCH] Initial support for building a debian package (.deb) 2005-07-15 11:38:24 -07:00
git-core.install [PATCH] Deb packaging needs two more configuration files 2005-07-23 11:05:58 -07:00
rules [PATCH] Deb packages should include the binaries 2005-07-23 11:05:58 -07:00