Source: hotswap Version: 0.4.0-13 Tags: patch You have a build-depends on libxp-dev, but no dependency on libxp6 in your binary package. This likely means you don't actually need libxp-dev. The build-depends may have turned up historically when the monolithic Xfree86 package was split into X.org modules (when the all-encompassing xlibs package was split into separate libx* packages).
libxp is a library which provides an API that enables client programs to access and use an Xprint server. Since the xprint package is obsolete and has been removed from the archive, it makes sense to get rid of libxp as well.
diff -Nru hotswap-0.4.0/debian/control hotswap-0.4.0/debian/control --- hotswap-0.4.0/debian/control 2013-07-15 19:35:51.000000000 +0200 +++ hotswap-0.4.0/debian/control 2013-12-22 23:27:36.000000000 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Alberto Gonzalez Iniesta <[email protected]> -Build-Depends: debhelper (>> 8.0.0), libmotif-dev, libxml2-dev, gettext, quilt (>= 0.46-7~), libxt-dev, libxext-dev, libxp-dev, autotools-dev +Build-Depends: debhelper (>> 8.0.0), libmotif-dev, libxml2-dev, gettext, quilt (>= 0.46-7~), libxt-dev, libxext-dev, autotools-dev Standards-Version: 3.9.4 Homepage: http://timstadelmann.de/hotswap.html

