diff -Nru globus-xio-gridftp-multicast-1.7/debian/changelog globus-xio-gridftp-multicast-1.7/debian/changelog --- globus-xio-gridftp-multicast-1.7/debian/changelog 2016-09-03 07:59:20.000000000 +0000 +++ globus-xio-gridftp-multicast-1.7/debian/changelog 2017-07-06 10:58:37.000000000 +0000 @@ -1,3 +1,9 @@ +globus-xio-gridftp-multicast (1.7-2) unstable; urgency=medium + + * Migrate to dbgsym packages + + -- Mattias Ellert Thu, 06 Jul 2017 12:58:37 +0200 + globus-xio-gridftp-multicast (1.7-1) unstable; urgency=medium * GT6 update diff -Nru globus-xio-gridftp-multicast-1.7/debian/compat globus-xio-gridftp-multicast-1.7/debian/compat --- globus-xio-gridftp-multicast-1.7/debian/compat 2014-09-26 04:33:41.000000000 +0000 +++ globus-xio-gridftp-multicast-1.7/debian/compat 2016-11-08 19:04:15.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru globus-xio-gridftp-multicast-1.7/debian/control globus-xio-gridftp-multicast-1.7/debian/control --- globus-xio-gridftp-multicast-1.7/debian/control 2016-07-15 09:34:14.000000000 +0000 +++ globus-xio-gridftp-multicast-1.7/debian/control 2017-07-06 10:58:37.000000000 +0000 @@ -1,8 +1,8 @@ Source: globus-xio-gridftp-multicast Priority: optional Maintainer: Mattias Ellert -Build-Depends: debhelper (>= 5), dh-autoreconf, pkg-config, libglobus-common-dev (>= 15), libglobus-xio-dev (>= 3), libglobus-ftp-client-dev (>= 7) -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libglobus-common-dev (>= 15), libglobus-xio-dev (>= 3), libglobus-ftp-client-dev (>= 7) +Standards-Version: 4.0.0 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-xio-gridftp-multicast Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-xio-gridftp-multicast @@ -38,20 +38,3 @@ . The libglobus-xio-gridftp-multicast-dev package contains: Globus XIO GridFTP Multicast Driver Development Files - -Package: libglobus-xio-gridftp-multicast-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: libglobus-xio-gridftp-multicast (= ${binary:Version}), ${misc:Depends} -Description: Globus Toolkit - Globus XIO GridFTP Multicast Driver 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-xio-gridftp-multicast-dbg package contains: - Globus XIO GridFTP Multicast Driver Debug Symbols diff -Nru globus-xio-gridftp-multicast-1.7/debian/copyright globus-xio-gridftp-multicast-1.7/debian/copyright --- globus-xio-gridftp-multicast-1.7/debian/copyright 2016-09-03 07:58:12.000000000 +0000 +++ globus-xio-gridftp-multicast-1.7/debian/copyright 2017-07-06 10:58:37.000000000 +0000 @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_xio_gridftp_multicast Upstream-Contact: http://toolkit.globus.org/ -Source: http://toolkit.globus.org/ftppub/gt6/packages/globus_xio_gridftp_multicast-1.7.tar.gz +Source: https://downloads.globus.org/toolkit/gt6/packages/globus_xio_gridftp_multicast-1.7.tar.gz Files: * Copyright: @@ -10,7 +10,7 @@ Files: debian/* Copyright: - 2008-2016 Mattias Ellert + 2008-2017 Mattias Ellert 2010-2013 Initiative for Globus in Europe (IGE), http://www.ige-project.eu/ License: Apache-2.0 diff -Nru globus-xio-gridftp-multicast-1.7/debian/rules globus-xio-gridftp-multicast-1.7/debian/rules --- globus-xio-gridftp-multicast-1.7/debian/rules 2015-02-18 06:07:31.000000000 +0000 +++ globus-xio-gridftp-multicast-1.7/debian/rules 2017-07-06 10:58:37.000000000 +0000 @@ -11,13 +11,11 @@ _prefix = /usr _bindir = $(_prefix)/bin _sbindir = $(_prefix)/sbin -_libdir = $(_prefix)/lib/$(DEB_HOST_MULTIARCH) +_libdir = $(_prefix)/lib _datadir = $(_prefix)/share _mandir = $(_datadir)/man _docdir = $(_datadir)/doc/lib$(name)-dev -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) - configure: configure-stamp configure-stamp: @@ -28,14 +26,9 @@ CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ FFLAGS="$(FFLAGS)" CPPFLAGS="$(CPPFLAGS)" \ LDFLAGS="$(LDFLAGS) -Wl,--as-needed -Wl,-z,defs" \ - ./configure \ + dh_auto_configure -- \ --disable-static \ - --prefix=$(_prefix) \ - --libdir='$${prefix}/lib/$(DEB_HOST_MULTIARCH)' \ - --sysconfdir=/etc \ - --localstatedir=/var \ --sharedstatedir=/var/lib \ - --mandir='$${datadir}/man' \ --includedir='$${prefix}/include/globus' \ --libexecdir='$${datadir}/globus' \ --docdir=$(_docdir) @@ -78,7 +71,7 @@ $(MAKE) install DESTDIR=$(INSTALLDIR) # Remove libtool archives (.la files) - rm $(INSTALLDIR)$(_libdir)/*.la + rm $(INSTALLDIR)$(_libdir)/*/*.la # Remove installed license file rm $(INSTALLDIR)$(_docdir)/GLOBUS_LICENSE @@ -90,11 +83,12 @@ dh_testroot dh_installdocs debian/README dh_installchangelogs - dh_install --fail-missing + dh_install + dh_missing --fail-missing dh_installman dh_lintian dh_link - dh_strip --dbg-package=lib$(name)-dbg + dh_strip --dbgsym-migration='lib$(name)-dbg (<< 1.7-2~)' dh_compress dh_fixperms dh_perl