debian/0000755000000000000000000000000012244617406007174 5ustar debian/libglobus-gram-protocol3.shlibs0000644000000000000000000000007311677237446015245 0ustar libglobus_gram_protocol 3 libglobus-gram-protocol3 (>= 11) debian/control0000644000000000000000000000673512240651356010610 0ustar Source: globus-gram-protocol Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16), libglobus-io-dev (>= 9.5), libglobus-gss-assist-dev (>= 9), libglobus-common-dev (>= 14.10), libglobus-gssapi-gsi-dev (>= 10.10), libglobus-common-doc (>= 14), 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-gram-protocol Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gram-protocol Homepage: http://www.globus.org/ Package: libglobus-gram-protocol3 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Globus Toolkit - GRAM Protocol 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-gram-protocol3 package contains: GRAM Protocol Library Package: libglobus-gram-protocol-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libglobus-gram-protocol3 (= ${binary:Version}), ${misc:Depends}, globus-core (>= 8), libglobus-io-dev (>= 8), libglobus-gss-assist-dev (>= 8), libglobus-common-dev (>= 14), libglobus-gssapi-gsi-dev (>= 10) Recommends: libglobus-gram-protocol-doc (= ${source:Version}) Description: Globus Toolkit - GRAM Protocol 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-gram-protocol-dev package contains: GRAM Protocol Library Development Files Package: libglobus-gram-protocol-doc Section: doc Architecture: all Multi-Arch: foreign Depends: libglobus-gram-protocol-dev (>= ${source:Version}), ${misc:Depends}, ${js:Depends} Description: Globus Toolkit - GRAM Protocol 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-gram-protocol-doc package contains: GRAM Protocol Library Documentation Files Package: libglobus-gram-protocol-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Provides: globus-gram-protocol-dbg Replaces: globus-gram-protocol-dbg (<< 11.3-4~) Conflicts: globus-gram-protocol-dbg (<< 11.3-4~) Depends: libglobus-gram-protocol3 (= ${binary:Version}), ${misc:Depends} Description: Globus Toolkit - GRAM Protocol 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-gram-protocol-dbg package contains: GRAM Protocol Library Debug Symbols debian/rules0000755000000000000000000001013312240147126010243 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gram-protocol _name = globus_gram_protocol soname = 3 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 globus_gram_protocol_constants.h rm -f scripts/*.3 rm -f scripts/*.html rm -f scripts/*.pm rm -f scripts/*.tmp rm -f build-stamp configure-stamp dh_clean debian/*.install install: build-stamp dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(INSTALLDIR) # This script is intended to be sourced, not executed chmod 644 \ $(INSTALLDIR)$(_datadir)/globus/globus-gram-protocol-constants.sh # 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 # 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 \ $(GLOBUSPACKAGEDIR)/$(_name)/${flavor}_pgm.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/README0000644000000000000000000000145111705715432010054 0ustar This package is part of the GRAM5 component of the Globus Toolkit. For more information visit: http://www.globus.org/toolkit/docs/latest-stable/gram5/ Admin Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/admin/ User's Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/user/ Developer's Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/developer/ Release Notes: http://www.globus.org/toolkit/docs/latest-stable/gram5/rn/ Public Interface Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/pi/ Quality Profile: http://www.globus.org/toolkit/docs/latest-stable/gram5/qp/ Migrating Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/mig/ Globus debian packaging is supported by the Initiative for Globus in Europe: http://www.ige-project.eu/ debian/copyright0000644000000000000000000000120512240146652011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gram_protocol Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.1/packages/src/globus_gram_protocol-11.3.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/compat0000644000000000000000000000000211677237446010405 0ustar 5 debian/patches/0000755000000000000000000000000012244614302010613 5ustar debian/patches/series0000644000000000000000000000004712244614302012031 0ustar globus-gram-protocol-sort-header.patch debian/patches/globus-gram-protocol-sort-header.patch0000644000000000000000000000137312244614223020133 0ustar diff -ur globus_gram_protocol-11.3.orig/scripts/create_protocol_constants.pl globus_gram_protocol-11.3/scripts/create_protocol_constants.pl --- globus_gram_protocol-11.3.orig/scripts/create_protocol_constants.pl 2002-08-08 22:58:37.000000000 +0200 +++ globus_gram_protocol-11.3/scripts/create_protocol_constants.pl 2013-11-25 10:15:45.880996633 +0100 @@ -26,7 +26,7 @@ my $module; my $basename; - foreach my $type (keys %{$types}) + foreach my $type (sort keys %{$types}) { $module_name = $type; $module_name =~ s/globus_gram_protocol_//; @@ -191,7 +191,7 @@ #define GLOBUS_GRAM_PROTOCOL_CONSTANTS_H EOF - foreach my $type (keys %{$types}) + foreach my $type (sort keys %{$types}) { $break = "\n"; $basename = $type; debian/changelog0000644000000000000000000000537012244615563011055 0ustar globus-gram-protocol (11.3-5) unstable; urgency=low * Make header file generation predictable (Closes: #730448) -- Mattias Ellert Mon, 25 Nov 2013 10:10:01 +0100 globus-gram-protocol (11.3-4) unstable; urgency=low * Implement Multi-Arch support * Rename dbg package -- Mattias Ellert Mon, 11 Nov 2013 13:29:44 +0100 globus-gram-protocol (11.3-3) unstable; urgency=low * Add arm64 to the list of 64 bit architectures -- Mattias Ellert Sun, 26 May 2013 21:28:59 +0200 globus-gram-protocol (11.3-2) unstable; urgency=low * Drop patch globus-gram-protocol-deps.patch (fixed upstream) -- Mattias Ellert Mon, 23 Jul 2012 14:00:06 +0200 globus-gram-protocol (11.3-1) unstable; urgency=low * Update to Globus Toolkit 5.2.1 -- Mattias Ellert Sun, 29 Apr 2012 18:34:07 +0200 globus-gram-protocol (11.2-2) unstable; urgency=low * Fix broken links in README file -- Mattias Ellert Tue, 24 Jan 2012 22:36:03 +0100 globus-gram-protocol (11.2-1) unstable; urgency=low * Update to Globus Toolkit 5.2.0 * Drop patches globus-gram-protocol.patch and globus-gram-protocol-doxygen.patch (fixed upstream) * Make doc package architecture independent -- Mattias Ellert Fri, 30 Dec 2011 05:33:42 +0100 globus-gram-protocol (9.7-4) unstable; urgency=low * Fix doxygen markup * Use system jquery script -- Mattias Ellert Mon, 06 Jun 2011 15:44:21 +0200 globus-gram-protocol (9.7-3) unstable; urgency=low * Add README file * Use new doxygen-latex build dependency (Closes: #616233) -- Mattias Ellert Wed, 27 Apr 2011 06:00:23 +0200 globus-gram-protocol (9.7-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) (Closes: #583043) -- Mattias Ellert Fri, 04 Jun 2010 04:43:30 +0200 globus-gram-protocol (9.7-1) unstable; urgency=low * Update to Globus Toolkit 5.0.1 * Drop patches globus-gram-protocol-dep.patch and globus-gram-protocol-typo.patch (fixed upstream) -- Mattias Ellert Thu, 15 Apr 2010 17:28:50 +0200 globus-gram-protocol (9.3-1) unstable; urgency=low * Update to Globus Toolkit 5.0.0 * Add debug package -- Mattias Ellert Wed, 27 Jan 2010 17:40:56 +0100 globus-gram-protocol (7.4-1) unstable; urgency=low * Initial release (Closes: #540260). -- Mattias Ellert Fri, 07 Aug 2009 09:56:28 +0200 debian/libglobus-gram-protocol-doc.doc-base0000644000000000000000000000047011677237446016117 0ustar Document: globus-gram-protocol Title: Debian globus-gram-protocol Manual Author: Globus Alliance Abstract: The Globus toolkit, GRAM Protocol Library Section: Programming Format: HTML Index: /usr/share/doc/libglobus-gram-protocol-dev/html/index.html Files: /usr/share/doc/libglobus-gram-protocol-dev/html/*.html debian/source/0000755000000000000000000000000011677237446010507 5ustar debian/source/format0000644000000000000000000000001411677237446011715 0ustar 3.0 (quilt)