debian/0000755000000000000000000000000012241132020007151 5ustar debian/control0000644000000000000000000000717212240641067010602 0ustar Source: globus-gfork Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16), libglobus-xio-dev (>= 3.6), libglobus-common-dev (>= 14.10) Standards-Version: 3.9.4 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gfork Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gfork Homepage: http://www.globus.org/ Package: libglobus-gfork0 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Globus Toolkit - GFork The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gfork0 package contains: GFork Library Package: globus-gfork-progs Section: net Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Globus Toolkit - GFork Programs The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gfork-progs package contains: GFork Programs - GFork is user configurable super-server daemon very similar to xinetd. It listens on a TCP port. When clients connect to a port it runs an administrator defined program which services that client connection, just as x/inetd do. Package: libglobus-gfork-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libglobus-gfork0 (= ${binary:Version}), ${misc:Depends}, libglobus-xio-dev (>= 3), libglobus-common-dev (>= 14) Description: Globus Toolkit - GFork Development Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gfork-dev package contains: GFork Development Files Package: libglobus-gfork-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Replaces: globus-gfork-dbg (<< 3.2-3~) Breaks: globus-gfork-dbg (<< 3.2-3~) Depends: libglobus-gfork0 (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - GFork Debug Symbols The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gfork-dbg package contains: GFork Debug Symbols Package: globus-gfork-dbg Section: debug Priority: extra Architecture: any Multi-Arch: foreign Depends: globus-gfork-progs (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - GFork Debug Symbols The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gfork-dbg package contains: GFork Debug Symbols debian/rules0000755000000000000000000000675412240125765010266 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gfork _name = globus_gfork soname = 0 INSTALLDIR = $(CURDIR)/debian/tmp GLOBUSPACKAGEDIR = $(INSTALLDIR)$(_datadir)/globus/packages _prefix = /usr _bindir = $(_prefix)/bin _sbindir = $(_prefix)/sbin _libdir = $(_prefix)/lib/$(DEB_HOST_MULTIARCH) _datadir = $(_prefix)/share _mandir = $(_datadir)/man _docdir = $(_datadir)/doc/lib$(name)-dev DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifeq ($(DEB_HOST_ARCH_BITS), 64) flavor = gcc64-$(DEB_HOST_MULTIARCH) else flavor = gcc32-$(DEB_HOST_MULTIARCH) endif configure: configure-stamp configure-stamp: dh_testdir dh_autotools-dev_updateconfig /usr/share/globus/globus-bootstrap.sh ./configure \ --disable-static \ --with-flavor=$(flavor) \ --with-docdir=$(_docdir) # Reduce overlinking sed 's!CC -shared !CC \\$${wl}--as-needed -shared !g' -i libtool touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot if [ -r Makefile ] ; then $(MAKE) distclean ; fi dh_autotools-dev_restoreconfig # Remove autogenerated files rm -f aclocal.m4 rm -f compile rm -f configure rm -f install-sh rm -f ltmain.sh rm -f missing rm -f mkinstalldirs rm -f doxygen/Doxyfile* rm -f doxygen/Makefile.am rm -f pkgdata/Makefile.am rm -f pkgdata/*.filelist rm -f pkgdata/*.gpt rm -f pkgdata/$(name).pc rm -f pkgdata/pkg_data_src.pc.in rm -f gptdata.sh rm -f globus_automake* rm -rf autom4te.cache find . -name Makefile.in -exec rm {} ';' rm -f build-stamp configure-stamp dh_clean debian/*.install install: build-stamp dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(INSTALLDIR) # Remove libtool archives (.la files) find $(INSTALLDIR)$(_libdir) -name 'lib*.la' -exec rm -v '{}' \; sed '/lib.*\.la$$/d' \ -i $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_dev.filelist # Add empty default configuration file mkdir -p $(INSTALLDIR)/etc echo "# This is the default gfork configuration file" > \ $(INSTALLDIR)/etc/gfork.conf # Remove README.txt from main package rm $(INSTALLDIR)$(_docdir)/README.txt sed '/README.txt/d' \ -i $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist # Remove installed license file rm -f $(INSTALLDIR)$(_docdir)/GLOBUS_LICENSE sed /GLOBUS_LICENSE/d \ -i $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist # Generate package filelists cat $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_rtl.filelist \ $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/lib$(name)$(soname).install cat $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_pgm.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/$(name)-progs.install cat $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_dev.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/lib$(name)-dev.install echo debian/tmp/etc/gfork.conf \ >> debian/$(name)-progs.install binary: binary-arch binary-indep binary-arch: install dh_testdir dh_testroot dh_installdocs debian/README dh_installchangelogs dh_install --fail-missing dh_installman dh_link dh_strip -X/bin/ -X/sbin/ --dbg-package=lib$(name)-dbg dh_strip -X/lib/ --dbg-package=$(name)-dbg dh_compress dh_fixperms dh_perl dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary-indep: .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install debian/globus-gfork-progs.docs0000644000000000000000000000001311575652222013572 0ustar README.txt debian/README0000644000000000000000000000147311705715431010057 0ustar This package is part of the GridFTP component of the Globus Toolkit. For more information visit: http://www.globus.org/toolkit/docs/latest-stable/gridftp/ Admin Guide: http://www.globus.org/toolkit/docs/latest-stable/gridftp/admin/ User's Guide: http://www.globus.org/toolkit/docs/latest-stable/gridftp/user/ Developer's Guide: http://www.globus.org/toolkit/docs/latest-stable/gridftp/developer/ Release Notes: http://www.globus.org/toolkit/docs/latest-stable/gridftp/rn/ Public Interface Guide: http://www.globus.org/toolkit/docs/latest-stable/gridftp/pi/ Quality Profile: http://www.globus.org/toolkit/docs/latest-stable/gridftp/qp/ Migrating Guide: http://www.globus.org/toolkit/docs/latest-stable/gridftp/mig/ Globus debian packaging is supported by the Initiative for Globus in Europe: http://www.ige-project.eu/ debian/copyright0000644000000000000000000000136612240443125011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gfork Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.1/packages/src/globus_gfork-3.2.tar.gz Files: * Copyright: 1999-2013 University of Chicago License: Apache-2.0 Files: version.h.in Copyright: 1999-2005 University of Chicago 1999-2005 University of Southern California License: Apache-2.0 Files: debian/* Copyright: 2008-2013 Mattias Ellert 2010-2013 Initiative for Globus in Europe (IGE), http://www.ige-project.eu/ License: Apache-2.0 License: Apache-2.0 On Debian systems the full text of the Apache license version 2 can be found in /usr/share/common-licenses/Apache-2.0. debian/compat0000644000000000000000000000000211677170211010367 0ustar 5 debian/libglobus-gfork0.shlibs0000644000000000000000000000005211677170211013544 0ustar libglobus_gfork 0 libglobus-gfork0 (>= 3) debian/changelog0000644000000000000000000000423712240125474011047 0ustar globus-gfork (3.2-3) unstable; urgency=low * Implement Multi-Arch support * Split dbg package for Multi-Arch -- Mattias Ellert Mon, 11 Nov 2013 11:01:57 +0100 globus-gfork (3.2-2) unstable; urgency=low * Add arm64 to the list of 64 bit architectures -- Mattias Ellert Sun, 26 May 2013 20:53:47 +0200 globus-gfork (3.2-1) unstable; urgency=low * Update to Globus Toolkit 5.2.1 * Drop patch globus-gfork-funcgrp.patch (fixed upstream) -- Mattias Ellert Sun, 29 Apr 2012 16:44:25 +0200 globus-gfork (3.1-2) unstable; urgency=low * Fix broken links in README file -- Mattias Ellert Tue, 24 Jan 2012 21:03:17 +0100 globus-gfork (3.1-1) unstable; urgency=low * Update to Globus Toolkit 5.2.0 * Drop patches globus-gfork-deps.patch, globus-gfork-etc.patch, globus-gfork-opts.patch, globus-gfork.patch and globus-gfork-undefined.patch (fixed upstream) -- Mattias Ellert Thu, 29 Dec 2011 23:58:17 +0100 globus-gfork (0.2-6) unstable; urgency=low * Fix FTBFS with new dpkg (Closes: #643480) -- Mattias Ellert Mon, 03 Oct 2011 05:04:52 +0200 globus-gfork (0.2-5) unstable; urgency=low * Add README file * Add missing dependencies -- Mattias Ellert Tue, 26 Apr 2011 23:05:14 +0200 globus-gfork (0.2-4) unstable; urgency=low * Converting to package format 3.0 (quilt) -- Mattias Ellert Fri, 04 Jun 2010 04:43:29 +0200 globus-gfork (0.2-3) unstable; urgency=low * Update to Globus Toolkit 5.0.0 * Add debug package -- Mattias Ellert Wed, 27 Jan 2010 13:35:20 +0100 globus-gfork (0.2-2) unstable; urgency=low * Fix location of default config file * Add empty default config file * Include additional documentation -- Mattias Ellert Tue, 03 Nov 2009 12:47:50 +0100 globus-gfork (0.2-1) unstable; urgency=low * Initial release (Closes: #540257). -- Mattias Ellert Fri, 07 Aug 2009 06:51:37 +0200 debian/source/0000755000000000000000000000000011677170211010471 5ustar debian/source/format0000644000000000000000000000001411677170211011677 0ustar 3.0 (quilt)