diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 16:17:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 16:17:29 -0400 |
commit | d6911f57b76a6469484076dc991adb39d8d9b8e0 (patch) | |
tree | 62e023c224f2fb02697d3902570eddf13270757e /debian | |
parent | b1d22b3229a1cc86e0df8d4899b44d3e44e960d0 (diff) |
update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 5 | ||||
-rw-r--r-- | debian/manpages | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 846844c32..4e3ad01bd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-sha-de Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.1 Vcs-Git: git://git.kitenet.net/git-annex -Homepage: http://kitenet.net/~joey/code/git-annex/ +Homepage: http://git-annex.branchable.com/ Package: git-annex Architecture: any diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..5d0ae13c8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,5 @@ +Files: * +Copyright: © 2010 Joey Hess <joey@kitenet.net> +License: GPL-2+ + The full text of the GPL is distributed as doc/GPL in this package's + source, or in /usr/share/common-licenses/GPL on Debian systems. diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 000000000..ca34203aa --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +git-annex.1 |