Package: efax-gtk
Version: 3.2.8-2
Followup-For: Bug #727369
User: [email protected]
Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use autotools-dev to update config.{sub,guess} for new arches.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/sid
APT prefers utopic-updates
APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500,
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-24-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 -Nru efax-gtk-3.2.8/debian/control efax-gtk-3.2.8/debian/control
--- efax-gtk-3.2.8/debian/control 2013-06-30 17:44:07.000000000 -0400
+++ efax-gtk-3.2.8/debian/control 2014-05-22 20:59:41.000000000 -0400
@@ -2,7 +2,7 @@
Section: comm
Priority: optional
Maintainer: Lior Kaplan <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), pkg-config, libgtk2.0-dev, libdbus-glib-1-dev, libtiff5-dev, gettext
+Build-Depends: debhelper (>= 5.0.0), pkg-config, libgtk2.0-dev, libdbus-glib-1-dev, libtiff5-dev, gettext, autotools-dev
Standards-Version: 3.9.1
Vcs-Git: git://git.code.sf.net/p/efax-gtk/git
Vcs-Browser: http://sourceforge.net/p/efax-gtk/git/ci/master
diff -Nru efax-gtk-3.2.8/debian/rules efax-gtk-3.2.8/debian/rules
--- efax-gtk-3.2.8/debian/rules 2010-11-13 13:45:29.000000000 -0500
+++ efax-gtk-3.2.8/debian/rules 2014-05-21 00:17:09.000000000 -0400
@@ -37,6 +37,7 @@
# touch configure
dh_testdir
+ dh_autotools-dev_updateconfig
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --with-spooldir=\$${prefix}/bin ${STRIP}
@@ -63,6 +64,7 @@
rm -f efax/efax-0.9a.1
rm -f efax/efix-0.9a.1
+ dh_autotools-dev_restoreconfig
dh_clean --exclude ./efax/Makefile.orig --exclude ./efax/efax.c.orig --exclude ./efax/efix.c.orig --exclude ./efax/efaxlib.c.orig --exclude ./efax/efaxmsg.c.orig --exclude ./efax/efaxio.c.orig --exclude ./efax/efaxos.c.orig
install: build