debian/0000755000000000000000000000000012241110153007154 5ustar debian/control0000644000000000000000000000235312241037576010603 0ustar Source: grid-packaging-tools Section: devel Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.9.4 Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/grid-packaging-tools Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/grid-packaging-tools Homepage: http://www.gridpackagingtools.com/ Package: grid-packaging-tools Depends: autoconf, automake, libtool, ${perl:Depends}, libarchive-tar-perl, libxml-parser-perl, ${misc:Depends} Architecture: all Multi-Arch: foreign Description: System for managing source dependencies in large projects The Grid Packaging Tools (GPT) package is a collection of packaging tools built around an XML based packaging data format. This format supports the definition of complex dependency and compatibility relationships between packages. . The tools provide a means for developers to define the packaging data and include them as part of their source code distribution. Binary packages can be automatically generated from this data. The packages defined by GPT are compatible with other packages and can be easily converted. . GPT is a key tool for the build process of the Globus grid middleware. debian/rules0000755000000000000000000000314712237165243010260 0ustar #!/usr/bin/make -f # -*- makefile -*- name = grid-packaging-tools _prefix = /usr perl_vendorlib = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) configure: configure-stamp configure-stamp: dh_testdir touch aclocal.m4 && touch Makefile.in && touch configure dh_autotools-dev_updateconfig ./configure \ --prefix=$(_prefix) \ --mandir='$${datadir}/man' \ --infodir='$${datadir}/info' \ --libexecdir='$${datadir}/globus' \ --with-perlmoduledir=$(perl_vendorlib) touch $@ build: build-arch build-indep build-arch: build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot touch aclocal.m4 && touch Makefile.in && touch configure if [ -r Makefile ] ; then $(MAKE) distclean ; fi dh_autotools-dev_restoreconfig rm -f build-stamp configure-stamp dh_clean install: build-stamp dh_testdir dh_testroot dh_prep $(MAKE) DESTDIR=$(CURDIR)/debian/$(name) install # Remove old globus core source tarball - users should install an # up-to-date globus-core package instead of having gpt compile it # from source rm $(CURDIR)/debian/$(name)/usr/share/globus/gpt/globus_core-src.tar.gz chmod 644 $(CURDIR)/debian/$(name)/usr/share/globus/gpt/gpt_noinstaller binary: binary-arch binary-indep binary-arch: binary-indep: install dh_testdir dh_testroot dh_installchangelogs CHANGES dh_installdocs dh_installman dh_link dh_compress dh_fixperms dh_perl dh_installdeb dh_lintian dh_gencontrol dh_md5sums dh_builddeb .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install debian/copyright0000644000000000000000000000532612237172067011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Grid Packaging Tools (GPT) Upstream-Contact: Grid Packaging Tools Development Team National Center for Supercomputing Applications University of Illinois http://www.gridpackagingtools.com/ Comment: Maintenance of GPT has been taken over by Globus - use their source Source: http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/gpt-3.6.7.tar.gz Files: * Copyright: 2001-2002 National Center for Supercomputing Applications 2000-2002 The Board of Trustees of the University of Illinois License: NCSA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. . * Neither the names of the National Center for Supercomputing Applications, the University of Illinois, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. Files: etc/globus_core-src.tar.gz Copyright: 1999-2013 University of Chicago 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. Files: debian/* Copyright: 2008-2013, Mattias Ellert and Steffen Möller 2010-2013, Initiative for Globus in Europe (IGE) http://www.ige-project.eu/ License: GPL-2 On debian systems the full text of the GPL license version 2 can be found in /usr/share/common-licenses/GPL-2. debian/docs0000644000000000000000000000000711202740563010036 0ustar README debian/compat0000644000000000000000000000000211202740563010364 0ustar 5 debian/grid-packaging-tools.lintian-overrides0000644000000000000000000000004711674006777016573 0ustar binary-without-manpage usr/sbin/gpt_.* debian/changelog0000644000000000000000000000561412237167504011055 0ustar grid-packaging-tools (3.6.7-1) unstable; urgency=low * Update to version 3.6.7 (Globus Toolkit 5.2.5) * Drop patches implemented upstream -- Mattias Ellert Fri, 08 Nov 2013 14:35:49 +0100 grid-packaging-tools (3.6.3-3) unstable; urgency=low * Move flavor definitions to dev -- Mattias Ellert Thu, 03 Oct 2013 12:33:47 +0200 grid-packaging-tools (3.6.3-2) unstable; urgency=low * Add --force-missing to automake call in gpt-bootstrap.sh -- Mattias Ellert Wed, 22 May 2013 08:54:51 +0200 grid-packaging-tools (3.6.3-1) unstable; urgency=low * Update to version 3.6.3 -- Mattias Ellert Sun, 16 Dec 2012 17:08:24 +0100 grid-packaging-tools (3.6.2-1) unstable; urgency=low * Update to version 3.6.2 * Drop patches implemented upstream -- Mattias Ellert Sat, 28 Apr 2012 14:05:50 +0200 grid-packaging-tools (3.5-3) unstable; urgency=low * Fix compatibility with autoconf 2.64 -- Mattias Ellert Sat, 14 Jan 2012 13:30:59 +0100 grid-packaging-tools (3.5-2) unstable; urgency=low * Fix library handling on hurd and kfreebsd -- Mattias Ellert Thu, 12 Jan 2012 06:57:53 +0100 grid-packaging-tools (3.5-1) unstable; urgency=low * Update to version 3.5 (Closes: #612524) * Drop patches implemented upstream -- Mattias Ellert Mon, 19 Dec 2011 19:51:31 +0100 grid-packaging-tools (3.2globus2-6) unstable; urgency=low * Fix problem with special characters in buildroot path -- Mattias Ellert Thu, 24 Mar 2011 20:01:13 +0100 grid-packaging-tools (3.2globus2-5) unstable; urgency=low * Convert to package format 3.0 (quilt) -- Mattias Ellert Thu, 03 Jun 2010 19:54:21 +0200 grid-packaging-tools (3.2globus2-4) unstable; urgency=low * Make GPT work with automake 1.11 -- Mattias Ellert Tue, 02 Jun 2009 19:30:57 +0200 grid-packaging-tools (3.2globus2-3) unstable; urgency=low * Fix rule dependencies in the debian/rules file. -- Mattias Ellert Thu, 14 May 2009 09:02:17 +0200 grid-packaging-tools (3.2globus2-2) unstable; urgency=low * Adding version-info patch. * Fix wrong URLs in documentation and control files (Closes: #521267). * Explicitly mention version 2 as the GPL version that applies to the Debian packaging. * Updated Debian policy to 3.8.1, no changes required. -- Mattias Ellert Thu, 26 Mar 2009 12:48:00 +0100 grid-packaging-tools (3.2globus2-1) unstable; urgency=low * Initial release (Closes: #512519). - empty globus_core.tar.gz - no tools and support directories -- Mattias Ellert Sat, 06 Dec 2008 17:27:05 +0100 debian/source/0000755000000000000000000000000011401766514010473 5ustar debian/source/format0000644000000000000000000000001411401766514011701 0ustar 3.0 (quilt)