diff -Nru netatalk-3.1.12~ds/debian/changelog netatalk-3.1.12~ds/debian/changelog --- netatalk-3.1.12~ds/debian/changelog 2019-02-18 11:54:10.000000000 +0000 +++ netatalk-3.1.12~ds/debian/changelog 2019-02-23 10:04:52.000000000 +0000 @@ -1,3 +1,15 @@ +netatalk (3.1.12~ds-2) unstable; urgency=medium + + * Fix stop build-depend on obsolete libmysqlclient-dev. + Adapt smoketest. + Update documentation to include CNID backend mysql + to list of GPL-incompatible features + legally possible only in local rebuild. + * Bump documentation timestamps, + and timestamp each topic separately. + + -- Jonas Smedegaard Sat, 23 Feb 2019 11:04:52 +0100 + netatalk (3.1.12~ds-1) unstable; urgency=medium [ upstream ] diff -Nru netatalk-3.1.12~ds/debian/control netatalk-3.1.12~ds/debian/control --- netatalk-3.1.12~ds/debian/control 2019-02-18 11:40:45.000000000 +0000 +++ netatalk-3.1.12~ds/debian/control 2019-02-23 10:03:34.000000000 +0000 @@ -27,7 +27,6 @@ libtracker-miner-2.0-dev, libtracker-sparql-2.0-dev, libwrap0-dev, - libmysqlclient-dev, systemtap-sdt-dev, tracker, Build-Conflicts: diff -Nru netatalk-3.1.12~ds/debian/README.Debian netatalk-3.1.12~ds/debian/README.Debian --- netatalk-3.1.12~ds/debian/README.Debian 2019-02-18 11:40:45.000000000 +0000 +++ netatalk-3.1.12~ds/debian/README.Debian 2019-02-23 10:04:30.000000000 +0000 @@ -13,11 +13,14 @@ Netatalk in Debian does not include DHX or Randnum UAMs needed for secure access from earlier releases of macOS, or the GSS UAM needed to authenticate with Kerberos, +or mysql CNID backend needed to store AppleDouble data in MySQL, because Netatalk license is incompatible with OpenSSL licensing. You can build locally with OpenSSL. See details in debian/README.source in the source package. + -- Jonas Smedegaard Sat Feb 23 10:32:07 2019 +0100 + Group write access ------------------ @@ -28,4 +31,4 @@ See details at https://bugs.debian.org/458174 - -- Jonas Smedegaard Tue, 01 Dec 2009 00:46:28 +0100 + -- Jonas Smedegaard Sun Feb 17 16:15:05 2019 +0100 diff -Nru netatalk-3.1.12~ds/debian/README.source netatalk-3.1.12~ds/debian/README.source --- netatalk-3.1.12~ds/debian/README.source 2019-02-18 11:40:45.000000000 +0000 +++ netatalk-3.1.12~ds/debian/README.source 2019-02-23 10:04:30.000000000 +0000 @@ -4,6 +4,7 @@ Netatalk in Debian does not include DHX or Randnum UAMs needed for secure access from earlier releases of macOS, or the GSS UAM needed to authenticate with Kerberos, +or the CNID backend mysql needed to store AppleDouble data in MySQL, because Netatalk license is incompatible with OpenSSL licensing. You can build locally with those OpenSSL-depending features @@ -11,7 +12,7 @@ sudo apt install devscripts sudo apt build-dep netatalk - sudo apt install libssl-dev libkrb5-dev libcrack2-dev + sudo apt install libssl-dev libkrb5-dev libcrack2-dev default-libmysqlclient-dev apt source netatalk cd netatalk-* dch -l +ssl -D local --force-distribution "Local build with OpenSSL." @@ -19,4 +20,4 @@ sudo debi - -- Jonas Smedegaard Sat, 22 Dec 2018 16:56:31 +0100 + -- Jonas Smedegaard Sat Feb 23 10:32:07 2019 +0100 diff -Nru netatalk-3.1.12~ds/debian/tests/smoke_afpd.t netatalk-3.1.12~ds/debian/tests/smoke_afpd.t --- netatalk-3.1.12~ds/debian/tests/smoke_afpd.t 2019-02-18 11:40:27.000000000 +0000 +++ netatalk-3.1.12~ds/debian/tests/smoke_afpd.t 2019-02-23 10:03:34.000000000 +0000 @@ -9,7 +9,7 @@ run_ok $CMD, '-V'; like stdout, qr/^$CMD \d[\d.]*/, 'version, stdout'; like stdout, qr/AFP versions:\t2.2 3.0 3.1 3.2 3.3 3.4/, 'AFP versions'; -like stdout, qr/CNID backends:\tdbd last tdb mysql/, 'CNID backends'; +like stdout, qr/CNID backends:\tdbd last tdb/, 'CNID backends'; like stdout, qr/Zeroconf support:\tAvahi/, 'Zeroconf support'; like stdout, qr/TCP wrappers support:\tYes/, 'TCP wrappers support'; like stdout, qr/Quota support:\tYes/, 'Quota support';