aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 2ffd9a480f7403b48906fe0fa7b4bc5d552828f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: git-buildpackage
Section: devel
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3),
 pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade
Standards-Version: 3.7.3
Vcs-Git: http://honk.sigxcpu.org/git/git-buildpackage.git/
Homepage: http://honk.sigxcpu.org/projects.html#git-buildpackage

Package: git-buildpackage
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.9),
 git-core (>= 1:1.5.0.1-1), python-dateutil
Suggests: git-load-dirs, pristine-tar (>= 0.5)
Description: Suite to help with Debian packages in Git repositories
 This package contains the following tools:
  * git-import-dsc: import an existing Debian source package into a git
    repository
  * git-import-orig: import a new upstream version into the git repository
  * git-buildpackage: build a package out of a git repository, check for local
    modifications and tag appropriately
  * git-dch: generate Debian changelog entries from Git commit messages