diff -pruN 1.0.3+git180724-3/debian/changelog 1.0.3+git180724-3ubuntu2/debian/changelog
--- 1.0.3+git180724-3/debian/changelog	2018-11-12 19:54:57.000000000 +0000
+++ 1.0.3+git180724-3ubuntu2/debian/changelog	2022-04-29 15:31:43.000000000 +0000
@@ -1,3 +1,39 @@
+icu-le-hb (1.0.3+git180724-3ubuntu2) kinetic; urgency=medium
+
+  * No-change rebuild against latest icu
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 29 Apr 2022 11:31:43 -0400
+
+icu-le-hb (1.0.3+git180724-3ubuntu1) jammy; urgency=medium
+
+  * Fix build with ICZ 70.1.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 10 Feb 2022 01:53:44 +0100
+
+icu-le-hb (1.0.3+git180724-3build4) jammy; urgency=medium
+
+  * No-change rebuild for icu soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 09 Feb 2022 05:52:17 +0100
+
+icu-le-hb (1.0.3+git180724-3build3) groovy; urgency=medium
+
+  * No-change rebuild against libicu67
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 28 Jul 2020 16:12:53 +0000
+
+icu-le-hb (1.0.3+git180724-3build2) focal; urgency=medium
+
+  * No-change rebuild for icu soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 03 Mar 2020 21:33:02 +0100
+
+icu-le-hb (1.0.3+git180724-3build1) focal; urgency=medium
+
+  * No-change rebuild for icu soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 13 Feb 2020 08:59:00 +0100
+
 icu-le-hb (1.0.3+git180724-3) unstable; urgency=medium
 
   * Upload to Sid.
diff -pruN 1.0.3+git180724-3/debian/control 1.0.3+git180724-3ubuntu2/debian/control
--- 1.0.3+git180724-3/debian/control	2018-10-27 19:29:55.000000000 +0000
+++ 1.0.3+git180724-3ubuntu2/debian/control	2020-07-28 16:12:53.000000000 +0000
@@ -1,7 +1,8 @@
 Source: icu-le-hb
 Section: libs
 Priority: optional
-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
 Standards-Version: 4.2.1
 Build-Depends: debhelper (>= 11), pkg-config, libharfbuzz-dev (>= 1.0.3), libicu-dev (>= 63.1)
 Homepage: https://github.com/behdad/icu-le-hb
diff -pruN 1.0.3+git180724-3/debian/patches/icu70.1_compat.patch 1.0.3+git180724-3ubuntu2/debian/patches/icu70.1_compat.patch
--- 1.0.3+git180724-3/debian/patches/icu70.1_compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.0.3+git180724-3ubuntu2/debian/patches/icu70.1_compat.patch	2022-02-10 00:53:44.000000000 +0000
@@ -0,0 +1,38 @@
+--- a/src/LEGlyphStorage.cpp
++++ b/src/LEGlyphStorage.cpp
+@@ -659,7 +659,7 @@ le_bool LEGlyphStorage::applyInsertion(l
+     // just got replaced by the insertion
+     fSrcIndex -= 1;
+ 
+-    return FALSE;
++    return false;
+ }
+ 
+ U_NAMESPACE_END
+--- a/src/LEInsertionList.cpp
++++ b/src/LEInsertionList.cpp
+@@ -86,11 +86,11 @@ le_bool LEInsertionList::applyInsertions
+ {
+     for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) {
+         if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) {
+-            return TRUE;
++            return true;
+         }
+     }
+ 
+-    return FALSE;
++    return false;
+ }
+ 
+ U_NAMESPACE_END
+--- a/src/LEFontInstance.cpp
++++ b/src/LEFontInstance.cpp
+@@ -79,7 +79,7 @@ void LEFontInstance::mapCharsToGlyphs(co
+ 
+ LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
+ {
+-    return mapCharToGlyph(ch, mapper, TRUE);
++    return mapCharToGlyph(ch, mapper, true);
+ }
+ 
+ LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
diff -pruN 1.0.3+git180724-3/debian/patches/series 1.0.3+git180724-3ubuntu2/debian/patches/series
--- 1.0.3+git180724-3/debian/patches/series	2018-08-05 03:57:41.000000000 +0000
+++ 1.0.3+git180724-3ubuntu2/debian/patches/series	2022-02-10 00:53:44.000000000 +0000
@@ -1 +1,2 @@
 icu_62.1_compat.patch
+icu70.1_compat.patch
