diff -pruN 4.7.2-1/debian/changelog 4.7.2-2/debian/changelog
--- 4.7.2-1/debian/changelog	2019-02-05 10:39:34.000000000 +0000
+++ 4.7.2-2/debian/changelog	2019-02-12 14:02:08.000000000 +0000
@@ -1,3 +1,10 @@
+freeipa (4.7.2-2) unstable; urgency=medium
+
+  * tests: Disabled, they are for the server.
+  * Split server build-deps from the stub.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Tue, 12 Feb 2019 16:02:08 +0200
+
 freeipa (4.7.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 4.7.2-1/debian/control 4.7.2-2/debian/control
--- 4.7.2-1/debian/control	2019-02-05 10:39:34.000000000 +0000
+++ 4.7.2-2/debian/control	2019-02-12 14:02:08.000000000 +0000
@@ -3,8 +3,11 @@ Section: net
 Priority: optional
 Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
 Uploaders: Timo Aaltonen <tjaalton@debian.org>
+Standards-Version: 4.1.5
+Vcs-Git: https://salsa.debian.org/freeipa-team/freeipa.git
+Vcs-Browser: https://salsa.debian.org/freeipa-team/freeipa
+Homepage: http://www.freeipa.org
 Build-Depends:
- 389-ds-base-dev (>= 1.3.7.9),
  check,
  debhelper (>= 11),
  dh-python,
@@ -20,17 +23,8 @@ Build-Depends:
  libpopt-dev,
  libsasl2-dev,
  libssl-dev,
- libsss-idmap-dev,
- libsss-certmap-dev,
- libsss-nss-idmap-dev (>= 1.14.0),
  libtalloc-dev,
- libtevent-dev,
- libunistring-dev,
- libverto-dev,
  libxmlrpc-core-c3-dev (>= 1.33.06),
- nodejs [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
- node-uglify [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
- pki-base (>= 10.6.0~),
  python-all-dev,
  python-cryptography,
  python-dbus,
@@ -55,16 +49,8 @@ Build-Depends:
  python-sss (>= 1.14.0),
  python-usb (>= 1.0.0~b2),
  python-yubico,
- python3-lesscpy,
- python3-pkg-resources,
- samba-dev,
  systemd,
  uuid-dev,
- 389-ds-base-dev,
-Standards-Version: 4.1.5
-Vcs-Git: https://salsa.debian.org/freeipa-team/freeipa.git
-Vcs-Browser: https://salsa.debian.org/freeipa-team/freeipa
-Homepage: http://www.freeipa.org
 
 Package: freeipa-admintools
 Architecture: any
diff -pruN 4.7.2-1/debian/control.common 4.7.2-2/debian/control.common
--- 4.7.2-1/debian/control.common	2019-02-05 07:36:12.000000000 +0000
+++ 4.7.2-2/debian/control.common	2019-02-12 12:52:22.000000000 +0000
@@ -1,3 +1,4 @@
+
 Package: freeipa-admintools
 Architecture: any
 Depends: ${misc:Depends},
diff -pruN 4.7.2-1/debian/control.server 4.7.2-2/debian/control.server
--- 4.7.2-1/debian/control.server	2019-02-05 07:36:12.000000000 +0000
+++ 4.7.2-2/debian/control.server	2019-02-12 12:52:31.000000000 +0000
@@ -1,3 +1,4 @@
+
 Package: freeipa-server
 Architecture: amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x
 Breaks: freeipa-server-trust-ad (<< 4.3.0-1)
diff -pruN 4.7.2-1/debian/control.server-bdeps 4.7.2-2/debian/control.server-bdeps
--- 4.7.2-1/debian/control.server-bdeps	1970-01-01 00:00:00.000000000 +0000
+++ 4.7.2-2/debian/control.server-bdeps	2019-02-12 13:55:30.000000000 +0000
@@ -0,0 +1,13 @@
+ 389-ds-base-dev (>= 1.3.7.9),
+ libsss-idmap-dev,
+ libsss-certmap-dev,
+ libsss-nss-idmap-dev (>= 1.14.0),
+ libtevent-dev,
+ libunistring-dev,
+ libverto-dev,
+ nodejs [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
+ node-uglify [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
+ pki-base (>= 10.6.0~),
+ python3-lesscpy,
+ python3-pkg-resources,
+ samba-dev,
diff -pruN 4.7.2-1/debian/control.stub 4.7.2-2/debian/control.stub
--- 4.7.2-1/debian/control.stub	2019-02-05 07:36:12.000000000 +0000
+++ 4.7.2-2/debian/control.stub	2019-02-12 13:55:21.000000000 +0000
@@ -3,8 +3,11 @@ Section: net
 Priority: optional
 Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
 Uploaders: Timo Aaltonen <tjaalton@debian.org>
+Standards-Version: 4.1.5
+Vcs-Git: https://salsa.debian.org/freeipa-team/freeipa.git
+Vcs-Browser: https://salsa.debian.org/freeipa-team/freeipa
+Homepage: http://www.freeipa.org
 Build-Depends:
- 389-ds-base-dev (>= 1.3.7.9),
  check,
  debhelper (>= 11),
  dh-python,
@@ -20,17 +23,8 @@ Build-Depends:
  libpopt-dev,
  libsasl2-dev,
  libssl-dev,
- libsss-idmap-dev,
- libsss-certmap-dev,
- libsss-nss-idmap-dev (>= 1.14.0),
  libtalloc-dev,
- libtevent-dev,
- libunistring-dev,
- libverto-dev,
  libxmlrpc-core-c3-dev (>= 1.33.06),
- nodejs [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
- node-uglify [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x],
- pki-base (>= 10.6.0~),
  python-all-dev,
  python-cryptography,
  python-dbus,
@@ -55,14 +49,5 @@ Build-Depends:
  python-sss (>= 1.14.0),
  python-usb (>= 1.0.0~b2),
  python-yubico,
- python3-lesscpy,
- python3-pkg-resources,
- samba-dev,
  systemd,
  uuid-dev,
- 389-ds-base-dev,
-Standards-Version: 4.1.5
-Vcs-Git: https://salsa.debian.org/freeipa-team/freeipa.git
-Vcs-Browser: https://salsa.debian.org/freeipa-team/freeipa
-Homepage: http://www.freeipa.org
-
diff -pruN 4.7.2-1/debian/rules 4.7.2-2/debian/rules
--- 4.7.2-1/debian/rules	2019-02-05 07:39:50.000000000 +0000
+++ 4.7.2-2/debian/rules	2019-02-12 12:47:34.000000000 +0000
@@ -49,6 +49,7 @@ ifeq ($(ONLY_CLIENT), 1)
 	> debian/control
 else
 	cat debian/control.stub \
+	debian/control.server-bdeps \
 	debian/control.common \
 	debian/control.server \
 	> debian/control
diff -pruN 4.7.2-1/debian/tests/control 4.7.2-2/debian/tests/control
--- 4.7.2-1/debian/tests/control	2019-02-05 07:36:12.000000000 +0000
+++ 4.7.2-2/debian/tests/control	2019-02-05 21:37:06.000000000 +0000
@@ -1,7 +1,7 @@
-Tests: server-install
-Depends:
- freeipa-server, freeipa-client, freeipa-server-dns, freeipa-admintools,
-Restrictions:
- allow-stderr,
- isolation-container,
- needs-root,
+#Tests: server-install
+#Depends:
+# freeipa-server, freeipa-client, freeipa-server-dns, freeipa-admintools,
+#Restrictions:
+# allow-stderr,
+# isolation-container,
+# needs-root,
