Control: tags 888591 + pending
Dear maintainer,
I've prepared an NMU for ck (versioned as 0.6.0-1.1) and uploaded
it to DELAYED/5. 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 -Nru ck-0.6.0/debian/changelog ck-0.6.0/debian/changelog
--- ck-0.6.0/debian/changelog 2017-03-11 01:38:50.000000000 +0200
+++ ck-0.6.0/debian/changelog 2018-02-24 21:32:28.000000000 +0200
@@ -1,3 +1,11 @@
+ck (0.6.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply patch from Niels Thykier to fix FTBFS with
+ debhelper >= 11.1. (Closes: #888591)
+
+ -- Adrian Bunk <[email protected]> Sat, 24 Feb 2018 21:32:28 +0200
+
ck (0.6.0-1) unstable; urgency=medium
* New upstream version 0.6.0
diff -Nru ck-0.6.0/debian/rules ck-0.6.0/debian/rules
--- ck-0.6.0/debian/rules 2017-03-11 01:38:50.000000000 +0200
+++ ck-0.6.0/debian/rules 2018-02-24 21:32:24.000000000 +0200
@@ -14,5 +14,10 @@
%:
dh $@
+# The build target must not be empty. Sadly because of how make
+# works, we have do duplicate the target in this case.
+build:
+ dh $@
+
.PHONY: build