debian/0000755000000000000000000000000012241117575007173 5ustar debian/libglobus-gssapi-gsi-doc.doc-base0000644000000000000000000000044511676351665015401 0ustar Document: globus-gssapi-gsi Title: Debian globus-gssapi-gsi Manual Author: Globus Alliance Abstract: The Globus toolkit, GSSAPI library Section: Programming Format: HTML Index: /usr/share/doc/libglobus-gssapi-gsi-dev/html/index.html Files: /usr/share/doc/libglobus-gssapi-gsi-dev/html/*.html debian/control0000644000000000000000000000730312240567465010607 0ustar Source: globus-gssapi-gsi Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16), libglobus-common-dev (>= 14.10), libglobus-gsi-callback-dev (>= 4.6), libglobus-gsi-proxy-core-dev (>= 6.2-3~), libglobus-gsi-sysconfig-dev (>= 5.3-3~), libglobus-openssl-module-dev (>= 3.3), libglobus-gsi-openssl-error-dev (>= 2.1-4~), libglobus-gsi-credential-dev (>= 6), libglobus-gsi-cert-utils-dev (>= 8.6), libssl-dev, 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-gssapi-gsi Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gssapi-gsi Homepage: http://www.globus.org/ Package: libglobus-gssapi-gsi4 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Globus Toolkit - GSSAPI 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-gssapi-gsi4 package contains: GSSAPI library Package: libglobus-gssapi-gsi-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libglobus-gssapi-gsi4 (= ${binary:Version}), ${misc:Depends}, libglobus-common-dev (>= 14), libglobus-gsi-callback-dev (>= 4), libglobus-gsi-proxy-core-dev (>= 6), libglobus-gsi-sysconfig-dev (>= 5), globus-core (>= 8), libglobus-openssl-module-dev (>= 3), libglobus-gsi-openssl-error-dev (>= 2), libglobus-gsi-credential-dev (>= 5), libglobus-gsi-cert-utils-dev (>= 8), libssl-dev Recommends: libglobus-gssapi-gsi-doc (= ${source:Version}) Description: Globus Toolkit - GSSAPI 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-gssapi-gsi-dev package contains: GSSAPI library Development Files Package: libglobus-gssapi-gsi-doc Section: doc Architecture: all Multi-Arch: foreign Depends: libglobus-gssapi-gsi-dev (>= ${source:Version}), ${misc:Depends}, ${js:Depends} Description: Globus Toolkit - GSSAPI library 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-gssapi-gsi-doc package contains: GSSAPI library Documentation Files Package: libglobus-gssapi-gsi-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Provides: globus-gssapi-gsi-dbg Replaces: globus-gssapi-gsi-dbg (<< 10.10) Conflicts: globus-gssapi-gsi-dbg (<< 10.10) Depends: libglobus-gssapi-gsi4 (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - GSSAPI 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-gssapi-gsi-dbg package contains: GSSAPI library Debug Symbols debian/rules0000755000000000000000000001014212237721235010250 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gssapi-gsi _name = globus_gssapi_gsi soname = 4 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) # 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 # Remove deprecated.3 man page (too common name) rm -f $(INSTALLDIR)$(_mandir)/man3/deprecated.3 sed /deprecated\.3/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 # Remove junk man page rm -f $(INSTALLDIR)$(_mandir)/man3/*_library_.3 sed /_library_.3/d \ -i $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist # 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/README0000644000000000000000000000150511705715432010054 0ustar This package is part of the Grid Security Infrastructure in C (GSI C) component of the Globus Toolkit. For more information visit: http://www.globus.org/toolkit/docs/latest-stable/gsic/ Admin Guide: http://www.globus.org/toolkit/docs/latest-stable/gsic/admin/ User's Guide: http://www.globus.org/toolkit/docs/latest-stable/gsic/user/ Developer's Guide: http://www.globus.org/toolkit/docs/latest-stable/gsic/developer/ Release Notes: http://www.globus.org/toolkit/docs/latest-stable/gsic/rn/ Public Interface Guide: http://www.globus.org/toolkit/docs/latest-stable/gsic/pi/ Quality Profile: http://www.globus.org/toolkit/docs/latest-stable/gsic/qp/ Migrating Guide: http://www.globus.org/toolkit/docs/latest-stable/gsic/mig/ Globus debian packaging is supported by the Initiative for Globus in Europe: http://www.ige-project.eu/ debian/copyright0000644000000000000000000000120012237715747011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gssapi_gsi Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/globus_gssapi_gsi-10.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/compat0000644000000000000000000000000211676351665010404 0ustar 5 debian/libglobus-gssapi-gsi4.shlibs0000644000000000000000000000006511676351665014527 0ustar libglobus_gssapi_gsi 4 libglobus-gssapi-gsi4 (>= 10) debian/changelog0000644000000000000000000000721712237713746011063 0ustar globus-gssapi-gsi (10.10-1) unstable; urgency=low * Update to Globus Toolkit 5.2.5 * Implement Multi-Arch support * Rename dbg package -- Mattias Ellert Sun, 10 Nov 2013 15:26:31 +0100 globus-gssapi-gsi (10.7-2) unstable; urgency=low * Add arm64 to the list of 64 bit architectures -- Mattias Ellert Sun, 26 May 2013 16:36:28 +0200 globus-gssapi-gsi (10.7-1) unstable; urgency=low * Update to Globus Toolkit 5.2.2 -- Mattias Ellert Mon, 23 Jul 2012 11:23:49 +0200 globus-gssapi-gsi (10.6-1) unstable; urgency=low * Update to Globus Toolkit 5.2.1 * Drop patches globus-gssapi-gsi-deps.patch, globus-gssapi-gsi-format.patch and globus-gssapi-gsi-doxygen.patch (fixed upstream) -- Mattias Ellert Sat, 28 Apr 2012 23:15:24 +0200 globus-gssapi-gsi (10.2-2) unstable; urgency=low * Fix broken links in README file -- Mattias Ellert Tue, 24 Jan 2012 18:08:42 +0100 globus-gssapi-gsi (10.2-1) unstable; urgency=low * Update to Globus Toolkit 5.2.0 * Make doc package architecture independent -- Mattias Ellert Tue, 27 Dec 2011 15:18:29 +0100 globus-gssapi-gsi (7.8-1) unstable; urgency=low * Update to Globus Toolkit 5.0.4 * Use system jquery script -- Mattias Ellert Sun, 05 Jun 2011 20:39:43 +0200 globus-gssapi-gsi (7.6-2) unstable; urgency=low * Add README file * Use new doxygen-latex build dependency (Closes: #616243) * Remove calls to private openssl function - might cause problems, but at least it compiles (Closes: #621719) -- Mattias Ellert Tue, 26 Apr 2011 07:29:28 +0200 globus-gssapi-gsi (7.6-1) unstable; urgency=low * Update to Globus Toolkit 5.0.3 -- Mattias Ellert Sat, 26 Feb 2011 06:07:56 +0100 globus-gssapi-gsi (7.5-2) unstable; urgency=low * Converting to package format 3.0 (quilt) * Add new build dependency on texlive-font-utils due to changes in texlive packaging (epstopdf moved there) -- Mattias Ellert Fri, 04 Jun 2010 04:43:30 +0200 globus-gssapi-gsi (7.5-1) unstable; urgency=low * Update to Globus Toolkit 5.0.1 * Drop patch globus-gssapi-gsi-openssl.patch (fixed upstream) -- Mattias Ellert Thu, 15 Apr 2010 14:22:42 +0200 globus-gssapi-gsi (7.0-2) unstable; urgency=low * Update openssl 1.0.0 patch based on RIC-29 branch in upstream CVS -- Mattias Ellert Mon, 08 Feb 2010 10:50:31 +0100 globus-gssapi-gsi (7.0-1) unstable; urgency=low * Update to Globus Toolkit 5.0.0 * Add debug package -- Mattias Ellert Thu, 28 Jan 2010 18:44:45 +0100 globus-gssapi-gsi (5.9-4) unstable; urgency=low * Fix rule dependencies in the debian/rules file. -- Mattias Ellert Wed, 13 May 2009 13:56:33 +0200 globus-gssapi-gsi (5.9-3) unstable; urgency=low * Initial release (Closes: #514471). * Rebuilt to correct libltdl dependency. * Preparing for other 64bit platforms than amd64. -- Mattias Ellert Sat, 18 Apr 2009 20:17:33 +0200 globus-gssapi-gsi (5.9-2) UNRELEASED; urgency=low * Only quote the Apache-2.0 license if necessary. * Updated deprecated Source-Version in debian/control. -- Mattias Ellert Thu, 26 Mar 2009 09:21:25 +0100 globus-gssapi-gsi (5.9-1) UNRELEASED; urgency=low * First build. -- Mattias Ellert Sat, 03 Jan 2009 09:59:35 +0100 debian/source/0000755000000000000000000000000011676351665010506 5ustar debian/source/format0000644000000000000000000000001411676351665011714 0ustar 3.0 (quilt)