diff -pruN 4:16.04.3-1/debian/changelog 4:16.04.3-2/debian/changelog
--- 4:16.04.3-1/debian/changelog	2016-08-08 05:15:23.000000000 +0000
+++ 4:16.04.3-2/debian/changelog	2017-12-28 12:27:43.000000000 +0000
@@ -1,3 +1,14 @@
+kdewebdev (4:16.04.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Remove the kdewebdev metapackage, moved to src:meta-kde.
+  * Remove kimagemapeditor, as it will be provided by an own source:
+    - drop the kimagemapeditor binary
+    - pass -DBUILD_kimagemapeditor=OFF to cmake
+  * Bump Standards-Version to 4.1.3, no changes required.
+
+ -- Pino Toscano <pino@debian.org>  Thu, 28 Dec 2017 13:27:43 +0100
+
 kdewebdev (4:16.04.3-1) unstable; urgency=medium
 
   * Team upload.
diff -pruN 4:16.04.3-1/debian/control 4:16.04.3-2/debian/control
--- 4:16.04.3-1/debian/control	2016-06-07 18:22:19.000000000 +0000
+++ 4:16.04.3-2/debian/control	2017-12-28 12:26:44.000000000 +0000
@@ -16,23 +16,11 @@ Build-Depends: cmake,
                libxslt-dev,
                pkg-kde-tools (>= 0.12),
                zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdewebdev.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdewebdev.git
 
-Package: kdewebdev
-Architecture: all
-Section: kde
-Depends: kfilereplace (>= ${source:Version}),
-         kimagemapeditor (>= ${source:Version}),
-         klinkstatus (>= ${source:Version}),
-         kommander (>= ${source:Version}),
-         ${misc:Depends}
-Description: web development apps from the official KDE release
- This metapackage includes a collection of web development applications
- provided with the official release of KDE.
-
 Package: kfilereplace
 Architecture: any
 Section: kde
@@ -44,17 +32,6 @@ Description: batch search-and-replace co
  .
  This package is part of KDE web development module.
 
-Package: kimagemapeditor
-Architecture: any
-Section: editors
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: HTML image map editor
- KImageMapEditor is a tool that allows you to edit image maps in HTML
- files. As well as providing a standalone application, KImageMapEditor
- makes itself available as a KPart for embedding into larger applications.
- .
- This package is part of KDE web development module.
-
 Package: klinkstatus
 Architecture: any
 Section: web
diff -pruN 4:16.04.3-1/debian/kimagemapeditor.install 4:16.04.3-2/debian/kimagemapeditor.install
--- 4:16.04.3-1/debian/kimagemapeditor.install	2015-07-10 20:41:59.000000000 +0000
+++ 4:16.04.3-2/debian/kimagemapeditor.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-usr/bin/kimagemapeditor
-usr/lib/kde4/libkimagemapeditor.so
-usr/share/applications/kde4/kimagemapeditor.desktop
-usr/share/doc/kde/HTML/en/kimagemapeditor/common
-usr/share/doc/kde/HTML/en/kimagemapeditor/configure.png
-usr/share/doc/kde/HTML/en/kimagemapeditor/index.cache.bz2
-usr/share/doc/kde/HTML/en/kimagemapeditor/index.docbook
-usr/share/doc/kde/HTML/en/kimagemapeditor/mainwindow.png
-usr/share/icons/hicolor/16x16/apps/kimagemapeditor.png
-usr/share/icons/hicolor/22x22/actions/addpoint.png
-usr/share/icons/hicolor/22x22/actions/arrow.png
-usr/share/icons/hicolor/22x22/actions/circle.png
-usr/share/icons/hicolor/22x22/actions/circle2.png
-usr/share/icons/hicolor/22x22/actions/freehand.png
-usr/share/icons/hicolor/22x22/actions/lower.png
-usr/share/icons/hicolor/22x22/actions/polygon.png
-usr/share/icons/hicolor/22x22/actions/raise.png
-usr/share/icons/hicolor/22x22/actions/rectangle.png
-usr/share/icons/hicolor/22x22/actions/removepoint.png
-usr/share/icons/hicolor/32x32/apps/kimagemapeditor.png
-usr/share/icons/hicolor/48x48/apps/kimagemapeditor.png
-usr/share/kde4/apps/kimagemapeditor/addpointcursor.png
-usr/share/kde4/apps/kimagemapeditor/freehandcursor.png
-usr/share/kde4/apps/kimagemapeditor/kimagemapeditorpartui.rc
-usr/share/kde4/apps/kimagemapeditor/kimagemapeditorui.rc
-usr/share/kde4/apps/kimagemapeditor/polygoncursor.png
-usr/share/kde4/apps/kimagemapeditor/removepointcursor.png
-usr/share/kde4/services/kimagemapeditorpart.desktop
diff -pruN 4:16.04.3-1/debian/rules 4:16.04.3-2/debian/rules
--- 4:16.04.3-1/debian/rules	2016-06-04 08:42:55.000000000 +0000
+++ 4:16.04.3-2/debian/rules	2017-12-26 13:50:15.000000000 +0000
@@ -2,6 +2,9 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_kimagemapeditor=OFF
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kdewebdev-dbg (<= 4:15.08.3-1~)'
 
