Control: tags 950706 + pending Dear maintainer,
I've prepared an NMU for rsyncrypto (versioned as 1.14-1.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru rsyncrypto-1.14/debian/changelog rsyncrypto-1.14/debian/changelog --- rsyncrypto-1.14/debian/changelog 2019-02-09 16:11:50.000000000 +0200 +++ rsyncrypto-1.14/debian/changelog 2020-05-16 18:38:55.000000000 +0300 @@ -1,3 +1,11 @@ +rsyncrypto (1.14-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch by Vagrant Cascadian to switch to the default + automake. (Closes: #950706) + + -- Adrian Bunk <b...@debian.org> Sat, 16 May 2020 18:38:55 +0300 + rsyncrypto (1.14-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru rsyncrypto-1.14/debian/control rsyncrypto-1.14/debian/control --- rsyncrypto-1.14/debian/control 2019-02-09 16:11:50.000000000 +0200 +++ rsyncrypto-1.14/debian/control 2020-05-16 18:38:47.000000000 +0300 @@ -2,7 +2,7 @@ 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 -Nru rsyncrypto-1.14/debian/rules rsyncrypto-1.14/debian/rules --- rsyncrypto-1.14/debian/rules 2017-09-06 20:30:22.000000000 +0300 +++ rsyncrypto-1.14/debian/rules 2020-05-16 18:38:47.000000000 +0300 @@ -16,7 +16,7 @@ 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 )