Codebase list globus-callout / 7215044
x32 and arm64 Mattias Ellert 10 years ago
3 changed file(s) with 9 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 globus-callout (2.2-2) unstable; urgency=low
1
2 * Add arm64 to the list of 64 bit architectures
3
4 -- Mattias Ellert <mattias.ellert@fysast.uu.se> Sun, 26 May 2013 16:28:14 +0200
5
06 globus-callout (2.2-1) unstable; urgency=low
17
28 * Update to Globus Toolkit 5.2.1
11 Priority: optional
22 Maintainer: Mattias Ellert <mattias.ellert@fysast.uu.se>
33 Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8), libglobus-common-dev (>= 14), libltdl-dev, doxygen-latex, texlive-fonts-recommended, graphviz, ghostscript
4 Standards-Version: 3.9.3
4 Standards-Version: 3.9.4
55 Section: net
6 DM-Upload-Allowed: yes
76 Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-callout
87 Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-callout
98 Homepage: http://www.globus.org/
1616 _mandir = $(_datadir)/man
1717 _docdir = $(_datadir)/doc/lib$(name)-dev
1818
19 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
19 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
2020
21 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 alpha ia64 s390x ppc64 sparc64))
21 ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 arm64 ia64 kfreebsd-amd64 ppc64 s390x sparc64))
2222 flavor = gcc64
2323 else
2424 flavor = gcc32