summaryrefslogtreecommitdiff
path: root/debian/control
blob: 67d933744df51f53e12fcbb9cc12d276ab8c611e (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
26
27
28
29
30
31
32
33
34
Source: mozilla-devscripts
Section: devel
Priority: optional
Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
Uploaders: Fabien Tassin <fta@ubuntu.com>,
           Alexander Sack <asac@debian.org>,
           Alexander Sack <asac@ubuntu.com>,
           Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               dpkg-dev (>= 1.15.1),
               python-all (>= 2.6.6-3~),
               python-librdf
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Vcs-Bzr: lp:mozilla-devscripts
Vcs-Browser: https://code.launchpad.net/~mozillateam/mozilla-devscripts/mozilla-devscripts

Package: mozilla-devscripts
Architecture: all
Depends: dpkg-dev (>= 1.15.1),
         fakeroot,
         python-librdf,
         quilt,
         unzip,
         wget,
         zip,
         ${misc:Depends},
         ${perl:Depends},
         ${python:Depends}
Suggests: cvs, git, mercurial
Description: Collection of development scripts used by Mozilla packages
 This package contains mozilla-devscripts, a collection of scripts
 based on Makefile inheritance which provides targets usable by Mozilla
 packages in Debian and Ubuntu.