Package: rsyncrypto
Severity: normal
Tags: patch

Please consider switching away from automake-1.15, and using automake
instead.

Attached is a patch which does this, by using dh-autoreconf.

live well,
  vagrant
From 611cc2ef5304a449c5dfdaaafcabfb25afc89969 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Tue, 4 Feb 2020 22:05:47 -0800
Subject: [PATCH] Convert to automake: Switch Build-Depends from automake-1.15
 to automake. Add Build-Depends on dh-autoreconf. Call dh --with autoreconf in
 debian/rules.

---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fb74b42..8d0f16f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: rsyncrypto
 Section: utils
 Priority: optional
 Maintainer: Shachar Shemesh <shac...@debian.org>
-Build-Depends: debhelper (>= 9), libssl-dev (>= 1.1.0), libargtable2-dev, autotools-dev, automake-1.15
+Build-Depends: debhelper (>= 9), libssl-dev (>= 1.1.0), libargtable2-dev, autotools-dev, automake, dh-autoreconf
 Standards-Version: 4.1.0
 Homepage: https://rsyncrypto.lingnu.com
 
diff --git a/debian/rules b/debian/rules
index 5425b2c..27a95ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@  --with autotools_dev
+	dh $@  --with autotools_dev,autoreconf
 
 # dh_make generated override targets
 # This is example for Cmake (See https://bugs.debian.org/641051 )
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

Reply via email to