# This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: jhbuild Section: devel Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Emilio Pozuelo Monfort , Jeremy Bicha , Jordi Mallach Build-Depends: debhelper (>= 11), dh-python, gnome-pkg-tools, intltool (>= 0.40.0), pkg-config, python (>= 2.6.6-3~), trang , yelp-tools Standards-Version: 4.1.4 X-Python-Version: >= 2.6 Vcs-Git: https://salsa.debian.org/gnome-team/jhbuild.git Vcs-Browser: https://salsa.debian.org/gnome-team/jhbuild Homepage: https://wiki.gnome.org/Projects/Jhbuild Package: jhbuild Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: git-core, patch, wget | curl, autoconf, automake, gettext, pkg-config Suggests: tla, bzr, cvs, darcs, mercurial, subversion, python-pygraphviz Description: flexible build script for package collections Jhbuild is a program that can be used to pull a number of modules from Git, CVS, Subversion, Bazaar and other types of repositories or from tarballs and build them in the correct order. Unlike some build scripts, jhbuild lets you specify what modules you want built and it will then go and build those modules plus dependencies. . Although jhbuild was originally developed to build GNOME, it has since been extended to work with other projects as well. Extending it to handle new modules is usually trivial assuming the build infrastructure matches the other modules it handles.