diff -pruN 1.14.43-1/debian/changelog 1.14.43-1ubuntu2/debian/changelog
--- 1.14.43-1/debian/changelog	2018-04-29 03:33:21.000000000 +0000
+++ 1.14.43-1ubuntu2/debian/changelog	2018-09-14 19:12:28.000000000 +0000
@@ -1,3 +1,16 @@
+libgsf (1.14.43-1ubuntu2) cosmic; urgency=medium
+
+  * Don't Build-Depend on valgrind on armhf and ppc64el since the
+    valgrind tests need some work to pass on those architectures
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 14 Sep 2018 15:12:28 -0400
+
+libgsf (1.14.43-1ubuntu1) cosmic; urgency=medium
+
+  * Build-Depend on unzip and valgrind for build tests
+
+ -- Jeremy Bicha <jbicha@debian.org>  Fri, 14 Sep 2018 14:53:51 -0400
+
 libgsf (1.14.43-1) unstable; urgency=medium
 
   * New upstream releas.
diff -pruN 1.14.43-1/debian/control 1.14.43-1ubuntu2/debian/control
--- 1.14.43-1/debian/control	2018-04-29 03:26:00.000000000 +0000
+++ 1.14.43-1ubuntu2/debian/control	2018-09-14 19:12:28.000000000 +0000
@@ -1,7 +1,8 @@
 Source: libgsf
 Section: libs
 Priority: optional
-Maintainer: Dmitry Smirnov <onlyjob@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Dmitry Smirnov <onlyjob@debian.org>
 Build-Depends: debhelper (>= 11~), dh-buildinfo
               ,gobject-introspection (>= 1.41.4)
               ,gtk-doc-tools
@@ -12,6 +13,8 @@ Build-Depends: debhelper (>= 11~), dh-bu
               ,libglib2.0-doc
               ,libgtk2.0-dev
               ,libxml2-dev
+              ,unzip <!nocheck>
+              ,valgrind [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64 s390x x32] <!nocheck>
               ,zlib1g-dev
 Standards-Version: 4.1.4
 Homepage: http://projects.gnome.org/libgsf/
