as part of best practices , inline patch just adds "dh_autotools-dev_restoreconfig" to clean target in debian/rules. Other wise this patch is same as existing patch in Message #5 sent by Breno. And allows xournal to build successfully on ppc64el build machine.

======================
diff -Nru xournal-4.7/debian/control xournal-4.7/debian/control
--- xournal-4.7/debian/control    2012-10-14 18:19:12.000000000 +0000
+++ xournal-4.7/debian/control    2014-09-19 10:01:22.000000000 +0000
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Carlo Segre <se...@debian.org>
-Build-Depends: debhelper (>= 7), autoconf, automake, libgtk2.0-dev (>= 2.10), +Build-Depends: debhelper (>= 7), autoconf, automake, autotools-dev, libgtk2.0-dev (>= 2.10),
      libgnomecanvas2-dev, libpoppler-glib-dev (>= 0.5.4)
 Standards-Version: 3.9.3
 Homepage: http://xournal.sourceforge.net/
diff -Nru xournal-4.7/debian/rules xournal-4.7/debian/rules
--- xournal-4.7/debian/rules    2011-09-24 20:22:43.000000000 +0000
+++ xournal-4.7/debian/rules    2014-09-19 10:00:36.000000000 +0000
@@ -20,6 +20,7 @@
 configure: configure-stamp
 configure-stamp:
     dh_testdir
+    dh_autotools-dev_updateconfig
     # Configure the package.
     ./autogen.sh --prefix=/usr

@@ -51,6 +52,7 @@
     rm -f configure-stamp build-stamp
     rm -f depcomp install-sh missing configure

+    dh_autotools-dev_restoreconfig
     dh_clean

 install: build
===========================


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to