Build-Depends: debhelper (>> 7.0.50~),
po-debconf (>= 0.5.0),
dpkg-dev (>= 1.10),
- python-support, python-all-dev
+ python-all-dev (>= 2.6.6-6~)
Standards-Version: 3.9.1
-XS-Python-Version: all
Homepage: http://www.linux-foundation.org/en/LSB
Package: lsb-core
lsb-base,
time
Provides: lsb-core-noarch, ${provides}
-XB-Python-Version: ${python:Versions}
Description: Linux Standard Base 3.2 core support package
The Linux Standard Base (http://www.linuxbase.org/) is a standard
core system that third-party applications written for Linux can
${misc:Depends}
Recommends: apt
Suggests: lsb
-XB-Python-Version: ${python:Versions}
Description: Linux Standard Base version reporting utility
The Linux Standard Base (http://www.linuxbase.org/) is a standard
core system that third-party applications written for Linux can
#!/usr/bin/make -f
%:
- dh $@
+ dh --with python2 $@
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
dh_clean
rm -f *.py[co]
+override_dh_python2:
+ dh_python2
+ dh_python2 /usr/lib/lsb
+
override_dh_gencontrol:
@echo >> debian/lsb-core.substvars "glibc=${LIBC}"
# @[ ${DEB_HOST_GNU_TYPE} != 'arm-linux-gnueabi' ] && echo >> debian/lsb-cxx.substvars "depends=libstdc++5" || true