Package: liblunar Version: 2.0.1-2.2 Followup-For: Bug #558578 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf to get new libtool macros for ppc64el and update config.{sub,guess} for new arches. Thanks for considering the patch. Please note that this would work as a fix for Bug 727413 as well. Logan Rosen -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u liblunar-2.0.1/debian/control liblunar-2.0.1/debian/control --- liblunar-2.0.1/debian/control +++ liblunar-2.0.1/debian/control @@ -3,7 +3,7 @@ Maintainer: LI Daobing <lidaob...@debian.org> Build-Depends: debhelper (>= 7), gtk-doc-tools, libglib2.0-dev, libgtk2.0-dev, pkg-config, intltool, python-gtk2-dev, libgtksourceview2.0-dev, - python-gtksourceview2, python-support (>= 1.0) + python-gtksourceview2, python-support (>= 1.0), dh-autoreconf Standards-Version: 3.8.1 Section: libs Homepage: http://code.google.com/p/liblunar diff -u liblunar-2.0.1/debian/rules liblunar-2.0.1/debian/rules --- liblunar-2.0.1/debian/rules +++ liblunar-2.0.1/debian/rules @@ -3,11 +3,13 @@ build: build-stamp build-stamp: dh build --before configure + dh_autoreconf dh_auto_configure -- --enable-python --enable-gtk-doc LDFLAGS="-Wl,-z,defs,--as-needed" dh build touch build-stamp clean: + dh_autoreconf_clean dh clean install: build install-stamp