summaryrefslogtreecommitdiff
path: root/debian/control
blob: ac774ed7d5ba0342f2f396b969a1ecda4e3ff0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: http://anonscm.debian.org/gitweb/?p=pkg-mozext/mozilla-devscripts.git
VCS-Git: git://anonscm.debian.org/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.