summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0bd5bb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: mozilla-devscripts
+Section: devel
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
+Uploaders: Benjamin Drung <bdrung@debian.org>, Andrea Veri <and@debian.org>, Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-librdf
+Standards-Version: 3.9.7
+X-Python-Version: >= 2.6
+VCS-Browser: https://anonscm.debian.org/cgit/pkg-mozext/mozilla-devscripts.git/
+VCS-Git: https://anonscm.debian.org/git/pkg-mozext/mozilla-devscripts.git
+
+Package: mozilla-devscripts
+Architecture: all
+Depends: python-librdf,
+ unzip,
+ zip,
+ ${misc:Depends},
+ ${perl:Depends},
+ ${python:Depends}
+Description: Development scripts used by Mozilla's addons packages
+ This package contains mozilla-devscripts, a collection of scripts
+ based on Makefile inheritance meant for packaging Firefox's and
+ Icedove's extensions. These tools will help maintainers to build
+ link and install all XUL extensions properly following the policies
+ outlined by the Debian Mozilla Extension Maintainers team.