From e3160d4cf8bd0488b74f6eedb3b9ad2af6cfa3bd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Aug 2013 12:09:01 +0100 Subject: dgit (0.1) experimental; urgency=low * Initial experimental (partial) version. # imported by dgit from the archive --- debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3