Bug#911710: rkward FTBFS: debian/rules has a fi too much

2018-10-28 Thread Christoph Biedl
tags 911710 + patch
tags 911710 + pending
user debian-rele...@lists.debian.org
usertags -1 + bsp-2018-10-de-karlsruhe
thanks

Dear maintainer,

I've prepared an NMU for rkward (versioned as 0.7.0b-1.1) and will
upload it to DELAYED/10 in a few moments. Please feel free to tell me if
I should delay it longer.

Regards,

Christoph

diff -Nru rkward-0.7.0b/debian/changelog rkward-0.7.0b/debian/changelog
--- rkward-0.7.0b/debian/changelog  2018-06-02 08:38:57.0 +0200
+++ rkward-0.7.0b/debian/changelog  2018-10-28 12:14:47.0 +0100
@@ -1,3 +1,10 @@
+rkward (0.7.0b-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix shell error in debian/rules. Closes: #911710
+
+ -- Christoph Biedl   Sun, 28 Oct 2018 
12:14:47 +0100
+
 rkward (0.7.0b-1) unstable; urgency=low
   * New upstream release
 Includes missing translation files in rkward-data
diff -Nru rkward-0.7.0b/debian/rules rkward-0.7.0b/debian/rules
--- rkward-0.7.0b/debian/rules  2018-06-02 08:38:57.0 +0200
+++ rkward-0.7.0b/debian/rules  2018-10-28 12:13:01.0 +0100
@@ -53,4 +53,4 @@
echo "rapivers=r-api-3.4" >> $(CURDIR)/debian/rkward.substvars 
; \
else \
echo "rvers=r-base-core (>= $(RVERS)), r-base-core (<< 3.5.0)" 
>> $(CURDIR)/debian/rkward.substvars ; \
-   fi; fi; fi
+   fi; fi


signature.asc
Description: PGP signature


Bug#911710: rkward FTBFS: debian/rules has a fi too much

2018-10-23 Thread Helmut Grohne
Source: rkward
Version: 0.7.0b-1
Severity: serious
Tags: ftbfs

rkward fails to build from source in unstable since dash fixed #550756.
debian/rules has a "fi" too much in the last line and now dash does not
like that anymore.

| # unfortunately, the r-base-core dependency can not be found by dh_shlibdeps, 
so we need to get at the version manually
| /bin/sh: 10: Syntax error: "fi" unexpected
| make[1]: *** [debian/rules:47: override_dh_shlibdeps] Error 2
| make[1]: Leaving directory '/<>'
| make: *** [debian/rules:19: binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2

Helmut