dpkg-buildpackage: source package is python-smbpasswd dpkg-buildpackage: source version is 1.0.1-2 dpkg-buildpackage: source maintainer is Bjorn Ove Grotan dpkg-buildpackage: host architecture is i386 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp python setup.py clean --all --build-lib build running clean removing 'build/temp.linux-i686-2.4' (and everything under it) removing 'build' (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 python2.1 setup.py clean --all --build-lib build2.1 warning: clean: 'build/temp.linux-i686-2.1' does not exist -- can't clean it warning: clean: 'build/bdist.linux-i686' does not exist -- can't clean it warning: clean: 'build/scripts' does not exist -- can't clean it running clean removing 'build2.1' (and everything under it) python2.2 setup.py clean --all --build-lib build2.2 warning: clean: 'build/temp.linux-i686-2.2' does not exist -- can't clean it warning: clean: 'build/bdist.linux-i686' does not exist -- can't clean it warning: clean: 'build/scripts-2.2' does not exist -- can't clean it running clean removing 'build2.2' (and everything under it) python2.3 setup.py clean --all --build-lib build2.3 running clean removing 'build2.3' (and everything under it) 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.3' does not exist -- can't clean it rm -fr build build2.1 build2.2 build2.3 dh_clean dpkg-source -b python-smbpasswd-1.0.1 dpkg-source: building python-smbpasswd using existing python-smbpasswd_1.0.1.orig.tar.gz dpkg-source: building python-smbpasswd in python-smbpasswd_1.0.1-2.diff.gz dpkg-source: building python-smbpasswd in python-smbpasswd_1.0.1-2.dsc debian/rules build dh_testdir #Build the package for each version of python we support python setup.py clean --all --build-lib build running clean 'build' does not exist -- can't clean it 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.4' does not exist -- can't clean it python setup.py build --build-lib build running build running build_ext building 'smbpasswd' extension creating build creating build/temp.linux-i686-2.4 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c md4.c -o build/temp.linux-i686-2.4/md4.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c smbdes.c -o build/temp.linux-i686-2.4/smbdes.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c smbpasswd.c -o build/temp.linux-i686-2.4/smbpasswd.o gcc -pthread -shared build/temp.linux-i686-2.4/md4.o build/temp.linux-i686-2.4/smbdes.o build/temp.linux-i686-2.4/smbpasswd.o -o build/smbpasswd.so python2.1 setup.py clean --all --build-lib build2.1 warning: clean: 'build/temp.linux-i686-2.1' does not exist -- can't clean it warning: clean: 'build2.1' does not exist -- can't clean it warning: clean: 'build/bdist.linux-i686' does not exist -- can't clean it warning: clean: 'build/scripts' does not exist -- can't clean it running clean python2.1 setup.py build --build-lib build2.1 running build running build_ext building 'smbpasswd' extension creating build/temp.linux-i686-2.1 gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.1 -c md4.c -o build/temp.linux-i686-2.1/md4.o gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.1 -c smbdes.c -o build/temp.linux-i686-2.1/smbdes.o gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.1 -c smbpasswd.c -o build/temp.linux-i686-2.1/smbpasswd.o creating build2.1 gcc -shared build/temp.linux-i686-2.1/md4.o build/temp.linux-i686-2.1/smbdes.o build/temp.linux-i686-2.1/smbpasswd.o -o build2.1/smbpasswd.so python2.2 setup.py clean --all --build-lib build2.2 warning: clean: 'build/temp.linux-i686-2.2' does not exist -- can't clean it warning: clean: 'build2.2' does not exist -- can't clean it warning: clean: 'build/bdist.linux-i686' does not exist -- can't clean it warning: clean: 'build/scripts-2.2' does not exist -- can't clean it running clean python2.2 setup.py build --build-lib build2.2 running build running build_ext building 'smbpasswd' extension creating build/temp.linux-i686-2.2 gcc -DNDEBUG -g -O3 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.2 -c md4.c -o build/temp.linux-i686-2.2/md4.o gcc -DNDEBUG -g -O3 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.2 -c smbdes.c -o build/temp.linux-i686-2.2/smbdes.o gcc -DNDEBUG -g -O3 -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.2 -c smbpasswd.c -o build/temp.linux-i686-2.2/smbpasswd.o creating build2.2 gcc -shared build/temp.linux-i686-2.2/md4.o build/temp.linux-i686-2.2/smbdes.o build/temp.linux-i686-2.2/smbpasswd.o -o build2.2/smbpasswd.so python2.3 setup.py clean --all --build-lib build2.3 running clean 'build2.3' does not exist -- can't clean it 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.3' does not exist -- can't clean it python2.3 setup.py build --build-lib build2.3 running build running build_ext building 'smbpasswd' extension creating build/temp.linux-i686-2.3 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c smbpasswd.c -o build/temp.linux-i686-2.3/smbpasswd.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c smbdes.c -o build/temp.linux-i686-2.3/smbdes.o gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c md4.c -o build/temp.linux-i686-2.3/md4.o creating build2.3 gcc -pthread -shared build/temp.linux-i686-2.3/md4.o build/temp.linux-i686-2.3/smbdes.o build/temp.linux-i686-2.3/smbpasswd.o -o build2.3/smbpasswd.so touch build-stamp fakeroot debian/rules binary dh_testdir -a dh_testroot -a dh_clean -k -a dh_installdirs -A -a python setup.py install --prefix=`pwd`/debian/python-smbpasswd/usr --no-compile running install running build running build_ext building 'smbpasswd' extension creating build/lib.linux-i686-2.4 gcc -pthread -shared build/temp.linux-i686-2.4/md4.o build/temp.linux-i686-2.4/smbdes.o build/temp.linux-i686-2.4/smbpasswd.o -o build/lib.linux-i686-2.4/smbpasswd.so running install_lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python-smbpasswd/usr creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python-smbpasswd/usr/lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python-smbpasswd/usr/lib/python2.4 creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python-smbpasswd/usr/lib/python2.4/site-packages copying build/lib.linux-i686-2.4/smbpasswd.so -> /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python-smbpasswd/usr/lib/python2.4/site-packages python2.1 setup.py install --prefix=`pwd`/debian/python2.1-smbpasswd/usr --no-compile warning: install: modules installed to '/home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr/lib/python2.1/site-packages/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself running install running build running build_ext building 'smbpasswd' extension skipping md4.c (build/temp.linux-i686-2.1/md4.o up-to-date) skipping smbdes.c (build/temp.linux-i686-2.1/smbdes.o up-to-date) skipping smbpasswd.c (build/temp.linux-i686-2.1/smbpasswd.o up-to-date) creating build/lib.linux-i686-2.1 gcc -shared build/temp.linux-i686-2.1/md4.o build/temp.linux-i686-2.1/smbdes.o build/temp.linux-i686-2.1/smbpasswd.o -o build/lib.linux-i686-2.1/smbpasswd.so running install_lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr/lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr/lib/python2.1 creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr/lib/python2.1/site-packages copying build/lib.linux-i686-2.1/smbpasswd.so -> /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.1-smbpasswd/usr/lib/python2.1/site-packages python2.2 setup.py install --prefix=`pwd`/debian/python2.2-smbpasswd/usr --no-compile running install running build running build_ext building 'smbpasswd' extension warning: install: modules installed to '/home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr/lib/python2.2/site-packages/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself skipping md4.c (build/temp.linux-i686-2.2/md4.o up-to-date) skipping smbdes.c (build/temp.linux-i686-2.2/smbdes.o up-to-date) skipping smbpasswd.c (build/temp.linux-i686-2.2/smbpasswd.o up-to-date) creating build/lib.linux-i686-2.2 gcc -shared build/temp.linux-i686-2.2/md4.o build/temp.linux-i686-2.2/smbdes.o build/temp.linux-i686-2.2/smbpasswd.o -o build/lib.linux-i686-2.2/smbpasswd.so running install_lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr/lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr/lib/python2.2 creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr/lib/python2.2/site-packages copying build/lib.linux-i686-2.2/smbpasswd.so -> /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.2-smbpasswd/usr/lib/python2.2/site-packages python2.3 setup.py install --prefix=`pwd`/debian/python2.3-smbpasswd/usr --no-compile running install running build running build_ext building 'smbpasswd' extension creating build/lib.linux-i686-2.3 gcc -pthread -shared build/temp.linux-i686-2.3/md4.o build/temp.linux-i686-2.3/smbdes.o build/temp.linux-i686-2.3/smbpasswd.o -o build/lib.linux-i686-2.3/smbpasswd.so running install_lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.3-smbpasswd/usr creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.3-smbpasswd/usr/lib creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.3-smbpasswd/usr/lib/python2.3 creating /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.3-smbpasswd/usr/lib/python2.3/site-packages copying build/lib.linux-i686-2.3/smbpasswd.so -> /home/bgrotan/tmp/python-smbpasswd-1.0.1/debian/python2.3-smbpasswd/usr/lib/python2.3/site-packages dh_installchangelogs -A CHANGES.txt dh_installdocs -a -A README.txt dh_strip -a dh_compress -a dh_fixperms -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a dpkg-deb: Bygger pakken «python-smbpasswd» i «../python-smbpasswd_1.0.1-2_i386.deb». dpkg-deb: Bygger pakken «python2.1-smbpasswd» i «../python2.1-smbpasswd_1.0.1-2_i386.deb». dpkg-deb: Bygger pakken «python2.2-smbpasswd» i «../python2.2-smbpasswd_1.0.1-2_i386.deb». dpkg-deb: Bygger pakken «python2.3-smbpasswd» i «../python2.3-smbpasswd_1.0.1-2_i386.deb». dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... Finished running lintian. Now signing changes and any dsc files... signfile python-smbpasswd_1.0.1-2.dsc Bjorn Ove Grotan signfile python-smbpasswd_1.0.1-2_i386.changes Bjorn Ove Grotan Successfully signed dsc and changes files