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
|
Source: mrbuild
Priority: optional
Section: devel
Build-Depends:
# Please do not "fix" to use debhelper-compat. I want this to remain compatible
# with older debian-based distros
debhelper (>= 11)
Maintainer: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.6.1
Homepage: https://github.com/dkogan/mrbuild
Vcs-Git: https://salsa.debian.org/debian/mrbuild.git
Vcs-Browser: https://salsa.debian.org/debian/mrbuild
Package: mrbuild
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
chrpath,
# To provide pkg-config for numpy
pkgconf
# for "make install" to work if we have Python modules. See, for instance,
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080677
# This is a non-binding Suggests because we only need this if Python modules are
# being built
Suggests: python3-setuptools
Multi-Arch: foreign
Description: Simple build system
mrbuild is a simple build system built with GNU Make. It makes it easy to setup
projects providing some executables, shared libraries, Python extension modules
and documentation
|