summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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