source: ProjectBuilder/projects/python-formats/pbconf/pbfilter/deb.yml@ 2407

Last change on this file since 2407 was 2407, checked in by Bruno Cornec, 5 years ago

Adds project python-formats to build farm

File size: 612 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for debian build
6#
7# PBGRP is replaced by the group of apps
8 filter:
9 PBGRP: utils
10#
11# PBLIC is replaced by the license of the application
12# Cf: http://www.debian.org/legal/licenses/
13# PBLIC: GPL
14#
15# PBDEP is replaced by the list of dependencies
16# PBDEP:
17#
18# PBBDEP is replaced by the list of build dependencies
19 PBBDEP: python (>= 2.7), dh-python, python-all, python3-all, python-setuptools, python3-setuptools
20 PBPYBUILD: --buildsystem=pybuild
21#
22# PBSUG is replaced by the list of suggestions
23# PBSUG:
24#
25# PBREC is replaced by the list of recommandations
26# PBREC:
Note: See TracBrowser for help on using the repository browser.