Changeset 2411 in ProjectBuilder


Ignore:
Timestamp:
Apr 8, 2019, 2:00:11 AM (5 years ago)
Author:
Bruno Cornec
Message:

Adds generation of python3-formats package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/python-formats/pbconf/python-formats/deb/control

    r2407 r2411  
    1515Section: PBGRP
    1616Priority: optional
    17 Depends: ${python:Depends}, python (>= 2.7)
     17Depends: ${python:Depends}
    1818X-Python-Version: >= 2.7
    1919Recommends: PBREC
     
    2121Description: PBSUMMARY
    2222 PBDESC
     23 python2 version
    2324 .
    2425
     26Package: python3-formats
     27Architecture: all
     28# http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
     29Section: PBGRP
     30Priority: optional
     31Depends: ${python3:Depends}
     32X-Python3-Version: >= 3.5
     33Recommends: PBREC
     34Suggests: PBSUG
     35Description: PBSUMMARY
     36 PBDESC
     37 python3 version
     38 .
     39
Note: See TracChangeset for help on using the changeset viewer.