Codebase list humanfriendly / d2d91a0
Install egg-info files Apparently these are needed for pkg_resources to find the libraries when the 'humanfriendly' command is executed Gaurav Juvekar 7 years ago
4 changed file(s) with 9 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
4646
4747 Package: humanfriendly
4848 Architecture: all
49 Depends: python-humanfriendly, ${misc:Depends}, ${python3:Depends},
49 Depends: python3-humanfriendly, ${misc:Depends}, ${python3:Depends},
5050 Recommends: ${python3:Recommends}
5151 Suggests: ${python3:Suggests}
5252 Description: Python library to make user friendly text interfaces
00 usr/lib/python2*/dist-packages/humanfriendly/*.py*
1 usr/lib/python2*/dist-packages/*.egg-info
00 usr/lib/python3*/dist-packages/humanfriendly/*.py*
1 usr/lib/python3*/dist-packages/*.egg-info
00 #! /usr/bin/make -f
11
22 # Used as per the example from www.v13.gr/blog/?p=412
3 DPKG_EXPORT_BUILDFLAGS = 1
3 #DPKG_EXPORT_BUILDFLAGS = 1
44
5 # export PYBUILD_NAME=humanfriendly
6 # export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
5 #export DH_VERBOSE = 1
6 #export PYBUILD_NAME=humanfriendly
7 #export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
8 #export PYBUILD_AFTER_INSTALL_python3=rm -rf {destdir}/usr/bin/
79 export PYBUILD_INSTALL_ARGS_python2 = --install-scripts=/dev/null
10 #export PYBUILD_INSTALL_ARGS_python3 = --install-scripts=/dev/null
811
912 %:
1013 dh $@ --with python3,python2 --buildsystem=pybuild