Changelogs from build 20140113.1 to 20140114


  libtool (2.4.2-1.6ubuntu3) trusty; urgency=medium
 .
   * Switch libtool back to Multi-Arch: foreign for now, as Multi-Arch:
     allowed causes widespread problems with cross-building (see
     https://lists.debian.org/debian-devel/2014/01/msg00182.html).


  pycurl (7.19.3-0ubuntu1) trusty; urgency=medium
 .
   * New upstream version.

 pycurl (7.19.0.3-1ubuntu2) trusty; urgency=medium
 .
   * Remove build dependency on python-bottle (universe).

 pycurl (7.19.0.3-1ubuntu1) trusty; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - debian/patches/lp1063350.patch: Reset the float context after
       closing the curl object (lp #1063350).
     - Drop libssh2-1-dev from Build-Depends, as it is not in main, and is
       not needed since in Ubuntu, curl-config --static-libs doesn't return
       -lssh2.
     - Build python3-pycurl and python3-pycurl-dbg packages.
 .
 pycurl (7.19.0.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/patches/10_setup.py.patch
     - refreshed, due to new upstream code
   * debian/patches/{20_remove_string_options.patch,
       30_fix_refcounts_calling_reset_twice.patch,
       40_add_CURLOPT_SEEKFUNCTION_and_CURLOPT_SEEKDATA.patch,
       debian/patches/50_dont_leak_user_agent.patch}
     - removed, merged upstream
   * debian/rules
     - run tests using nosetests
     - install README.rst in the documentation
     - Remove documentation as installed by setup.py
   * debian/control
     - bump Standards-Version to 3.9.5 (no changes needed)
     - added nose/bottle/cherrypy3 to b-d, needed to run tests
   * debian/{control, rules}
     - Switch to dh_python2; thanks to Barry Warsaw for the report and patch;
       Closes: #635630
 .
 pycurl (7.19.0-7) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Sandro Tosi ]
   * Upload to unstable
   * debian/patches/50_dont_leak_user_agent.patch
     - fix memory leak in reset(); thanks to Örjan Persson for the report and
       patch; Closes: #709226
 .
 pycurl (7.19.0-6) experimental; urgency=low
 .
   * debian/patches/20_remove_string_options.patch
     - No longer keep copies of string options since this is managed by libcurl,
       needed to have pycurl.c in sync with upstream CVS, and apply further
       patches
   * debian/patches/30_fix_refcounts_calling_reset_twice.patch
     - Fixes refcount bug and provides better organization of PyCurl object,
       allowing to call reset() multiple time; thansk to Emmanuel Bouthenot for
       the report; Closes: #690187
   * debian/patches/40_add_CURLOPT_SEEKFUNCTION_and_CURLOPT_SEEKDATA.patch
     - Added CURLOPT_SEEKFUNCTION, CURLOPT_SEEKDATA
   * debian/control
     - bump Standards-Version t0 3.9.3 (no changes needed)


  pygobject (3.11.3-0ubuntu2) trusty; urgency=medium
 .
   * Add revert_userdata_varargs.patch: Revert upstream commit 9456e83 to fix
     regression with "None" userdata callback arguments in some cases.
     (LP: #1268578)