summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-22 09:47:51 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-22 09:55:36 +0100
commite8d359e46314b1937b2663f384b5452f7a24ff8b (patch)
tree7f73c6d36887c12b482024c864cb0065a51d2489
parent927950188fbde69a88700294f40ed3dbbce8bae3 (diff)
Let dh handle any autoreconf / configure invocations
-rw-r--r--debian/patches/Let-dh-handle-any-autoreconf-configure-invocations.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/Let-dh-handle-any-autoreconf-configure-invocations.patch b/debian/patches/Let-dh-handle-any-autoreconf-configure-invocations.patch
new file mode 100644
index 0000000..b7f3e17
--- /dev/null
+++ b/debian/patches/Let-dh-handle-any-autoreconf-configure-invocations.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Mon, 22 Jan 2018 09:47:35 +0100
+Subject: Let dh handle any autoreconf / configure invocations
+
+---
+ autogen.sh | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 1a112a6..10ec0ae 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -14,8 +14,6 @@ PKG_NAME=NetworkManager-iodine
+
+ (cd $srcdir;
+ autoreconf --install &&
+- intltoolize --force &&
+- autoreconf &&
+- ./configure --enable-maintainer-mode $@
++ intltoolize --force
+ )
+
diff --git a/debian/patches/series b/debian/patches/series
index 47410df..93ab732 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
appdata-rename-the-xml-file.patch
+Let-dh-handle-any-autoreconf-configure-invocations.patch