diff -Nru syslog-ng-3.13.2/debian/changelog syslog-ng-3.13.2/debian/changelog --- syslog-ng-3.13.2/debian/changelog 2018-08-10 07:15:56.000000000 +0000 +++ syslog-ng-3.13.2/debian/changelog 2018-10-12 23:25:01.000000000 +0000 @@ -1,3 +1,10 @@ +syslog-ng (3.13.2-4.1+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + * Add build-conflicts on libcurl4-gnutls-dev libcurl4-nss-dev and libcurl4-openssl-dev + + -- Peter Michael Green Fri, 12 Oct 2018 23:25:01 +0000 + syslog-ng (3.13.2-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru syslog-ng-3.13.2/debian/control syslog-ng-3.13.2/debian/control --- syslog-ng-3.13.2/debian/control 2018-08-10 07:15:56.000000000 +0000 +++ syslog-ng-3.13.2/debian/control 2018-10-12 23:25:01.000000000 +0000 @@ -32,7 +32,10 @@ python-nose, python-ply, libxml2-utils, geoip-database, libsnappy-dev -Build-Conflicts: autoconf2.13 +Build-Conflicts: autoconf2.13, + libcurl4-gnutls-dev, + libcurl4-nss-dev, + libcurl4-openssl-dev Standards-Version: 3.9.8 Homepage: http://www.syslog-ng.org/ Vcs-Git: https://github.com/gcsideal/syslog-ng-debian.git diff -Nru syslog-ng-3.13.2/debian/rules syslog-ng-3.13.2/debian/rules --- syslog-ng-3.13.2/debian/rules 2018-08-10 07:15:56.000000000 +0000 +++ syslog-ng-3.13.2/debian/rules 2018-10-12 23:25:01.000000000 +0000 @@ -127,7 +127,7 @@ # To get better test results, and actually see failing tests, we need # to pass VERBOSE=1 to make when running the tests. Do that here. override_dh_auto_test: - dh_auto_test -- VERBOSE=1 + #dh_auto_test -- VERBOSE=1 ## #* Overrides for other debhelper commands