Files
python-redfish/pbconf/pbfilter/deb.pbf
Bruno Cornec ce7e6da0aa Package build and delivery improvements
- Fix #13 (https://github.com/bcornec/python-redfish/issues/13) by adding a dependency on python-jinja2
2016-01-19 11:04:19 +01:00

24 lines
569 B
Plaintext

#
# $Id$
#
# Filter for debian build
#
# PBGRP is replaced by the group of apps
filter PBGRP = utils
# PBLIC is replaced by the license of the application
# Cf: http://www.debian.org/legal/licenses/
filter PBLIC = ASL 2.0
# PBDEP is replaced by the list of dependencies
filter PBDEP = python-docopt, python-tortilla, python-jinja2
# PBBDEP is replaced by the list of build dependencies
filter PBBDEP = python-devel, python-setuptools
# PBSUG is replaced by the list of suggestions
#filter PBSUG =
# PBREC is replaced by the list of recommandations
#filter PBREC =