dpkg-buildpackage: source package is psycopg2 dpkg-buildpackage: source version is 2.0.5.1-3 dpkg-buildpackage: source changed by Johan Dahlin dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi dh_clean python setup.py clean -a running clean removing 'build/temp.linux-i686-2.4' (and everything under it) removing 'build/lib.linux-i686-2.4' (and everything under it) 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.4' does not exist -- can't clean it removing 'build' /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' patches: if [ "reverse-patches" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "reverse-patches" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi if [ "reverse-patches" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi for dir in debian/patches ; do \ rm -f $dir/*.log ; \ done find . -name '*.pyc' | xargs rm -f dpkg-source -b psycopg2-2.0.5.1 dpkg-source: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file dpkg-source: building psycopg2 in psycopg2_2.0.5.1-3.tar.gz dpkg-source: building psycopg2 in psycopg2_2.0.5.1-3.dsc debian/rules build test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' patches: if [ "debian/stamp-patched" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "debian/stamp-patched" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi make[1]: Entering directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/home/jdahlin/tmp/psycopg2-2.0.5.1' cd . && python setup.py build --build-base="./build" running build running build_py creating build creating build/lib.linux-i686-2.4 creating build/lib.linux-i686-2.4/psycopg2 copying lib/__init__.py -> ./build/lib.linux-i686-2.4/psycopg2 copying lib/extensions.py -> ./build/lib.linux-i686-2.4/psycopg2 copying lib/extras.py -> ./build/lib.linux-i686-2.4/psycopg2 copying lib/pool.py -> ./build/lib.linux-i686-2.4/psycopg2 copying lib/psycopg1.py -> ./build/lib.linux-i686-2.4/psycopg2 copying lib/tz.py -> ./build/lib.linux-i686-2.4/psycopg2 running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-i686-2.4 creating build/temp.linux-i686-2.4/psycopg gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/psycopgmodule.c -o ./build/temp.linux-i686-2.4/psycopg/psycopgmodule.o /usr/include/python2.4/datetime.h:186: warning: 'PyDateTimeAPI' defined but not used gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/pqpath.c -o ./build/temp.linux-i686-2.4/psycopg/pqpath.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/typecast.c -o ./build/temp.linux-i686-2.4/psycopg/typecast.o /usr/include/python2.4/mx/mxDateTime.h:271: warning: 'mxDateTime_ImportModuleAndAPI' defined but not used /usr/include/python2.4/datetime.h:186: warning: 'PyDateTimeAPI' defined but not used gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/microprotocols.c -o ./build/temp.linux-i686-2.4/psycopg/microprotocols.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/microprotocols_proto.c -o ./build/temp.linux-i686-2.4/psycopg/microprotocols_proto.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/connection_type.c -o ./build/temp.linux-i686-2.4/psycopg/connection_type.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/connection_int.c -o ./build/temp.linux-i686-2.4/psycopg/connection_int.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/cursor_type.c -o ./build/temp.linux-i686-2.4/psycopg/cursor_type.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/cursor_int.c -o ./build/temp.linux-i686-2.4/psycopg/cursor_int.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_qstring.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_qstring.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_pboolean.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_pboolean.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_binary.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_binary.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_asis.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_asis.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_list.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_list.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_mxdatetime.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_mxdatetime.o /usr/include/python2.4/mx/mxDateTime.h:271: warning: 'mxDateTime_ImportModuleAndAPI' defined but not used gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DPY_MAJOR_VERSION=2 -DPY_MINOR_VERSION=4 -DHAVE_PYBOOL=1 -DHAVE_DECIMAL=1 -DHAVE_MXDATETIME=1 -DHAVE_PYDATETIME=1 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.5.1 (dec mx dt ext pq3)" -DPG_MAJOR_VERSION=8 -DPG_MINOR_VERSION=1 -DPG_PATCH_VERSION=4 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_DISPLAY_SIZE=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/usr/include/python2.4/mx -I/usr/include/python2.4 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.1/server -c psycopg/adapter_datetime.c -o ./build/temp.linux-i686-2.4/psycopg/adapter_datetime.o /usr/include/python2.4/datetime.h:186: warning: 'PyDateTimeAPI' defined but not used gcc -pthread -shared ./build/temp.linux-i686-2.4/psycopg/psycopgmodule.o ./build/temp.linux-i686-2.4/psycopg/pqpath.o ./build/temp.linux-i686-2.4/psycopg/typecast.o ./build/temp.linux-i686-2.4/psycopg/microprotocols.o ./build/temp.linux-i686-2.4/psycopg/microprotocols_proto.o ./build/temp.linux-i686-2.4/psycopg/connection_type.o ./build/temp.linux-i686-2.4/psycopg/connection_int.o ./build/temp.linux-i686-2.4/psycopg/cursor_type.o ./build/temp.linux-i686-2.4/psycopg/cursor_int.o ./build/temp.linux-i686-2.4/psycopg/adapter_qstring.o ./build/temp.linux-i686-2.4/psycopg/adapter_pboolean.o ./build/temp.linux-i686-2.4/psycopg/adapter_binary.o ./build/temp.linux-i686-2.4/psycopg/adapter_asis.o ./build/temp.linux-i686-2.4/psycopg/adapter_list.o ./build/temp.linux-i686-2.4/psycopg/adapter_mxdatetime.o ./build/temp.linux-i686-2.4/psycopg/adapter_datetime.o -lpq -o ./build/lib.linux-i686-2.4/psycopg2/_psycopg.so fakeroot debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi cd . && python setup.py build --build-base="./build" running build running build_py running build_ext cd . && /usr/bin/python setup.py install --root=/home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/ --no-compile -O0 running install running build running build_py running build_ext running install_lib creating /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr creating /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib creating /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4 creating /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages creating /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/__init__.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/extensions.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/extras.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/pool.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/psycopg1.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/tz.py -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 copying build/lib.linux-i686-2.4/psycopg2/_psycopg.so -> /home/jdahlin/tmp/psycopg2-2.0.5.1/debian/python-psycopg2/usr/lib/python2.4/site-packages/psycopg2 dh_installdirs -ppython-psycopg2 cd . && python setup.py install --root="debian/python-psycopg2" --no-compile -O0 running install running build running build_py running build_ext running install_lib dh_installdocs -ppython-psycopg2 ./README ./AUTHORS dh_installexamples -ppython-psycopg2 dh_installman -ppython-psycopg2 dh_installinfo -ppython-psycopg2 dh_installmenu -ppython-psycopg2 dh_installcron -ppython-psycopg2 dh_installinit -ppython-psycopg2 dh_installdebconf -ppython-psycopg2 dh_installemacsen -ppython-psycopg2 dh_installpam -ppython-psycopg2 dh_installlogrotate -ppython-psycopg2 if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -ppython-psycopg2 ; fi dh_installchangelogs -ppython-psycopg2 ./ChangeLog dh_install -ppython-psycopg2 dh_link -ppython-psycopg2 dh_python -ppython-psycopg2 if test ""; then :; else dh_strip -ppython-psycopg2 ; fi dh_compress -ppython-psycopg2 dh_fixperms -ppython-psycopg2 if test ""; then :; else dh_makeshlibs -ppython-psycopg2 ; fi dh_installdeb -ppython-psycopg2 dh_perl -ppython-psycopg2 dh_shlibdeps -ppython-psycopg2 dh_gencontrol -ppython-psycopg2 dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variable ${python:Versions} dh_md5sums -ppython-psycopg2 dh_builddeb -ppython-psycopg2 dpkg-deb: building package `python-psycopg2' in `../python-psycopg2_2.0.5.1-3_i386.deb'. dpkg-genchanges dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload; Debian-native package (full source is included)