summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-15 12:54:49 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-15 12:54:49 +0100
commitaafc50bea3ab1994044947cbc9dc26e56cd5b978 (patch)
tree91706dcb8e82cacfa2196cceeed4c23bb518b5c2 /debian/control
parenta0bbd775523d8a62188854d4f8c4514b0e1b73c9 (diff)
make it experimental
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ebda31c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: dgit
+Section: devel
+Priority: optional
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Standards-Version: 3.9.4.0
+Build-Depends: debhelper (>= 9)
+
+Package: dgit
+Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
+ ${misc:Depends}
+Recommends: ssh-client
+Architecture: all
+Description: git interoperability with the Debian archive
+ dgit (with the associated infrastructure) makes it possible to
+ treat the Debian archive as a git repository.
+ .
+ dgit push constructs uploads from git commits
+ .
+ dgit clone and dgit fetch construct git commits from uploads.
+ .
+ WARNING: This program is INCOMPLETE and WRONG and should not yet
+ be used. It is being uploaded to facilitate development.