diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-25 12:38:30 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-25 12:38:30 +0200 |
commit | 0a64daeff9162e6c160f405b04cad7d7cb95e427 (patch) | |
tree | 8ea94b8340a8a9148fc63c999f1cf49cf7d61725 /debian | |
parent | 72f2e696deb1d2b86f8ad7530d0b41f6e5649a80 (diff) | |
download | git-buildpackage-0a64daeff9162e6c160f405b04cad7d7cb95e427.tar.gz git-buildpackage-0a64daeff9162e6c160f405b04cad7d7cb95e427.tar.bz2 git-buildpackage-0a64daeff9162e6c160f405b04cad7d7cb95e427.zip |
add git-import-orig
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 6 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/copyright | 20 |
3 files changed, 7 insertions, 22 deletions
diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 77d5ffec..00000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -git-buildpackage for Debian ---------------------------- - -<possible notes regarding this package - if none, delete this file> - - -- Guido Guenther <agx@sigxcpu.org>, Tue, 12 Sep 2006 14:55:57 +0200 diff --git a/debian/control b/debian/control index 5112ab46..6173620a 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ Standards-Version: 3.7.2 Package: git-buildpackage Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts -Suggests: git-load-dirs +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs Description: bunch of scripts to ease the development of Debian packages with git This package contains the following tools: * git-import-dsc: import an existing Debian source package into a git diff --git a/debian/copyright b/debian/copyright index 6e2a6ac7..8ebeb174 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,22 +1,14 @@ This package was debianized by Guido Guenther <agx@sigxcpu.org> on Tue, 12 Sep 2006 14:55:57 +0200. -It was downloaded from <fill in http/ftp site> +It was downloaded from http://honk.sigxcpu.org/git/git-buildpackage/ -Upstream Author: <put author(s) name and email here> +Upstream Author: Guido Günther <agx@sigxcpu.org> -Copyright: <put the year(s) of the copyright, and the names of the - copyright holder(s) here> +Copyright: 2006, Guido Günther License: -<Put the license of the package here> - - -The Debian packaging is (C) 2006, Guido Guenther <agx@sigxcpu.org> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. - +You are free to distribute this software under the terms of the GNU General +Public License Version 2. The full text of this license can be found in the +file /usr/share/common-licenses/GPL-2 |