Package: aweather
Version: 0.8.1-1
Followup-For: Bug #744554
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu  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.
  * Disable -Werror to fix FTBFS during autoreconf.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/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.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 aweather-0.8.1/debian/control aweather-0.8.1/debian/control
--- aweather-0.8.1/debian/control	2013-06-20 05:38:56.000000000 -0400
+++ aweather-0.8.1/debian/control	2014-04-18 10:48:18.000000000 -0400
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9), libbz2-dev, libcairo2-dev,
  libglib2.0-dev (>= 2.14), libgrits-dev (>= 0.8), libgtk2.0-dev (>= 2.16),
  librsl-dev (>= 1.41), libsoup2.4-dev (>= 2.26), mesa-common-dev,
- libglu1-mesa-dev, libgps-dev (>= 3.0)
+ libglu1-mesa-dev, libgps-dev (>= 3.0), dh-autoreconf
 Standards-Version: 3.9.4
 Section: science
 Homepage: http://pileus.org/aweather
diff -Nru aweather-0.8.1/debian/patches/disable-Werror.patch aweather-0.8.1/debian/patches/disable-Werror.patch
--- aweather-0.8.1/debian/patches/disable-Werror.patch	1969-12-31 19:00:00.000000000 -0500
+++ aweather-0.8.1/debian/patches/disable-Werror.patch	2014-03-31 02:05:05.000000000 -0400
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,6 +1,6 @@
+ # Init and options
+ AC_INIT([aweather], [0.8.1], [andy753...@gmail.com])
+-AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign])
++AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIR([m4])
+ #AM_SILENT_RULES([yes])
diff -Nru aweather-0.8.1/debian/patches/series aweather-0.8.1/debian/patches/series
--- aweather-0.8.1/debian/patches/series	1969-12-31 19:00:00.000000000 -0500
+++ aweather-0.8.1/debian/patches/series	2014-03-31 02:04:48.000000000 -0400
@@ -0,0 +1 @@
+disable-Werror.patch
diff -Nru aweather-0.8.1/debian/rules aweather-0.8.1/debian/rules
--- aweather-0.8.1/debian/rules	2012-02-21 05:55:46.000000000 -0500
+++ aweather-0.8.1/debian/rules	2014-03-31 02:01:51.000000000 -0400
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gps

Reply via email to