Control: tags -1 patch

-- 
Eric Dorland <e...@kuroneko.ca>
43CF 1228 F726 FD5B 474C  E962 C256 FBD5 0022 1E93
diff -ruN aweather-0.8.1.old/debian/control aweather-0.8.1/debian/control
--- aweather-0.8.1.old/debian/control	2017-08-08 17:17:06.713891445 -0400
+++ aweather-0.8.1/debian/control	2017-08-08 17:25:38.980394503 -0400
@@ -2,10 +2,10 @@
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Andy Spencer <andy753...@gmail.com>
-Build-Depends: debhelper (>= 9), automake1.11, 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)
+Build-Depends: debhelper (>= 9), dh-autoreconf, automake, 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)
 Standards-Version: 3.9.4
 Section: science
 Homepage: http://pileus.org/aweather
diff -ruN aweather-0.8.1.old/debian/patches/series aweather-0.8.1/debian/patches/series
--- aweather-0.8.1.old/debian/patches/series	2017-08-08 17:17:06.713891445 -0400
+++ aweather-0.8.1/debian/patches/series	2017-08-08 17:35:09.758259149 -0400
@@ -1 +1,2 @@
 plugins-c99.patch
+subdir-objects.patch
diff -ruN aweather-0.8.1.old/debian/patches/subdir-objects.patch aweather-0.8.1/debian/patches/subdir-objects.patch
--- aweather-0.8.1.old/debian/patches/subdir-objects.patch	1969-12-31 19:00:00.000000000 -0500
+++ aweather-0.8.1/debian/patches/subdir-objects.patch	2017-08-08 17:34:47.622498324 -0400
@@ -0,0 +1,10 @@
+--- aweather-0.8.1.old/configure.ac	2017-08-08 17:17:06.705891532 -0400
++++ aweather-0.8.1/configure.ac	2017-08-08 17:31:44.548472713 -0400
+@@ -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 -Werror -Wno-portability foreign subdir-objects])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIR([m4])
+ #AM_SILENT_RULES([yes])
diff -ruN aweather-0.8.1.old/debian/rules aweather-0.8.1/debian/rules
--- aweather-0.8.1.old/debian/rules	2017-08-08 17:17:06.713891445 -0400
+++ aweather-0.8.1/debian/rules	2017-08-08 17:26:24.907903377 -0400
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gps

Attachment: signature.asc
Description: PGP signature



Reply via email to