diff -Nru gfal2-2.19.0/debian/changelog gfal2-2.19.0/debian/changelog --- gfal2-2.19.0/debian/changelog 2020-12-14 09:31:19.000000000 +0000 +++ gfal2-2.19.0/debian/changelog 2021-01-03 18:10:28.000000000 +0000 @@ -1,3 +1,16 @@ +gfal2 (2.19.0-3) unstable; urgency=medium + + * Change to debhelper compat level 13 + * Remove override_dh_missing rule (--fail-missing is default) + * Drop ancient Replaces/Breaks + * Put back dependencies on libattr1-dev for kfreebsd-any + The gfal2 code uses if glibc >= 2.27, otherwise + , and kfreebsd still uses glibc 2.25. There is a + available, but gfal2 does not use it due to the + version check. + + -- Mattias Ellert Sun, 03 Jan 2021 19:10:28 +0100 + gfal2 (2.19.0-2) unstable; urgency=medium * Reupload source only diff -Nru gfal2-2.19.0/debian/compat gfal2-2.19.0/debian/compat --- gfal2-2.19.0/debian/compat 2019-09-30 06:49:03.000000000 +0000 +++ gfal2-2.19.0/debian/compat 2021-01-03 18:10:28.000000000 +0000 @@ -1 +1 @@ -10 +13 diff -Nru gfal2-2.19.0/debian/control gfal2-2.19.0/debian/control --- gfal2-2.19.0/debian/control 2020-12-11 08:50:39.000000000 +0000 +++ gfal2-2.19.0/debian/control 2021-01-03 18:10:28.000000000 +0000 @@ -2,9 +2,10 @@ Priority: optional Maintainer: Mattias Ellert Build-Depends: - debhelper (>= 10), + debhelper (>= 13), cmake, doxygen, + libattr1-dev [kfreebsd-any], libglib2.0-dev, libjson-c-dev, libldap2-dev, @@ -52,10 +53,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: - gfal2 (<< 2.10.2) -Breaks: - gfal2 (<< 2.10.2) Description: Core of the grid file access library 2.0 The main library of gfal2. The gfal protocol support relies on a plugin system. @@ -79,6 +76,7 @@ Depends: libgfal2-2 (= ${binary:Version}), libgfal-transfer2 (= ${binary:Version}), + libattr1-dev [kfreebsd-any], libglib2.0-dev, ${misc:Depends} Description: Development files of gfal2 @@ -100,10 +98,6 @@ libgfal2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Replaces: - libgfal2-2 (<< 2.8.4) -Breaks: - libgfal2-2 (<< 2.8.4) Description: Provides file support for gfal2 Provides the file support (file://) for gfal2. The file plugin provides local file operations, as copying from local to remote or diff -Nru gfal2-2.19.0/debian/copyright gfal2-2.19.0/debian/copyright --- gfal2-2.19.0/debian/copyright 2020-12-11 08:48:16.000000000 +0000 +++ gfal2-2.19.0/debian/copyright 2021-01-03 18:10:28.000000000 +0000 @@ -49,7 +49,7 @@ Files: debian/* Copyright: - 2012-2020, Mattias Ellert + 2012-2021, Mattias Ellert License: Apache-2.0 License: Apache-2.0 diff -Nru gfal2-2.19.0/debian/rules gfal2-2.19.0/debian/rules --- gfal2-2.19.0/debian/rules 2020-12-14 09:30:46.000000000 +0000 +++ gfal2-2.19.0/debian/rules 2021-01-03 18:10:28.000000000 +0000 @@ -28,9 +28,6 @@ mv debian/tmp/usr/bin/gfal2_version.sh \ debian/tmp/usr/bin/gfal2_version -override_dh_missing: - dh_missing --fail-missing - override_dh_strip: dh_strip --dbgsym-migration='gfal2-dbg (<< 2.15.2)'