debian/0000755000000000000000000000000012241144632007165 5ustar debian/control0000644000000000000000000000175212240342015010567 0ustar Source: globus-gram-audit Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16) Standards-Version: 3.9.4 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gram-audit Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gram-audit Homepage: http://www.globus.org/ Package: globus-gram-audit Section: net Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, libglobus-common0 (>= 14) Description: Globus Toolkit - GRAM Jobmanager Auditing 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 globus-gram-audit package contains: GRAM Jobmanager Auditing debian/rules0000755000000000000000000000506512240341677010262 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gram-audit _name = globus_gram_audit INSTALLDIR = $(CURDIR)/debian/tmp GLOBUSPACKAGEDIR = $(INSTALLDIR)$(_datadir)/globus/packages _prefix = /usr _bindir = $(_prefix)/bin _sbindir = $(_prefix)/sbin _libdir = $(_prefix)/lib _datadir = $(_prefix)/share _mandir = $(_datadir)/man _docdir = $(_datadir)/doc/$(name) configure: configure-stamp configure-stamp: dh_testdir dh_autotools-dev_updateconfig /usr/share/globus/globus-bootstrap.sh ./configure \ --disable-static \ --without-flavor \ --with-docdir=$(_docdir) 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 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) # Rename cron script mv $(INSTALLDIR)/etc/cron.hourly/globus-gram-audit.cron \ $(INSTALLDIR)/etc/cron.hourly/globus-gram-audit sed s/globus-gram-audit.cron/globus-gram-audit/ \ -i $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_pgm.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)/noflavor_pgm.filelist \ $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_data.filelist \ $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist \ | sed -e s!^!debian/tmp$(_prefix)! -e s!$(_prefix)/etc!/etc! \ > debian/$(name).install echo debian/tmp/var/lib/globus/gram-audit >> debian/$(name).install binary: binary-arch binary-indep binary-arch: binary-indep: install dh_testdir dh_testroot dh_installdocs debian/README dh_installchangelogs dh_install --fail-missing dh_installman dh_link dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install debian/README0000644000000000000000000000145111705715431010053 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/copyright0000644000000000000000000000117612240341254011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gram_audit Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.2/packages/src/globus_gram_audit-3.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/compat0000644000000000000000000000000211677624376010407 0ustar 5 debian/changelog0000644000000000000000000000213612240341360011035 0ustar globus-gram-audit (3.2-3) unstable; urgency=low * Implement Multi-Arch support -- Mattias Ellert Tue, 12 Nov 2013 06:55:28 +0100 globus-gram-audit (3.2-2) unstable; urgency=low * Remove DM Allowed from debian/control -- Mattias Ellert Mon, 27 May 2013 06:43:36 +0200 globus-gram-audit (3.2-1) unstable; urgency=low * Update to Globus Toolkit 5.2.2 * Drop patch globus-gram-audit-check.patch (fixed upstream) -- Mattias Ellert Mon, 23 Jul 2012 13:41:09 +0200 globus-gram-audit (3.1-3) unstable; urgency=low * Add condition to cron script (Closes: #655834) * Fix broken links in README file -- Mattias Ellert Wed, 25 Jan 2012 06:55:21 +0100 globus-gram-audit (3.1-2) unstable; urgency=low * Fix typo in Depends -- Mattias Ellert Wed, 11 Jan 2012 07:52:45 +0100 globus-gram-audit (3.1-1) unstable; urgency=low * Initial release (Closes: #654386) -- Mattias Ellert Sat, 31 Dec 2011 16:23:42 +0100 debian/source/0000755000000000000000000000000011677624376010511 5ustar debian/source/format0000644000000000000000000000001411677624376011717 0ustar 3.0 (quilt)