aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 6173620a09837cb6c9bd9696c717690c0ce70847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: git-buildpackage
Section: devel
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3)
Standards-Version: 3.7.2

Package: git-buildpackage
Architecture: all
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
   repository
  * git-debuild: build a package out of a git repository, check for local
    modifications and tag appropriately