aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-12 15:08:19 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-12 15:08:19 +0200
commit6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1 (patch)
tree3db2530c4f27559527fa9de4198ccde90e27c2e1 /debian/control
parentd4d6d38ad6c90b19664ec7a6a9f89bf6753e82cf (diff)
add debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..5112ab46
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+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
+Suggests: 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