diff -Nru snmptrapfmt-1.16/debian/changelog snmptrapfmt-1.17/debian/changelog --- snmptrapfmt-1.16/debian/changelog 2018-02-12 18:16:00.000000000 +0000 +++ snmptrapfmt-1.17/debian/changelog 2020-08-20 17:32:49.000000000 +0000 @@ -1,3 +1,11 @@ +snmptrapfmt (1.17) unstable; urgency=medium + + * QA upload. + * Makefile: do not link with -lnsl as no symbols from that library + are used. + + -- Aurelien Jarno Thu, 20 Aug 2020 19:32:49 +0200 + snmptrapfmt (1.16) unstable; urgency=medium * QA upload. diff -Nru snmptrapfmt-1.16/Makefile snmptrapfmt-1.17/Makefile --- snmptrapfmt-1.16/Makefile 2018-02-12 13:55:24.000000000 +0000 +++ snmptrapfmt-1.17/Makefile 2020-08-20 17:32:49.000000000 +0000 @@ -9,7 +9,7 @@ # Compilation parameters: CFLAGS= -O2 -g -Wall $(DEFS) `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -LIBS= `dpkg-buildflags --get LDFLAGS` -lsnmp -lnsl +LIBS= `dpkg-buildflags --get LDFLAGS` -lsnmp # You should not need to change anything below this line.