Control: tags 908644 + pending
Dear maintainer,
I've prepared an NMU for rsbackup (versioned as 5.0-2.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -u rsbackup-5.0/debian/changelog rsbackup-5.0/debian/changelog
--- rsbackup-5.0/debian/changelog
+++ rsbackup-5.0/debian/changelog
@@ -1,3 +1,11 @@
+rsbackup (5.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply fix from Juhani Numminen for FTBFS with automake 1.16.
+ (Closes: #908644)
+
+ -- Adrian Bunk <[email protected]> Thu, 27 Sep 2018 21:00:38 +0300
+
rsbackup (5.0-2) unstable; urgency=medium
* Upstream patch to workaround sigc++ build failure on GCC 8 (Closes:
diff -u rsbackup-5.0/debian/rules rsbackup-5.0/debian/rules
--- rsbackup-5.0/debian/rules
+++ rsbackup-5.0/debian/rules
@@ -31,7 +31,7 @@
build-arch: build
build-indep: build
build:
- [ -e configure ] || ./autogen.sh
+ /bin/sh autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man --without-lyx ${CONFIGURE_EXTRA}
$(MAKE)