Changeset 3252 for lliurex-store/trunk/fuentes/debian
- Timestamp:
- Jan 12, 2017, 9:03:24 AM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/debian
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/debian/compat
r3154 r3252 1 7 1 3 -
lliurex-store/trunk/fuentes/debian/control
r3166 r3252 4 4 Maintainer: Equipo LliureX <lliurex@gva.es> 5 5 Uploaders: M.Angel Juan <m.angel.juan@gmail.com>, Raul Rodrigo Segura <lliurex_devel3@edu.gva.es>, David Montalva Furio <montalva_dav@gva.es>, Hector Garcia Huerta <lliurex_devel1@edu.gva.es>, Daniel Duran Vecino <daduve@gmail.com>, Juanma Navarro <juanma1980@gmail.com> 6 Build-Depends: debhelper (>= 7.0) 6 Build-Depends: debhelper (>= 7.0),python3-all 7 7 Standards-Version: 3.9.5 8 X-Python3-Version: >= 3.5 8 9 9 10 Package: lliurex-store 10 11 Architecture: all 11 Depends: ${misc:Depends}, gir1.2-appstreamglib-1.0 (>=0.5.13), appstream (>=0.9.4), libappstream3 (>=0.9.4)12 Depends: ${misc:Depends}, ${python3:Depends}, python3-lliurex-store 12 13 Description: LliureX Software Store 13 14 14 15 16 Package: python3-lliurex-store 17 Architecture: all 18 Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appstreamglib-1.0 (>=0.5.13), appstream (>=0.9.4), libappstream3 (>=0.9.4) 19 Description: Libs for the LliureX Software Store -
lliurex-store/trunk/fuentes/debian/rules
r3154 r3252 8 8 9 9 # Uncomment this to turn on verbose mode. 10 #export DH_VERBOSE=110 export DH_VERBOSE=1 11 11 export PYBUILD_INSTALL_ARGS=/usr/share/store/ --install-scripts=/usr/share/store/ 12 12 13 13 %: 14 dh $@ --with python3 --buildsystem=pybuild14 dh $@ --with python3 15 15
Note: See TracChangeset
for help on using the changeset viewer.