diff -Nru mongodb-3.4.1/debian/changelog mongodb-3.4.1/debian/changelog --- mongodb-3.4.1/debian/changelog 2016-12-25 15:55:40.000000000 +0000 +++ mongodb-3.4.1/debian/changelog 2016-12-25 18:02:13.000000000 +0000 @@ -1,3 +1,9 @@ +mongodb (1:3.4.1-2ubuntu2) zesty; urgency=medium + + * Add missing ) from last upload + + -- Jeremy Bicha Sun, 25 Dec 2016 13:02:13 -0500 + mongodb (1:3.4.1-2ubuntu1) zesty; urgency=medium [ Apollon Oikonomopoulos ] diff -Nru mongodb-3.4.1/debian/patches/disable-hw-crc32-on-s390x.patch mongodb-3.4.1/debian/patches/disable-hw-crc32-on-s390x.patch --- mongodb-3.4.1/debian/patches/disable-hw-crc32-on-s390x.patch 2016-12-25 15:55:40.000000000 +0000 +++ mongodb-3.4.1/debian/patches/disable-hw-crc32-on-s390x.patch 2016-12-25 18:02:13.000000000 +0000 @@ -10,7 +10,7 @@ 'POWERPC_HOST' : env['TARGET_ARCH'] == 'ppc64le', 'X86_HOST' : env['TARGET_ARCH'] == 'x86_64', 'ZSERIES_HOST' : env['TARGET_ARCH'] == 's390x', -+ 'ZSERIES_HOST_WITH_CRC32' : (env['TARGET_ARCH'] == 's390x' and get_option("use-s390x-crc32" == "on"), ++ 'ZSERIES_HOST_WITH_CRC32' : (env['TARGET_ARCH'] == 's390x' and get_option("use-s390x-crc32") == "on"), } def filtered_filelist(f):