Codebase list xapp / e6d04ed
debian: small improvements about python - debian/control: add missed python build-dep and python2/3 auto deps in gir1.2-xapp-1.0 - debian/rules: add python2 call in dh Fabio Fantoni authored 6 years ago Clement Lefebvre committed 6 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1717 libxkbfile-dev,
1818 libx11-dev,
1919 meson,
20 python,
2021 python3,
2122 python-gi-dev,
2223 yelp-tools,
5960 Package: gir1.2-xapp-1.0
6061 Section: introspection
6162 Architecture: any
62 Depends: ${gir:Depends}, ${misc:Depends}
63 Depends: ${gir:Depends}, ${misc:Depends}, ${python:Depends}, ${python3:Depends}, ${shlibs:Depends}
6364 Description: Introspection data for XApp
6465 This package contains the introspection data for XApp.
6566
33 # meson support is baked in
44
55 %:
6 dh $@ --parallel --with=gir,python3
6 dh $@ --parallel --with=gir,python2,python3
77
88 override_dh_auto_configure:
99 mkdir -p debian/build