tags 765214 + patch
thanks

Patch attached.
>From 9b60f4349b4a9c6abfb78f807d1c8c01142b6aa9 Mon Sep 17 00:00:00 2001
From: Yavor Doganov <ya...@gnu.org>
Date: Wed, 10 Oct 2018 18:26:12 +0300
Subject: [PATCH 1/5] Fix autoreconf failure; run autoreconf by default
 (#765214)

Bump debhelper compat level to 10.
Add intltool to Build-Depends.
---
 configure.in   | 2 +-
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index aec96d4..c8b5600 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ GJITEN_VERSION=2.6
 
 AC_INIT(gjiten, 2.6)
 AC_CONFIG_SRCDIR(src/gjiten.c)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
 
 dnl AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(config.h)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 222ea85..af52b37 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: gnome
 Priority: optional
 Maintainer: Botond Botyanszki <b...@users.sourceforge.net>
 Uploaders: Ludovic Drolez <ldro...@debian.org>
-Build-Depends: cdbs, debhelper (>> 4.2.0), libgnomeui-dev, scrollkeeper, 
libxml-parser-perl, libgnutls28-dev, docbook-utils, xmlto, libglade2-dev
+Build-Depends: cdbs, debhelper (>= 10), intltool, libgnomeui-dev, 
scrollkeeper, libxml-parser-perl, libgnutls28-dev, docbook-utils, xmlto, 
libglade2-dev
 Standards-Version: 3.9.8
 
 Package: gjiten
diff --git a/debian/rules b/debian/rules
index 0243182..f512c5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-- 
2.19.1

Reply via email to