tags 621926 + pending
thanks

Dear maintainer,

I've prepared an NMU for gfarm (versioned as 2.4.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

Konstantinos
diff -Nru gfarm-2.4.1/debian/changelog gfarm-2.4.1/debian/changelog
--- gfarm-2.4.1/debian/changelog	2011-02-14 08:32:51.000000000 +0000
+++ gfarm-2.4.1/debian/changelog	2012-01-31 19:05:20.000000000 +0000
@@ -1,3 +1,11 @@
+gfarm (2.4.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Patch by Ilya Barygin <bary...@gmail.com>, set SHELL to /bin/bash as /bin/sh
+    does not support +=. (Closes: #621926).
+
+ -- Konstantinos Margaritis <mar...@debian.org>  Tue, 31 Jan 2012 19:01:26 +0000
+
 gfarm (2.4.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru gfarm-2.4.1/debian/patches/09_change-shell.patch gfarm-2.4.1/debian/patches/09_change-shell.patch
--- gfarm-2.4.1/debian/patches/09_change-shell.patch	1970-01-01 00:00:00.000000000 +0000
+++ gfarm-2.4.1/debian/patches/09_change-shell.patch	2012-01-31 18:47:21.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Use bash as the shell because it supports +=. See debbugs #621743
+ for additional information.
+Author: Ilya Barygin <bary...@gmail.com>
+Bug-Debian: http://bugs.debian.org/621926
+--- gfarm-2.4.1.orig/makes/var.mk
++++ gfarm-2.4.1/makes/var.mk
+@@ -10,7 +10,7 @@
+ metadb_client_includes = $(ldap_includes) $(postgresql_includes)
+ metadb_client_libs = $(ldap_libs) $(postgresql_libs)
+ 
+-SHELL = /bin/sh
++SHELL = /bin/bash
+ RM = rm
+ GENCAT = gencat
+ 
diff -Nru gfarm-2.4.1/debian/patches/series gfarm-2.4.1/debian/patches/series
--- gfarm-2.4.1/debian/patches/series	2011-02-14 08:30:42.000000000 +0000
+++ gfarm-2.4.1/debian/patches/series	2012-01-31 19:00:15.000000000 +0000
@@ -7,3 +7,4 @@
 06_host_os_nickname.patch
 07_MAXHOSTNAMELEN.patch
 debian-changes-2.4.1-1
+09_change-shell.patch

Reply via email to