summaryrefslogtreecommitdiff
path: root/debian/copyright
AgeCommit message (Collapse)AuthorFilesLines
2005-08-11Debian packaging fixes.Libravatar Matthias Urlichs1-2/+23
- Split gitk off to its own package; it needs tk installed, but nothing else does. - Refer to GPL properly, don't install COPYING. - Fix maintainer. - Use dh_movefiles instead of dh_install; we don't want to list everything *except* gitk. Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-07-15[PATCH] Initial support for building a debian package (.deb)Libravatar Eric W. Biederman1-0/+3
It's not any harder to include debian package support than to include a spec file so here is the setup to build the equivalent debian package. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>