[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#913376: mousepad FTCBFS: dependency on libxml-parser-perl unsatisfiable



Source: mousepad
Version: 0.4.1-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

mousepad's build dependency on libxml-parser-perl is not cross
satisfiable. That dependency was there for an embedded intltool. Now,
mousepad uses the system intltool and properly depends on it, so the
libxml-parser-perl dependency is no longer necessary. After dropping it,
mousepad cross builds successfully. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru mousepad-0.4.1/debian/changelog mousepad-0.4.1/debian/changelog
--- mousepad-0.4.1/debian/changelog	2018-06-07 11:53:34.000000000 +0200
+++ mousepad-0.4.1/debian/changelog	2018-11-10 08:56:51.000000000 +0100
@@ -1,3 +1,11 @@
+mousepad (0.4.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Drop unused libxml-parser-perl from Build-Depends.
+    (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 10 Nov 2018 08:56:51 +0100
+
 mousepad (0.4.1-1) unstable; urgency=medium
 
   [ Yves-Alexis Perez ]
diff --minimal -Nru mousepad-0.4.1/debian/control mousepad-0.4.1/debian/control
--- mousepad-0.4.1/debian/control	2018-06-07 11:42:14.000000000 +0200
+++ mousepad-0.4.1/debian/control	2018-11-10 08:56:49.000000000 +0100
@@ -9,7 +9,6 @@
                intltool,
                libglib2.0-dev,
                libgtksourceview-3.0-dev,
-               libxml-parser-perl,
                pkg-config,
                xfce4-dev-tools
 Standards-Version: 4.1.4

Reply to: