diff -pruN 1.1.2-1/debian/changelog 1.1.2-1ubuntu1/debian/changelog
--- 1.1.2-1/debian/changelog	2016-09-09 10:00:58.000000000 +0000
+++ 1.1.2-1ubuntu1/debian/changelog	2018-02-26 17:28:47.000000000 +0000
@@ -1,3 +1,10 @@
+php-horde-crypt-blowfish (1.1.2-1ubuntu1) bionic; urgency=medium
+
+  * debian/patches/php72_removed_mcrypt.patch: PHP7.2 has removed the
+    mcrypt extension.
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Mon, 26 Feb 2018 09:28:47 -0800
+
 php-horde-crypt-blowfish (1.1.2-1) unstable; urgency=medium
 
   * New upstream version 1.1.2
diff -pruN 1.1.2-1/debian/control 1.1.2-1ubuntu1/debian/control
--- 1.1.2-1/debian/control	2016-09-09 10:00:58.000000000 +0000
+++ 1.1.2-1ubuntu1/debian/control	2018-02-26 17:28:47.000000000 +0000
@@ -1,7 +1,8 @@
 Source: php-horde-crypt-blowfish
 Section: php
 Priority: extra
-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
 Uploaders: Mathieu Parent <sathieu@debian.org>
 Build-Depends: debhelper (>= 9), pkg-php-tools (>= 0.9), pear-horde-channel
 Standards-Version: 3.9.8
diff -pruN 1.1.2-1/debian/patches/php72_removed_mcrypt.patch 1.1.2-1ubuntu1/debian/patches/php72_removed_mcrypt.patch
--- 1.1.2-1/debian/patches/php72_removed_mcrypt.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.2-1ubuntu1/debian/patches/php72_removed_mcrypt.patch	2018-02-26 17:28:43.000000000 +0000
@@ -0,0 +1,18 @@
+Description: PHP7.2 has removed the mcrypt extension
+ Do not recommend it.
+Author: Nishanth Aravamudan <nish.aravamudan@canonical.com>
+Forwarded: Will be done by Nishanth Aravamudan
+Last-Update: 2018-02-26
+
+--- php-horde-crypt-blowfish-1.1.2.orig/package.xml
++++ php-horde-crypt-blowfish-1.1.2/package.xml
+@@ -82,9 +82,6 @@
+     <exclude>3.0.0alpha1</exclude>
+    </package>
+    <extension>
+-    <name>mcrypt</name>
+-   </extension>
+-   <extension>
+     <name>openssl</name>
+    </extension>
+   </optional>
diff -pruN 1.1.2-1/debian/patches/series 1.1.2-1ubuntu1/debian/patches/series
--- 1.1.2-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.1.2-1ubuntu1/debian/patches/series	2018-02-26 17:28:16.000000000 +0000
@@ -0,0 +1 @@
+php72_removed_mcrypt.patch
