diff -Nru python2.6-2.6.9/debian/changelog python2.6-2.6.9/debian/changelog --- python2.6-2.6.9/debian/changelog 2018-04-27 04:17:45.000000000 +0000 +++ python2.6-2.6.9/debian/changelog 2018-04-29 12:56:59.000000000 +0000 @@ -1,3 +1,10 @@ +python2.6 (2.6.9-3.2+bionic2) bionic; urgency=medium + + * Bump Standards-Version. + * Use OpenSSL 1.0.1. + + -- Felix Krull Sun, 29 Apr 2018 12:56:59 +0000 + python2.6 (2.6.9-3.2+bionic1) bionic; urgency=medium * Imported from Xenial package. diff -Nru python2.6-2.6.9/debian/control python2.6-2.6.9/debian/control --- python2.6-2.6.9/debian/control 2018-04-27 04:17:45.000000000 +0000 +++ python2.6-2.6.9/debian/control 2018-04-29 12:56:49.000000000 +0000 @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Matthias Klose Build-Depends: debhelper (>= 7), autoconf, mime-support, netbase, lsb-release, bzip2, - zlib1g-dev, libbz2-dev, libdb-dev, libssl-dev, libreadline-dev, + zlib1g-dev, libbz2-dev, libdb-dev, libssl1.0-dev, libreadline-dev, libncursesw5-dev (>= 5.3), tk8.5-dev, blt-dev (>= 2.4z), libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5-2), libgdbm-dev, @@ -14,7 +14,7 @@ Build-Depends-Indep: python-sphinx (>= 1.0.7) Build-Conflicts: tcl8.4-dev, tk8.4-dev, tcl8.3-dev, tk8.3-dev, python2.6-xml, python-xml, autoconf2.13 XS-Python-Version: 2.6 -Standards-Version: 3.9.6 +Standards-Version: 4.1.4 Homepage: http://python.org/ Vcs-Browser: https://bitbucket.org/fk/deadsnakes-python2.6 Vcs-Hg: https://bitbucket.org/fk/deadsnakes-python2.6 @@ -73,7 +73,7 @@ Package: python2.6-dev Architecture: any -Depends: python2.6 (= ${binary:Version}), libpython2.6 (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends} +Depends: python2.6 (= ${binary:Version}), libpython2.6 (= ${binary:Version}), libssl1.0-dev, ${shlibs:Depends}, ${misc:Depends} Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (version 2.6) Header files, a static library and development tools for building diff -Nru python2.6-2.6.9/debian/control.in python2.6-2.6.9/debian/control.in --- python2.6-2.6.9/debian/control.in 2018-04-27 04:17:45.000000000 +0000 +++ python2.6-2.6.9/debian/control.in 2018-04-29 12:56:45.000000000 +0000 @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Matthias Klose Build-Depends: debhelper (>= 7), autoconf, mime-support, netbase, lsb-release, bzip2, - zlib1g-dev, libbz2-dev, libdb-dev, libssl-dev, libreadline-dev, + zlib1g-dev, libbz2-dev, libdb-dev, libssl1.0-dev, libreadline-dev, libncursesw5-dev (>= 5.3), tk8.5-dev, blt-dev (>= 2.4z), libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5-2), libgdbm-dev, @@ -14,7 +14,7 @@ Build-Depends-Indep: python-sphinx (>= 1.0.7) Build-Conflicts: tcl8.4-dev, tk8.4-dev, tcl8.3-dev, tk8.3-dev, @PVER@-xml, python-xml, autoconf2.13 XS-Python-Version: @VER@ -Standards-Version: 3.9.6 +Standards-Version: 4.1.4 Homepage: http://python.org/ Vcs-Browser: https://bitbucket.org/fk/deadsnakes-@PVER@ Vcs-Hg: https://bitbucket.org/fk/deadsnakes-@PVER@ @@ -73,7 +73,7 @@ Package: @PVER@-dev Architecture: any -Depends: @PVER@ (= ${binary:Version}), lib@PVER@ (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends} +Depends: @PVER@ (= ${binary:Version}), lib@PVER@ (= ${binary:Version}), libssl1.0-dev, ${shlibs:Depends}, ${misc:Depends} Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (version @VER@) Header files, a static library and development tools for building