Package: gfarm / 2.4.1-1.1

Metadata

Package Version Patches format
gfarm 2.4.1-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_libraries.patch | (download)

configure.ac | 10 5 + 5 - 0 !
makes/var.mk | 3 1 + 2 - 0 !
server/gfsd/Makefile | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 8 deletions(-)

 change for linking to libraries.
01_noneed_yacc_lex.patch | (download)

configure.ac | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 no need to check yacc&lex.
02_dont_go_doc.patch | (download)

Makefile.in | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't go 'doc' subdirectory.
03_libtool_clean_does_not_work_well.patch | (download)

makes/lib.mk | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 libtool clean doesn't work well.
 Thus, we need this change. 
04_MAXPATHLEN.patch | (download)

lib/gfs_hook/getcwd.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 workaround for no maxpathlen definition (on hurd-i386)
05_PATH_MAX.patch | (download)

include/gfarm/gfarm_misc.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 workaround for no path_max definition (on hurd-i386)
06_host_os_nickname.patch | (download)

configure.ac | 23 20 + 3 - 0 !
1 file changed, 20 insertions(+), 3 deletions(-)

 workaround for incorrect host_os_name (on hurd-i386/kfreebsd-*)
 Note that original code is somewhat broken completely, it call GNU system
 "Linux".  Apparently, GNU/Hurd or GNU/kfreebsd never uses Linux kernel
 at all.
07_MAXHOSTNAMELEN.patch | (download)

lib/libgfarm/gfarm/host.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 workaround for no maxhostnamelen definition (on hurd-i386)
debian changes 2.4.1 1 | (download)

debian.upstream/README.Debian | 28 28 + 0 - 0 !
debian.upstream/changelog | 195 195 + 0 - 0 !
debian.upstream/control | 83 83 + 0 - 0 !
debian.upstream/control.common | 21 21 + 0 - 0 !
debian.upstream/control.gsi | 55 55 + 0 - 0 !
debian.upstream/control.non-gsi | 62 62 + 0 - 0 !
debian.upstream/copyright | 34 34 + 0 - 0 !
debian.upstream/dirs | 2 2 + 0 - 0 !
debian.upstream/gfarm-client.install | 36 36 + 0 - 0 !
debian.upstream/gfarm-client.links | 5 5 + 0 - 0 !
debian.upstream/gfarm-client.manpages | 24 24 + 0 - 0 !
debian.upstream/gfarm-doc.install | 2 2 + 0 - 0 !
debian.upstream/gfarm-gfptool.install | 8 8 + 0 - 0 !
debian.upstream/gfarm-gfptool.manpages | 1 1 + 0 - 0 !
debian.upstream/gfarm-gfront.install | 2 2 + 0 - 0 !
debian.upstream/gfarm-gfront.manpages | 1 1 + 0 - 0 !
debian.upstream/gfarm-server.init | 89 89 + 0 - 0 !
debian.upstream/gfarm-slapd.default | 30 30 + 0 - 0 !
debian.upstream/gfarm-slapd.init | 189 189 + 0 - 0 !
debian.upstream/gfmd.conffiles | 2 2 + 0 - 0 !
debian.upstream/gfmd.docs | 2 2 + 0 - 0 !
debian.upstream/gfmd.init | 43 43 + 0 - 0 !
debian.upstream/gfmd.install | 29 29 + 0 - 0 !
debian.upstream/gfmd.manpages | 3 3 + 0 - 0 !
debian.upstream/gfmd.postinst | 11 11 + 0 - 0 !
debian.upstream/gfsd.conffiles | 1 1 + 0 - 0 !
debian.upstream/gfsd.init | 43 43 + 0 - 0 !
debian.upstream/gfsd.install | 10 10 + 0 - 0 !
debian.upstream/gfsd.manpages | 2 2 + 0 - 0 !
debian.upstream/gfsd.postinst | 11 11 + 0 - 0 !
debian.upstream/libgfarm-dev.install | 6 6 + 0 - 0 !
debian.upstream/libgfarm-dev.manpages | 50 50 + 0 - 0 !
debian.upstream/libgfarm.install | 2 2 + 0 - 0 !
debian.upstream/rules | 334 334 + 0 - 0 !
34 files changed, 1416 insertions(+)

 upstream changes introduced in version 2.4.1-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 gfarm (2.4.1-1) unstable; urgency=low
 .
   * New upstream release.
 .
 The person named in the Author field signed this changelog entry.
09_change shell.patch | (download)

makes/var.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use bash as the shell because it supports +=. see debbugs #621743
 for additional information.