Source: xfce4-panel Version: 4.12.2-1 Tags: patch User: [email protected] Usertags: cross-satisfiability
xfce4-panel cannot satisfy its cross Build-Depends, because its dependency on libxml-parser-perl is not satisfiable. It has been a while since it actually used libxml-parser-perl directly as intltool is no longer shipped as an embedded copy but depended upon instead. Now libxml-parser-perl is an implementation detail of intltool and no longer warrants a separate (unsatisfiable) dependency. The dependency can safely be dropped. Please consider applying the attached patch. Helmut
diff --minimal -Nru xfce4-panel-4.12.2/debian/changelog xfce4-panel-4.12.2/debian/changelog --- xfce4-panel-4.12.2/debian/changelog 2017-12-17 15:49:33.000000000 +0100 +++ xfce4-panel-4.12.2/debian/changelog 2019-07-31 16:07:51.000000000 +0200 @@ -1,3 +1,11 @@ +xfce4-panel (4.12.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Drop libxml-parser-perl from Build-Depends: Only used + indirectly via intltool. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 31 Jul 2019 16:07:51 +0200 + xfce4-panel (4.12.2-1) unstable; urgency=medium * debian/watch updated to track 4.12 branch. diff --minimal -Nru xfce4-panel-4.12.2/debian/control xfce4-panel-4.12.2/debian/control --- xfce4-panel-4.12.2/debian/control 2017-12-15 23:04:05.000000000 +0100 +++ xfce4-panel-4.12.2/debian/control 2019-07-31 16:07:49.000000000 +0200 @@ -9,7 +9,7 @@ libxfconf-0-dev (>= 4.10.0), libexo-1-dev (>= 0.8.0), libgtk2.0-dev (>= 2.14.0), libglib2.0-dev (>= 2.18.0), libdbus-glib-1-dev (>= 0.73), libcairo2-dev (>= 1.0.0), - libwnck-dev (>= 2.22), libxml-parser-perl, intltool, libgtk-3-dev + libwnck-dev (>= 2.22), intltool, libgtk-3-dev Standards-Version: 4.1.2 Homepage: http://www.xfce.org/ Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfce4-panel/
