debian/0000755000000000000000000000000012241132327007163 5ustar debian/control0000644000000000000000000000630312240642503010571 0ustar Source: globus-gridftp-server-control Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16), libglobus-xio-pipe-driver-dev (>= 2.2-3~), libglobus-common-dev (>= 14.10), libglobus-xio-dev (>= 3.6), libglobus-gssapi-error-dev (>= 4.1-4~), libglobus-gss-assist-dev (>= 9), libglobus-xio-gsi-driver-dev (>= 2.4), libglobus-gssapi-gsi-dev (>= 10.10), libglobus-gsi-openssl-error-dev (>= 2.1-4~) Standards-Version: 3.9.4 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gridftp-server-control Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gridftp-server-control Homepage: http://www.globus.org/ Package: libglobus-gridftp-server-control0 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libglobus-xio-gsi-driver0 (>= 2), libglobus-xio-pipe-driver0 (>= 2) Description: Globus Toolkit - Globus GridFTP Server Library 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-gridftp-server-control0 package contains: Globus GridFTP Server Library Package: libglobus-gridftp-server-control-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libglobus-gridftp-server-control0 (= ${binary:Version}), ${misc:Depends}, libglobus-xio-pipe-driver-dev (>= 2), libglobus-common-dev (>= 14), libglobus-xio-dev (>= 3), libglobus-gssapi-error-dev (>= 4), libglobus-gss-assist-dev (>= 8), libglobus-xio-gsi-driver-dev (>= 2), libglobus-gssapi-gsi-dev (>= 10), libglobus-gsi-openssl-error-dev (>= 2) Description: Globus Toolkit - Globus GridFTP Server Library 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-gridftp-server-control-dev package contains: Globus GridFTP Server Library Development Files Package: libglobus-gridftp-server-control-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Provides: globus-gridftp-server-control-dbg Replaces: globus-gridftp-server-control-dbg (<< 2.10) Conflicts: globus-gridftp-server-control-dbg (<< 2.10) Depends: libglobus-gridftp-server-control0 (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - Globus GridFTP Server Library 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-gridftp-server-control-dbg package contains: Globus GridFTP Server Library Debug Symbols debian/rules0000755000000000000000000000571712240127510010252 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gridftp-server-control _name = globus_gridftp_server_control 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 # 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)_dev.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/lib$(name)-dev.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 --dbg-package=lib$(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/README0000644000000000000000000000147311705715432010060 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/copyright0000644000000000000000000000122712240127510011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gridftp_server_control Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/globus_gridftp_server_control-2.10.tar.gz Files: * Copyright: 1999-2013 University of Chicago 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/compat0000644000000000000000000000000211677215662010401 0ustar 5 debian/changelog0000644000000000000000000000624612240127346011051 0ustar globus-gridftp-server-control (2.10-1) unstable; urgency=low * Update to Globus Toolkit 5.2.5 * Implement Multi-Arch support * Rename dbg package -- Mattias Ellert Mon, 11 Nov 2013 11:15:30 +0100 globus-gridftp-server-control (2.8-2) unstable; urgency=low * Add arm64 to the list of 64 bit architectures -- Mattias Ellert Sun, 26 May 2013 20:56:21 +0200 globus-gridftp-server-control (2.8-1) unstable; urgency=low * Update to Globus Toolkit 5.2.4 -- Mattias Ellert Wed, 20 Feb 2013 14:40:25 +0100 globus-gridftp-server-control (2.7-1) unstable; urgency=low * Update to Globus Toolkit 5.2.2 * Drop patch globus-gridftp-server-control-pw195.patch (was backport) -- Mattias Ellert Mon, 23 Jul 2012 12:23:45 +0200 globus-gridftp-server-control (2.5-2) unstable; urgency=high * Backport security fix for JIRA ticket GT-195 -- Mattias Ellert Fri, 25 May 2012 17:49:21 +0200 globus-gridftp-server-control (2.5-1) unstable; urgency=low * Update to Globus Toolkit 5.2.1 * Drop patch globus-gridftp-server-control-deps.patch (fixed upstream) -- Mattias Ellert Sun, 29 Apr 2012 17:12:57 +0200 globus-gridftp-server-control (2.3-2) unstable; urgency=low * Fix broken links in README file -- Mattias Ellert Tue, 24 Jan 2012 21:39:26 +0100 globus-gridftp-server-control (2.3-1) unstable; urgency=low * Update to Globus Toolkit 5.2.0 * Drop patch globus-gridftp-server-control.patch (fixed upstream) -- Mattias Ellert Fri, 30 Dec 2011 03:02:26 +0100 globus-gridftp-server-control (0.46-1) unstable; urgency=low * Update to Globus Toolkit 5.0.4 -- Mattias Ellert Mon, 06 Jun 2011 14:31:33 +0200 globus-gridftp-server-control (0.45-2) unstable; urgency=low * Add README file * Add missing dependencies -- Mattias Ellert Wed, 27 Apr 2011 05:07:19 +0200 globus-gridftp-server-control (0.45-1) unstable; urgency=low * Update to Globus Toolkit 5.0.3 -- Mattias Ellert Sat, 26 Feb 2011 16:45:09 +0100 globus-gridftp-server-control (0.43-1) unstable; urgency=low * Update to Globus Toolkit 5.0.2 -- Mattias Ellert Mon, 19 Jul 2010 13:44:22 +0200 globus-gridftp-server-control (0.42-2) unstable; urgency=low * Converting to package format 3.0 (quilt) -- Mattias Ellert Fri, 04 Jun 2010 04:43:30 +0200 globus-gridftp-server-control (0.42-1) unstable; urgency=low * Update to Globus Toolkit 5.0.1 -- Mattias Ellert Thu, 15 Apr 2010 16:58:45 +0200 globus-gridftp-server-control (0.40-1) unstable; urgency=low * Update to Globus Toolkit 5.0.0 * Add debug package -- Mattias Ellert Wed, 27 Jan 2010 13:53:23 +0100 globus-gridftp-server-control (0.36-1) unstable; urgency=low * Initial release (Closes: #540258). -- Mattias Ellert Fri, 07 Aug 2009 07:07:19 +0200 debian/libglobus-gridftp-server-control0.shlibs0000644000000000000000000000011411677215662017066 0ustar libglobus_gridftp_server_control 0 libglobus-gridftp-server-control0 (>= 2) debian/source/0000755000000000000000000000000011677215662010503 5ustar debian/source/format0000644000000000000000000000001411677215662011711 0ustar 3.0 (quilt)