source: ProjectBuilder/projects/python-tortilla/pbconf/pbfilter/ubuntu-12.04.yml@ 2418

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

add pbcl and conf for ubuntu-12.04

File size: 783 bytes
Line 
1---
2#
3# $Id$
4#
5---
6#
7# $Id$
8#
9# Filter for ubuntu build
10#
11# Filter for debian build
12#
13 filter:
14# PBDEBSTD is replaced by the Debian standard version
15 PBDEBSTD: 3.8.3
16#
17# PBDEBCOMP is replaced by the Debian Compatibility value
18 PBDEBCOMP: 7
19
20# PBGRP is replaced by the group of apps
21 PBGRP: utils
22 PBPYBUILD: !!str ""
23#
24# PBLIC is replaced by the license of the application
25# Cf: http://www.debian.org/legal/licenses/
26# PBLIC: GPL
27#
28# PBDEP is replaced by the list of dependencies
29# PBDEP:
30#
31# PBBDEP is replaced by the list of build dependencies
32 PBBDEP: python (>= 2.7), python-all, python3-all, python-setuptools, python3-setuptools
33#
34# PBSUG is replaced by the list of suggestions
35# PBSUG:
36#
37# PBREC is replaced by the list of recommandations
38# PBREC:
Note: See TracBrowser for help on using the repository browser.