diff -Nru bcg729-1.1.1/debian/changelog bcg729-1.1.1/debian/changelog --- bcg729-1.1.1/debian/changelog 2020-12-02 09:58:36.000000000 +0000 +++ bcg729-1.1.1/debian/changelog 2020-12-08 08:30:28.000000000 +0000 @@ -1,3 +1,11 @@ +bcg729 (1.1.1-2) unstable; urgency=medium + + * update Standards-Version, no changes needed + * use build options as described on upstream's + documentation + + -- Victor Seva Tue, 08 Dec 2020 09:30:28 +0100 + bcg729 (1.1.1-1) unstable; urgency=medium [ Manuel A. Fernandez Montecelo ] diff -Nru bcg729-1.1.1/debian/control bcg729-1.1.1/debian/control --- bcg729-1.1.1/debian/control 2020-12-02 09:58:36.000000000 +0000 +++ bcg729-1.1.1/debian/control 2020-12-08 08:30:28.000000000 +0000 @@ -9,7 +9,7 @@ debhelper-compat (= 13), libortp-dev, pkg-config, -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Section: libs Homepage: https://github.com/BelledonneCommunications/bcg729 Vcs-Browser: https://salsa.debian.org/pkg-voip-team/bcg729/ diff -Nru bcg729-1.1.1/debian/rules bcg729-1.1.1/debian/rules --- bcg729-1.1.1/debian/rules 2020-12-02 09:58:36.000000000 +0000 +++ bcg729-1.1.1/debian/rules 2020-12-08 08:30:28.000000000 +0000 @@ -2,7 +2,7 @@ # -*- makefile -*- # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 # Uncomment this to change the hardening options export DEB_BUILD_MAINT_OPTIONS = hardening=+all @@ -13,4 +13,4 @@ dh $@ --buildsystem=cmake --without autoreconf override_dh_auto_configure: - dh_auto_configure -- --enable-static --disable-tests + dh_auto_configure -- -DENABLE_STATIC=YES -DENABLE_TESTS=NO