debian/0000755000000000000000000000000012241146051007162 5ustar debian/control0000644000000000000000000000663012240712163010574 0ustar Source: globus-xio-gridftp-driver 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-ftp-client-dev (>= 7.6), libglobus-xio-gsi-driver-dev (>= 2.4), libglobus-xio-doc (>= 3), doxygen-latex, texlive-fonts-recommended, graphviz, ghostscript Standards-Version: 3.9.4 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-xio-gridftp-driver Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-xio-gridftp-driver Homepage: http://www.globus.org/ Package: libglobus-xio-gridftp-driver1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libglobus-xio-gsi-driver0 (>= 2) Description: Globus Toolkit - Globus XIO GridFTP Driver 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-xio-gridftp-driver1 package contains: Globus XIO GridFTP Driver Package: libglobus-xio-gridftp-driver-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libglobus-xio-gridftp-driver1 (= ${binary:Version}), ${misc:Depends}, libglobus-xio-dev (>= 3), libglobus-ftp-client-dev (>= 7), libglobus-xio-gsi-driver-dev (>= 2) Recommends: libglobus-xio-gridftp-driver-doc (= ${source:Version}) Description: Globus Toolkit - Globus XIO GridFTP Driver 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-xio-gridftp-driver-dev package contains: Globus XIO GridFTP Driver Development Files Package: libglobus-xio-gridftp-driver-doc Section: doc Architecture: all Multi-Arch: foreign Depends: libglobus-xio-gridftp-driver-dev (>= ${source:Version}), ${misc:Depends}, ${js:Depends} Description: Globus Toolkit - Globus XIO GridFTP Driver Documentation 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-xio-gridftp-driver-doc package contains: Globus XIO GridFTP Driver Documentation Files Package: libglobus-xio-gridftp-driver-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: libglobus-xio-gridftp-driver1 (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - Globus XIO GridFTP Driver 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-xio-gridftp-driver-dbg package contains: Globus XIO GridFTP Driver Debug Symbols debian/rules0000755000000000000000000001026212240350267010250 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-xio-gridftp-driver _name = globus_xio_gridftp_driver soname = 1 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) \ --enable-doxygen \ --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 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 rm -rf doxygen/doc 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) # This library is opened using lt_dlopenext, so the libtool archive # (.la file) can not be removed - fix libdir and clear dependency_libs # ... and move it to the main package for lib in `find $(INSTALLDIR)$(_libdir) -name 'lib*.la'` ; do \ sed -e "s!^libdir=.*!libdir=\'$(_libdir)\'!" \ -e "s!^dependency_libs=.*!dependency_libs=\'\'!" -i $$lib ; \ done grep 'lib.*\.la$$' $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_dev.filelist \ >> $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_rtl.filelist 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 # Use system jquery script if [ -r $(INSTALLDIR)$(_docdir)/html/jquery.js ] ; then \ rm $(INSTALLDIR)$(_docdir)/html/jquery.js ; \ ln -s /usr/share/javascript/jquery/jquery.js \ $(INSTALLDIR)$(_docdir)/html/jquery.js ; \ echo js:Depends=libjs-jquery >> debian/lib$(name)-doc.substvars ; \ else \ echo js:Depends= >> debian/lib$(name)-doc.substvars ; \ fi # Generate package filelists cat $(GLOBUSPACKAGEDIR)/$(_name)/$(flavor)_rtl.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 cat $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/lib$(name)-doc.install binary: binary-arch binary-indep binary-arch: install dh_testdir dh_testroot dh_installdocs -a debian/README dh_installchangelogs -a dh_install -a --fail-missing dh_installman -a dh_link -a dh_strip -a --dbg-package=lib$(name)-dbg dh_compress -a dh_fixperms -a dh_perl -a dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary-indep: install dh_testdir dh_testroot dh_installdocs -p lib$(name)-doc --link-doc=lib$(name)-dev dh_installdocs -i dh_installchangelogs -i dh_install -i --fail-missing dh_installman -i dh_link -i dh_compress -i -X .tag dh_fixperms -i dh_perl -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install debian/README0000644000000000000000000000133312240350267010047 0ustar This package is part of the Extended IO (XIO) component of the Globus Toolkit. For more information visit: http://www.globus.org/toolkit/docs/latest-stable/xio/ Admin Guide: http://www.globus.org/toolkit/docs/latest-stable/xio/admin/ Developer's Guide: http://www.globus.org/toolkit/docs/latest-stable/xio/developer/ Release Notes: http://www.globus.org/toolkit/docs/latest-stable/xio/rn/ Public Interface Guide: http://www.globus.org/toolkit/docs/latest-stable/xio/pi/ Quality Profile: http://www.globus.org/toolkit/docs/latest-stable/xio/qp/ Migrating Guide: http://www.globus.org/toolkit/docs/latest-stable/xio/mig/ Globus debian packaging is supported by the Initiative for Globus in Europe: http://www.ige-project.eu/ debian/copyright0000644000000000000000000000121612240350267011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_xio_gridftp_driver Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/globus_xio_gridftp_driver-1.2.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/libglobus-xio-gridftp-driver-doc.doc-base0000644000000000000000000000052012240350267017033 0ustar Document: globus-xio-gridftp-driver Title: Debian globus-xio-gridftp-driver Manual Author: Globus Alliance Abstract: The Globus toolkit, Globus XIO GridFTP Driver Section: Programming Format: HTML Index: /usr/share/doc/libglobus-xio-gridftp-driver-dev/html/index.html Files: /usr/share/doc/libglobus-xio-gridftp-driver-dev/html/*.html debian/compat0000644000000000000000000000000212240350267010365 0ustar 5 debian/patches/0000755000000000000000000000000012240350357010616 5ustar debian/patches/globus-xio-gridftp-driver-desc.patch0000644000000000000000000000215212236756303017577 0ustar diff -ur globus_xio_gridftp_driver-1.2.orig/pkgdata/pkg_data_src.gpt.in globus_xio_gridftp_driver-1.2/pkgdata/pkg_data_src.gpt.in --- globus_xio_gridftp_driver-1.2.orig/pkgdata/pkg_data_src.gpt.in 2013-06-19 13:04:03.000000000 +0200 +++ globus_xio_gridftp_driver-1.2/pkgdata/pkg_data_src.gpt.in 2013-11-07 19:29:34.889444872 +0100 @@ -3,6 +3,7 @@ Globus XIO GridFTP Driver + Communication @@ -22,7 +23,7 @@ - + Endast i globus_xio_gridftp_driver-1.2/pkgdata: pkg_data_src.gpt.in~ debian/patches/series0000644000000000000000000000004512240350357012032 0ustar globus-xio-gridftp-driver-desc.patch debian/changelog0000644000000000000000000000026212240712222011032 0ustar globus-xio-gridftp-driver (1.2-1) unstable; urgency=low * Initial release (Closes: #729487) -- Mattias Ellert Tue, 12 Nov 2013 07:54:47 +0100 debian/source/0000755000000000000000000000000012240350267010467 5ustar debian/source/format0000644000000000000000000000001412240350267011675 0ustar 3.0 (quilt) debian/libglobus-xio-gridftp-driver1.shlibs0000644000000000000000000000010412240350267016156 0ustar libglobus_xio_gridftp_driver 1 libglobus-xio-gridftp-driver1 (>= 1)