diff options
author | Fabien Tassin <fta@sofaraway.org> | 2007-12-13 18:18:54 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2007-12-13 18:18:54 +0100 |
commit | 892f8c8a7472d5aeb3302ebe0ae6169edea9ecc6 (patch) | |
tree | dbe73076eff4e9604f59db0a965ba9684afb5e90 /debian/control | |
parent | 67ad59d8384cd47b034b6bb420ffa152e73912a3 (diff) |
* First release after a full rewrite + packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cd0e75d --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: mozclient +Section: devel +Priority: optional +Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com> +Uploaders: Fabien Tassin <fta@sofaraway.org> +Build-Depends: debhelper (>= 5), cdbs +Standards-Version: 3.7.3 +Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient + +Package: mozclient +Architecture: all +Depends: cvs, wget, quilt +Description: tarball creator for Ubuntu Mozilla packages + This package contains mozclient, an abstract tarball creator + based on Makefile inheritance which provides a get-new-orig target + usable by Mozilla packages in Ubuntu. |