Package: src:libfm
Version: 1.2.3-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch vivid

In Ubuntu, we've applied the attached patch to achieve the following:

     * debian/control, debian/rules:
       - Switch to dh-autoreconf to update libtool macros for ppc64el.

Because this is an automake-using package, dh-autoreconf can be viewed
as a superset of dh-autotools-dev, in that it still updates config.*
but also updates libtool and configure.  Please apply this patch, to
make life easier for new ports.

Adding support for dh-autoreconf provides a FTBFS, which can be fixed by missing-libs-ftbfs.patch.

We thought you might be interested in doing the same.



diff -Nru libfm-1.2.3/debian/control libfm-1.2.3/debian/control
--- libfm-1.2.3/debian/control  2014-10-18 03:47:40.000000000 +0200
+++ libfm-1.2.3/debian/control  2015-02-21 23:30:54.000000000 +0100
@@ -10,7 +10,7 @@
  debhelper (>= 9), autotools-dev, gtk-doc-tools, intltool,
  libdbus-glib-1-dev, libglib2.0-dev, libgtk2.0-dev, libexif-dev,
  libmenu-cache-dev (>=0.5.0), libtool, pkg-config, valac,
- libglib2.0-doc, libgtk-3-doc
+ libglib2.0-doc, libgtk-3-doc, dh-autoreconf
 Standards-Version: 3.9.6
 Homepage: http://pcmanfm.sourceforge.net/
 Vcs-Browser: http://git.lxde.org/gitweb/?p=debian/libfm.git
diff -Nru libfm-1.2.3/debian/rules libfm-1.2.3/debian/rules
--- libfm-1.2.3/debian/rules    2014-10-18 03:47:40.000000000 +0200
+++ libfm-1.2.3/debian/rules    2015-02-21 23:31:16.000000000 +0100
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh ${@} --parallel
+       dh ${@} --parallel --with autoreconf
 
 override_dh_auto_configure:
        dh_auto_configure -- --enable-debug --enable-gtk-doc --enable-udisks 
--disable-silent-rules

Reply via email to