Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo apt-get install build-essential fakeroot dpkg-dev
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- build-essential is already the newest version.
- fakeroot is already the newest version.
- dpkg-dev is already the newest version.
- 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
- $ sudo apt-get source python-pycurl
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Picking 'pycurl' as source package instead of 'python-pycurl'
- NOTICE: 'pycurl' packaging is maintained in the 'Svn' version control system at:
- svn://anonscm.debian.org/python-modules/packages/pycurl/trunk/
- Need to get 124 kB of source archives.
- Get:1 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (dsc) [1,749 B]
- Get:2 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (tar) [114 kB]
- Get:3 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (diff) [8,117 B]
- Fetched 124 kB in 0s (479 kB/s)
- gpgv: Signature made Sun 23 Mar 2014 07:38:21 PM MSK using DSA key ID 0F932C9C
- gpgv: Can't check signature: public key not found
- dpkg-source: warning: failed to verify signature on ./pycurl_7.19.3-0ubuntu3.dsc
- dpkg-source: info: extracting pycurl in pycurl-7.19.3
- dpkg-source: info: unpacking pycurl_7.19.3.orig.tar.gz
- dpkg-source: info: unpacking pycurl_7.19.3-0ubuntu3.debian.tar.gz
- dpkg-source: info: applying 10_setup.py.patch
- dpkg-source: info: applying lp1063350.patch
- $ sudo apt-get build-dep python-pycurl
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Picking 'pycurl' as source package instead of 'python-pycurl'
- The following packages will be REMOVED:
- libcurl4-openssl-dev
- The following NEW packages will be installed:
- libcurl4-gnutls-dev
- 0 upgraded, 1 newly installed, 1 to remove and 6 not upgraded.
- Need to get 0 B/235 kB of archives.
- After this operation, 34.8 kB disk space will be freed.
- Do you want to continue? [Y/n] y
- (Reading database ... 107717 files and directories currently installed.)
- Removing libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) ...
- Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- (Reading database ... 107697 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_7.35.0-1ubuntu2.3_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
- Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
- $ sudo apt-get install libcurl4-openssl-dev
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Suggested packages:
- libcurl4-doc libcurl3-dbg
- The following packages will be REMOVED:
- libcurl4-gnutls-dev
- The following NEW packages will be installed:
- libcurl4-openssl-dev
- 0 upgraded, 1 newly installed, 1 to remove and 6 not upgraded.
- Need to get 0 B/244 kB of archives.
- After this operation, 34.8 kB of additional disk space will be used.
- Do you want to continue? [Y/n] y
- (Reading database ... 107720 files and directories currently installed.)
- Removing libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
- Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
- Selecting previously unselected package libcurl4-openssl-dev:amd64.
- (Reading database ... 107697 files and directories currently installed.)
- Preparing to unpack .../libcurl4-openssl-dev_7.35.0-1ubuntu2.3_amd64.deb ...
- Unpacking libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) ...
- Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
- Setting up libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) …
- $ sudo dpkg-source -x pycurl_7.19.3-0ubuntu3.dsc
- gpgv: Signature made Sun 23 Mar 2014 07:38:21 PM MSK using DSA key ID 0F932C9C
- gpgv: Can't check signature: public key not found
- dpkg-source: warning: failed to verify signature on ./pycurl_7.19.3-0ubuntu3.dsc
- dpkg-source: info: extracting pycurl in pycurl-7.19.3
- dpkg-source: info: unpacking pycurl_7.19.3.orig.tar.gz
- dpkg-source: info: unpacking pycurl_7.19.3-0ubuntu3.debian.tar.gz
- dpkg-source: info: applying 10_setup.py.patch
- dpkg-source: info: applying lp1063350.patch
- $ sudo PYCURL_SSL_LIBRARY=openssl dpkg-buildpackage -rfakeroot -b
- dpkg-buildpackage: warning: using a gain-root-command while being root
- dpkg-buildpackage: source package pycurl
- dpkg-buildpackage: source version 7.19.3-0ubuntu3
- dpkg-buildpackage: source distribution trusty
- dpkg-buildpackage: source changed by Matthias Klose <doko@ubuntu.com>
- dpkg-buildpackage: host architecture amd64
- dpkg-source --before-build pycurl-7.19.3
- fakeroot debian/rules clean
- dh clean --with python2,python3
- dh_testdir
- dh_auto_clean
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- rm -rf build dist
- rm -f *.pyc *.pyo */*.pyc */*.pyo */*/*.pyc */*/*.pyo
- rm -f MANIFEST
- cd src && make clean
- make[2]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3/src'
- rm -f *~ *.o *obj *.so
- make[2]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3/src'
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_clean
- debian/rules build
- dh build --with python2,python3
- dh_testdir
- dh_auto_configure
- debian/rules override_dh_auto_build
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- set -e ;\
- for py in 2.7 3.4 ; do \
- python$py setup.py build ; \
- python$py-dbg setup.py build ; \
- done
- Using curl-config (libcurl 7.35.0)
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-2.7
- creating build/lib.linux-x86_64-2.7/curl
- copying python/curl/__init__.py -> build/lib.linux-x86_64-2.7/curl
- running build_ext
- building 'pycurl' extension
- creating build/temp.linux-x86_64-2.7
- creating build/temp.linux-x86_64-2.7/src
- x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7 -c src/pycurl.c -o build/temp.linux-x86_64-2.7/src/pycurl.o
- x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-2.7/pycurl.so
- Using curl-config (libcurl 7.35.0)
- running build
- running build_py
- creating build/lib.linux-x86_64-2.7-pydebug
- creating build/lib.linux-x86_64-2.7-pydebug/curl
- copying python/curl/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/curl
- running build_ext
- building 'pycurl' extension
- creating build/temp.linux-x86_64-2.7-pydebug
- creating build/temp.linux-x86_64-2.7-pydebug/src
- x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7_d -c src/pycurl.c -o build/temp.linux-x86_64-2.7-pydebug/src/pycurl.o
- x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7-pydebug/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-2.7-pydebug/pycurl_d.so
- [35212 refs]
- Using curl-config (libcurl 7.35.0)
- running build
- running build_py
- creating build/lib.linux-x86_64-3.4
- creating build/lib.linux-x86_64-3.4/curl
- copying python/curl/__init__.py -> build/lib.linux-x86_64-3.4/curl
- running build_ext
- building 'pycurl' extension
- creating build/temp.linux-x86_64-3.4
- creating build/temp.linux-x86_64-3.4/src
- x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.4m -c src/pycurl.c -o build/temp.linux-x86_64-3.4/src/pycurl.o
- x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so
- Using curl-config (libcurl 7.35.0)
- running build
- running build_py
- creating build/lib.linux-x86_64-3.4-pydebug
- creating build/lib.linux-x86_64-3.4-pydebug/curl
- copying python/curl/__init__.py -> build/lib.linux-x86_64-3.4-pydebug/curl
- running build_ext
- building 'pycurl' extension
- creating build/temp.linux-x86_64-3.4-pydebug
- creating build/temp.linux-x86_64-3.4-pydebug/src
- x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.4dm -c src/pycurl.c -o build/temp.linux-x86_64-3.4-pydebug/src/pycurl.o
- x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4-pydebug/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-3.4-pydebug/pycurl.cpython-34dm.so
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- debian/rules override_dh_auto_test
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- set -e ;\
- for py in 2.7 3.4 ; do \
- PYTHONPATH=`ls -d /home/vova/python-pycurl-openssl/pycurl-7.19.3/build/lib.*-*-$py` nosetests --verbose ; \
- done
- test_certinfo_option (tests.certinfo_test.CertinfoTest) ... ok
- test_request_with_certinfo (tests.certinfo_test.CertinfoTest) ... ok
- test_request_without_certinfo (tests.certinfo_test.CertinfoTest) ... ok
- test_perform_get_with_debug_function (tests.debug_test.DebugTest) ... ok
- test_perform_get (tests.default_write_function_test.DefaultWriteFunctionTest) ... ok
- test_easy_close (tests.easy_test.EasyTest) ... ok
- test_easy_close_twice (tests.easy_test.EasyTest) ... ok
- test_pycurl_error_libcurl (tests.error_test.ErrorTest) ... ok
- test_pycurl_error_pycurl (tests.error_test.ErrorTest) ... ok
- test_pycurl_error_stdlib (tests.error_test.ErrorTest) ... ok
- test_pycurl_errstr_initially_empty (tests.error_test.ErrorTest) ... ok
- test_pycurl_errstr_type (tests.error_test.ErrorTest) ... ok
- SKIP: PYCURL_VSFTPD_PATH environment variable not set
- test_getinfo (tests.getinfo_test.GetinfoTest) ... ok
- test_primary_port_etc (tests.getinfo_test.GetinfoTest) ... ok
- test_global_init_ack_eintr (tests.global_init_test.GlobalInitTest) ... ok
- test_global_init_bogus (tests.global_init_test.GlobalInitTest) ... ok
- test_global_init_default (tests.global_init_test.GlobalInitTest) ... ok
- test_get (tests.header_function_test.HeaderFunctionTest) ... ok
- test_ascii_string_header (tests.header_test.HeaderTest) ... ok
- test_ascii_unicode_header (tests.header_test.HeaderTest) ... ok
- test_encoded_unicode_header (tests.header_test.HeaderTest) ... ok
- test_unicode_string_header (tests.header_test.HeaderTest) ... SKIP: python < 3
- test_unicode_unicode_header (tests.header_test.HeaderTest) ... ok
- test_add_closed_handle (tests.internals_test.InternalsTest) ... ok
- test_add_handle_on_multiple_stacks (tests.internals_test.InternalsTest) ... ok
- test_add_handle_twice (tests.internals_test.InternalsTest) ... ok
- test_constant_aliasing (tests.internals_test.InternalsTest) ... ok
- test_copy_curl (tests.internals_test.InternalsTest) ... ok
- test_copy_multi (tests.internals_test.InternalsTest) ... ok
- test_cpickle_curl (tests.internals_test.InternalsTest) ... ok
- test_cpickle_multi (tests.internals_test.InternalsTest) ... ok
- test_move_handle (tests.internals_test.InternalsTest) ... ok
- test_pickle_curl (tests.internals_test.InternalsTest) ... ok
- test_pickle_multi (tests.internals_test.InternalsTest) ... ok
- test_remove_invalid_closed_handle (tests.internals_test.InternalsTest) ... ok
- test_remove_invalid_handle (tests.internals_test.InternalsTest) ... ok
- test_cyclic_gc (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_refcounting_bug_in_reset (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_reference_counting (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_share_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_share_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_socket_select (tests.multi_socket_select_test.MultiSocketSelectTest) ... ok
- test_multi_socket (tests.multi_socket_test.MultiSocketTest) ... ok
- test_adding_closed_handle_close_then_remove (tests.multi_test.MultiTest) ... ok
- test_adding_closed_handle_close_without_removing (tests.multi_test.MultiTest) ... ok
- test_adding_closed_handle_remove_then_close (tests.multi_test.MultiTest) ... ok
- test_multi (tests.multi_test.MultiTest) ... ok
- test_multi_close (tests.multi_test.MultiTest) ... ok
- test_multi_close_twice (tests.multi_test.MultiTest) ... ok
- test_multi_info_read (tests.multi_test.MultiTest) ... ok
- test_multi_select (tests.multi_test.MultiTest) ... ok
- test_multi_select_fdset (tests.multi_test.MultiTest) ... ok
- test_multi_status_codes (tests.multi_test.MultiTest) ... ok
- test_multi_timer (tests.multi_timer_test.MultiSocketTest) ... ok
- test_dns_servers (tests.option_constants_test.OptionConstantsTest) ... ok
- test_httpauth_digest_ie (tests.option_constants_test.OptionConstantsTest) ... ok
- test_noproxy_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
- test_operation_timedout_constant (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir_flags (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
- test_redir_post_303 (tests.option_constants_test.OptionConstantsTest) ... ok
- test_username (tests.option_constants_test.OptionConstantsTest) ... ok
- test_pause_via_call (tests.pause_test.PauseTest) ... ok
- test_pause_via_return (tests.pause_test.PauseTest) ... ok
- test_post_buffer (tests.post_test.PostTest) ... ok
- test_post_fields_with_ampersand (tests.post_test.PostTest) ... ok
- test_post_file (tests.post_test.PostTest) ... ok
- test_post_multiple_fields (tests.post_test.PostTest) ... ok
- test_post_single_field (tests.post_test.PostTest) ... ok
- test_post_with_null_byte (tests.post_test.PostTest) ... ok
- test_delete_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_post_with_read_callback (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes_with_nulls (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_unicode (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_unicode_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128)
- ok
- test_post_with_read_callback_returning_unicode_with_nulls (tests.read_callback_test.ReadCallbackTest) ... Traceback (most recent call last):
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 86, in run
- self.finish_response()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
- self.write(data)
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 212, in write
- self.send_headers()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
- self.send_preamble()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
- 'Date: %s\r\n' % format_date_time(time.time())
- File "/usr/lib/python2.7/socket.py", line 324, in write
- self.flush()
- File "/usr/lib/python2.7/socket.py", line 303, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 32] Broken pipe
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
- self.finish()
- File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
- self.wfile.close()
- File "/usr/lib/python2.7/socket.py", line 279, in close
- self.flush()
- File "/usr/lib/python2.7/socket.py", line 303, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 32] Broken pipe
- ok
- test_get_relative (tests.relative_url_test.RelativeUrlTest) ... ok
- test_resolve (tests.resolve_test.ResolveTest) ... ok
- SKIP: PYCURL_VSFTPD_PATH environment variable not set
- test_postfields_lifecycle (tests.setopt_lifecycle_test.SetoptLifecycleTest) ... ok
- test_ascii_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_unicode_encoded (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_unicode_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_share (tests.share_test.ShareTest) ... ok
- test_share_close (tests.share_test.ShareTest) ... ok
- test_share_close_twice (tests.share_test.ShareTest) ... ok
- test_socket_open (tests.socket_open_test.SocketOpenTest) ... ok
- test_unset_range (tests.unset_range_test.UnsetRangeTest) ... ok
- test_pycurl_user_agent_string (tests.user_agent_string_test.UserAgentStringTest) ... ok
- test_comparison (tests.version_comparison_test.VersionComparisonTest) ... ok
- test_libcurl_presence (tests.version_test.VersionTest) ... ok
- test_pycurl_presence_and_case (tests.version_test.VersionTest) ... ok
- test_write_abort (tests.write_abort_test.WriteAbortTest) ... ok
- test_write_cb_returning_float (tests.write_cb_bogus_test.WriteAbortTest) ... successpycurl.error: write callback must return int or None
- ok
- test_write_cb_returning_string (tests.write_cb_bogus_test.WriteAbortTest) ... pycurl.error: write callback must return int or None
- ok
- test_write_to_file_like (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_file_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_file_via_object (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_tempfile_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_tempfile_via_object (tests.write_to_file_test.WriteToFileTest) ... SKIP: python < 3
- test_write_to_bytesio (tests.write_to_stringio_test.WriteToStringioTest) ... ok
- test_write_to_stringio (tests.write_to_stringio_test.WriteToStringioTest) ... SKIP: python < 3
- ----------------------------------------------------------------------
- Ran 119 tests in 18.019s
- OK (SKIP=5)
- test_certinfo_option (tests.certinfo_test.CertinfoTest) ... ok
- test_request_with_certinfo (tests.certinfo_test.CertinfoTest) ... SKIP: libcurl does not use openssl
- test_request_without_certinfo (tests.certinfo_test.CertinfoTest) ... ok
- test_perform_get_with_debug_function (tests.debug_test.DebugTest) ... ok
- test_perform_get (tests.default_write_function_test.DefaultWriteFunctionTest) ... ok
- test_easy_close (tests.easy_test.EasyTest) ... ok
- test_easy_close_twice (tests.easy_test.EasyTest) ... ok
- test_pycurl_error_libcurl (tests.error_test.ErrorTest) ... ok
- test_pycurl_error_pycurl (tests.error_test.ErrorTest) ... ok
- test_pycurl_error_stdlib (tests.error_test.ErrorTest) ... ok
- test_pycurl_errstr_initially_empty (tests.error_test.ErrorTest) ... ok
- test_pycurl_errstr_type (tests.error_test.ErrorTest) ... ok
- SKIP: PYCURL_VSFTPD_PATH environment variable not set
- test_getinfo (tests.getinfo_test.GetinfoTest) ... ok
- test_primary_port_etc (tests.getinfo_test.GetinfoTest) ... ok
- test_global_init_ack_eintr (tests.global_init_test.GlobalInitTest) ... ok
- test_global_init_bogus (tests.global_init_test.GlobalInitTest) ... ok
- test_global_init_default (tests.global_init_test.GlobalInitTest) ... ok
- test_get (tests.header_function_test.HeaderFunctionTest) ... ok
- test_ascii_string_header (tests.header_test.HeaderTest) ... ok
- test_ascii_unicode_header (tests.header_test.HeaderTest) ... ok
- test_encoded_unicode_header (tests.header_test.HeaderTest) ... ok
- test_unicode_string_header (tests.header_test.HeaderTest) ... SKIP: python < 3
- test_unicode_unicode_header (tests.header_test.HeaderTest) ... ok
- test_add_closed_handle (tests.internals_test.InternalsTest) ... ok
- test_add_handle_on_multiple_stacks (tests.internals_test.InternalsTest) ... ok
- test_add_handle_twice (tests.internals_test.InternalsTest) ... ok
- test_constant_aliasing (tests.internals_test.InternalsTest) ... ok
- test_copy_curl (tests.internals_test.InternalsTest) ... ok
- test_copy_multi (tests.internals_test.InternalsTest) ... ok
- test_cpickle_curl (tests.internals_test.InternalsTest) ... ok
- test_cpickle_multi (tests.internals_test.InternalsTest) ... ok
- test_move_handle (tests.internals_test.InternalsTest) ... ok
- test_pickle_curl (tests.internals_test.InternalsTest) ... ok
- test_pickle_multi (tests.internals_test.InternalsTest) ... ok
- test_remove_invalid_closed_handle (tests.internals_test.InternalsTest) ... ok
- test_remove_invalid_handle (tests.internals_test.InternalsTest) ... ok
- test_cyclic_gc (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_refcounting_bug_in_reset (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_reference_counting (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_share_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_share_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
- test_multi_socket_select (tests.multi_socket_select_test.MultiSocketSelectTest) ... ok
- test_multi_socket (tests.multi_socket_test.MultiSocketTest) ... ok
- test_adding_closed_handle_close_then_remove (tests.multi_test.MultiTest) ... ok
- test_adding_closed_handle_close_without_removing (tests.multi_test.MultiTest) ... ok
- test_adding_closed_handle_remove_then_close (tests.multi_test.MultiTest) ... ok
- test_multi (tests.multi_test.MultiTest) ... ok
- test_multi_close (tests.multi_test.MultiTest) ... ok
- test_multi_close_twice (tests.multi_test.MultiTest) ... ok
- test_multi_info_read (tests.multi_test.MultiTest) ... ok
- test_multi_select (tests.multi_test.MultiTest) ... ok
- test_multi_select_fdset (tests.multi_test.MultiTest) ... ok
- test_multi_status_codes (tests.multi_test.MultiTest) ... ok
- test_multi_timer (tests.multi_timer_test.MultiSocketTest) ... ok
- test_dns_servers (tests.option_constants_test.OptionConstantsTest) ... ok
- test_httpauth_digest_ie (tests.option_constants_test.OptionConstantsTest) ... ok
- test_noproxy_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
- test_operation_timedout_constant (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir_flags (tests.option_constants_test.OptionConstantsTest) ... ok
- test_postredir_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
- test_redir_post_303 (tests.option_constants_test.OptionConstantsTest) ... ok
- test_username (tests.option_constants_test.OptionConstantsTest) ... ok
- test_pause_via_call (tests.pause_test.PauseTest) ... ok
- test_pause_via_return (tests.pause_test.PauseTest) ... ok
- test_post_buffer (tests.post_test.PostTest) ... ok
- test_post_fields_with_ampersand (tests.post_test.PostTest) ... ok
- test_post_file (tests.post_test.PostTest) ... ok
- test_post_multiple_fields (tests.post_test.PostTest) ... ok
- test_post_single_field (tests.post_test.PostTest) ... ok
- test_post_with_null_byte (tests.post_test.PostTest) ... ok
- test_delete_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_delete_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_get_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_modify_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_set_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
- test_post_with_read_callback (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_bytes_with_nulls (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_unicode (tests.read_callback_test.ReadCallbackTest) ... ok
- test_post_with_read_callback_returning_unicode_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128)
- okTraceback (most recent call last):
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 86, in run
- test_post_with_read_callback_returning_unicode_with_nulls (tests.read_callback_test.ReadCallbackTest) ... self.finish_response()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
- self.write(data)
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 212, in write
- self.send_headers()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
- self.send_preamble()
- File "/usr/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
- 'Date: %s\r\n' % format_date_time(time.time())
- File "/usr/lib/python2.7/socket.py", line 324, in write
- self.flush()
- File "/usr/lib/python2.7/socket.py", line 303, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 32] Broken pipe
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
- self.finish()
- File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
- self.wfile.close()
- File "/usr/lib/python2.7/socket.py", line 279, in close
- self.flush()
- File "/usr/lib/python2.7/socket.py", line 303, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 32] Broken pipe
- ok
- test_get_relative (tests.relative_url_test.RelativeUrlTest) ... ok
- test_resolve (tests.resolve_test.ResolveTest) ... ok
- SKIP: PYCURL_VSFTPD_PATH environment variable not set
- test_postfields_lifecycle (tests.setopt_lifecycle_test.SetoptLifecycleTest) ... ok
- test_ascii_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_unicode_encoded (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_unicode_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
- test_share (tests.share_test.ShareTest) ... ok
- test_share_close (tests.share_test.ShareTest) ... ok
- test_share_close_twice (tests.share_test.ShareTest) ... ok
- test_socket_open (tests.socket_open_test.SocketOpenTest) ... ok
- test_unset_range (tests.unset_range_test.UnsetRangeTest) ... ok
- test_pycurl_user_agent_string (tests.user_agent_string_test.UserAgentStringTest) ... ok
- test_comparison (tests.version_comparison_test.VersionComparisonTest) ... ok
- test_libcurl_presence (tests.version_test.VersionTest) ... ok
- test_pycurl_presence_and_case (tests.version_test.VersionTest) ... ok
- test_write_abort (tests.write_abort_test.WriteAbortTest) ... ok
- test_write_cb_returning_float (tests.write_cb_bogus_test.WriteAbortTest) ... successpycurl.error: write callback must return int or None
- ok
- test_write_cb_returning_string (tests.write_cb_bogus_test.WriteAbortTest) ... pycurl.error: write callback must return int or None
- ok
- test_write_to_file_like (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_file_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_file_via_object (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_tempfile_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
- test_write_to_tempfile_via_object (tests.write_to_file_test.WriteToFileTest) ... SKIP: python < 3
- test_write_to_bytesio (tests.write_to_stringio_test.WriteToStringioTest) ... ok
- test_write_to_stringio (tests.write_to_stringio_test.WriteToStringioTest) ... SKIP: python < 3
- ----------------------------------------------------------------------
- Ran 119 tests in 11.267s
- OK (SKIP=6)
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- fakeroot debian/rules binary
- dh binary --with python2,python3
- dh_testroot
- dh_prep
- dh_installdirs
- debian/rules override_dh_auto_install
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- for py in 2.7; do \
- python$py setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl --install-layout=deb; \
- python$py-dbg setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg --install-layout=deb; \
- done
- Using curl-config (libcurl 7.35.0)
- running install
- running build
- running build_py
- running build_ext
- running install_lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages
- copying build/lib.linux-x86_64-2.7/pycurl.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
- copying build/lib.linux-x86_64-2.7/curl/__init__.pyc -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
- copying build/lib.linux-x86_64-2.7/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
- running install_data
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
- running install_egg_info
- Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/pycurl-7.19.3.egg-info
- Using curl-config (libcurl 7.35.0)
- running install
- running build
- running build_py
- running build_ext
- running install_lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages
- copying build/lib.linux-x86_64-2.7-pydebug/pycurl_d.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl
- copying build/lib.linux-x86_64-2.7-pydebug/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl
- byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl/__init__.py to __init__.pyc
- running install_data
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
- running install_egg_info
- Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/pycurl-7.19.3.egg-info
- [39846 refs]
- for py in 3.4; do \
- python$py setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl --install-layout=deb; \
- python$py-dbg setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg --install-layout=deb; \
- done
- Using curl-config (libcurl 7.35.0)
- running install
- running build
- running build_py
- running build_ext
- running install_lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages
- renaming extension pycurl.cpython-34m.so -> pycurl.cpython-34m-x86_64-linux-gnu.so
- copying build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl.cpython-34m-x86_64-linux-gnu.so
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
- copying build/lib.linux-x86_64-3.4/curl/__init__.pyc -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
- copying build/lib.linux-x86_64-3.4/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
- byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl/__init__.py to __init__.cpython-34.pyc
- running install_data
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
- running install_egg_info
- Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl-7.19.3.egg-info
- Using curl-config (libcurl 7.35.0)
- running install
- running build
- running build_py
- running build_ext
- running install_lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl
- copying build/lib.linux-x86_64-3.4-pydebug/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl
- renaming extension pycurl.cpython-34dm.so -> pycurl.cpython-34dm-x86_64-linux-gnu.so
- copying build/lib.linux-x86_64-3.4-pydebug/pycurl.cpython-34dm.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl.cpython-34dm-x86_64-linux-gnu.so
- byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl/__init__.py to __init__.cpython-34.pyc
- running install_data
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
- creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
- running install_egg_info
- Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl-7.19.3.egg-info
- # Remove documentation as installed by setup.py
- rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python*-pycurl*/usr/share/doc/pycurl
- rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python*/*-packages/curl
- rm -f /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python*/*-packages/pycurl-*.egg-info
- rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python*/*-packages/curl
- rm -f /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python*/*-packages/pycurl-*.egg-info
- rm -rf debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
- dh_link -ppython-pycurl-dbg usr/share/doc/python-pycurl usr/share/doc/python-pycurl-dbg
- rm -rf debian/python3-pycurl-dbg/usr/share/doc/python3-pycurl-dbg
- dh_link -ppython3-pycurl-dbg usr/share/doc/python3-pycurl usr/share/doc/python3-pycurl-dbg
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- debian/rules override_dh_installdocs
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- cp -a doc/*.html debian/python-pycurl/usr/share/doc/python-pycurl/html
- mkdir -p debian/python3-pycurl/usr/share/doc/python3-pycurl/html
- cp -a doc/*.html debian/python3-pycurl/usr/share/doc/python3-pycurl/html
- dh_installdocs -ppython-pycurl README.rst
- dh_installdocs -ppython3-pycurl README.rst
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- debian/rules override_dh_installchangelogs
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_installchangelogs -ppython-pycurl ChangeLog
- dh_installchangelogs -ppython3-pycurl ChangeLog
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- debian/rules override_dh_installexamples
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_installexamples -ppython-pycurl examples/*
- dh_installexamples -ppython3-pycurl examples/*
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_python2
- dh_python3
- dh_perl
- dh_link
- debian/rules override_dh_compress
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_compress -X.py
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_fixperms
- debian/rules override_dh_strip
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_strip -ppython-pycurl --dbg-package=python-pycurl-dbg
- dh_strip -ppython3-pycurl --dbg-package=python3-pycurl-dbg
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_makeshlibs
- debian/rules override_dh_shlibdeps
- make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_shlibdeps -a
- dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python-pycurl/usr/lib/python2.7/dist-packages/pycurl.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
- dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/pycurl_d.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
- dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl.cpython-34m-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
- dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl.cpython-34dm-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
- sed -i '/shlibs:Depends/s,\(libcurl[0-9]*-gnutls (>= \)[^)]*\().*\),\17.35.0\2,' debian/python-pycurl*.substvars
- make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
- dh_installdeb
- dh_gencontrol
- dpkg-gencontrol: warning: package python-pycurl: unused substitution variable ${python:Provides}
- dpkg-gencontrol: warning: package python-pycurl: unused substitution variable ${python:Versions}
- dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Provides}
- dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Depends}
- dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Versions}
- dpkg-gencontrol: warning: package python3-pycurl: unused substitution variable ${python3:Versions}
- dpkg-gencontrol: warning: package python3-pycurl-dbg: unused substitution variable ${python3:Versions}
- dh_md5sums
- dh_builddeb
- dpkg-deb: warning: 'debian/python-pycurl/DEBIAN/control' contains user-defined field 'Original-Maintainer'
- dpkg-deb: warning: ignoring 1 warning about the control file(s)
- dpkg-deb: building package `python-pycurl' in `../python-pycurl_7.19.3-0ubuntu3_amd64.deb'.
- dpkg-deb: warning: 'debian/python-pycurl-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer'
- dpkg-deb: warning: ignoring 1 warning about the control file(s)
- dpkg-deb: building package `python-pycurl-dbg' in `../python-pycurl-dbg_7.19.3-0ubuntu3_amd64.deb'.
- dpkg-deb: warning: 'debian/python3-pycurl/DEBIAN/control' contains user-defined field 'Original-Maintainer'
- dpkg-deb: warning: ignoring 1 warning about the control file(s)
- dpkg-deb: building package `python3-pycurl' in `../python3-pycurl_7.19.3-0ubuntu3_amd64.deb'.
- dpkg-deb: warning: 'debian/python3-pycurl-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer'
- dpkg-deb: warning: ignoring 1 warning about the control file(s)
- dpkg-deb: building package `python3-pycurl-dbg' in `../python3-pycurl-dbg_7.19.3-0ubuntu3_amd64.deb'.
- dpkg-genchanges -b >../pycurl_7.19.3-0ubuntu3_amd64.changes
- dpkg-genchanges: binary-only upload - not including any source code
- signfile pycurl_7.19.3-0ubuntu3_amd64.changes
- gpg: WARNING: unsafe ownership on configuration file `/home/vova/.gnupg/gpg.conf'
- gpg: skipped "Matthias Klose <[email protected]>": secret key not available
- gpg: [stdin]: clearsign failed: secret key not available
- dpkg-source --after-build pycurl-7.19.3
- dpkg-buildpackage: binary only upload (no source included)
- dpkg-buildpackage: warning: failed to sign .changes file
- $ sudo dpkg -i ../python-pycurl_7.19.3-0ubuntu3_amd64.deb
- (Reading database ... 107718 files and directories currently installed.)
- Preparing to unpack .../python-pycurl_7.19.3-0ubuntu3_amd64.deb ...
- Unpacking python-pycurl (7.19.3-0ubuntu3) over (7.19.3-0ubuntu3) ...
- Setting up python-pycurl (7.19.3-0ubuntu3) ...
- Processing triggers for doc-base (0.10.5) ...
- Processing 1 changed doc-base file...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement