Changeset 3250
- Timestamp:
- Jan 11, 2017, 6:31:36 PM (4 years ago)
- Location:
- lliurex-up/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/debian/control
r3241 r3250 3 3 Priority: optional 4 4 Maintainer: LliureX Team <lliurex@gva.es> 5 Build-Depends: debhelper (>=9),llxsrchelper, zero-dev, dh-python 5 Build-Depends: debhelper (>=9), 6 llxsrchelper, 7 zero-dev, 8 dh-python, 9 python-all, 10 python-setuptools 6 11 Standards-Version: 3.9.6 7 12 Homepage: http://lliurex.net 13 X-Python-Version: >= 2.6 8 14 9 15 Package: python-lliurexup 10 16 Architecture: all 11 Depends: ${shlibs:Depends}, ${misc:Depends} 17 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} 12 18 Description: Python library for lliurex-up; pre-actions and postactions 13 19 Library for lliurex-up -
lliurex-up/trunk/fuentes/debian/rules
r3245 r3250 16 16 export PYBUILD_NAME=lliurexup 17 17 %: 18 dh $@ --with llxdev,llxsrc,python2 ,python3--buildsystem pybuild18 dh $@ --with llxdev,llxsrc,python2 --buildsystem pybuild 19 19 20 override_dh_auto_build: setup.py21 dh_auto_build22 20 # dh_make generated override targets 23 21 # This is example for Cmake (See https://bugs.debian.org/641051 )
Note: See TracChangeset
for help on using the changeset viewer.