diff -Nru snmptrapfmt-1.14ubuntu1/Makefile snmptrapfmt-1.14+nmu1ubuntu1/Makefile --- snmptrapfmt-1.14ubuntu1/Makefile 2009-04-10 03:06:21.000000000 +0000 +++ snmptrapfmt-1.14+nmu1ubuntu1/Makefile 2013-01-29 10:29:19.000000000 +0000 @@ -8,8 +8,8 @@ # Compilation parameters: -CFLAGS= -O2 -g -Wall $(DEFS) -LIBS= -lsnmp -lieee -lnsl +CFLAGS= -O2 -g -Wall $(DEFS) `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` +LIBS= `dpkg-buildflags --get LDFLAGS` -lsnmp -lieee -lnsl # You should not need to change anything below this line. diff -Nru snmptrapfmt-1.14ubuntu1/debian/changelog snmptrapfmt-1.14+nmu1ubuntu1/debian/changelog --- snmptrapfmt-1.14ubuntu1/debian/changelog 2009-04-28 23:11:22.000000000 +0000 +++ snmptrapfmt-1.14+nmu1ubuntu1/debian/changelog 2013-01-29 10:27:02.000000000 +0000 @@ -1,3 +1,19 @@ +snmptrapfmt (1.14+nmu1ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Link against snmp library + - Remove Conflicts/Replaces + - Delete Section from the binary stanza. + + -- Angel Abad Tue, 29 Jan 2013 11:25:35 +0100 + +snmptrapfmt (1.14+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * Enable hardened build flags (Closes: #656783) + + -- Moritz Muehlenhoff Fri, 01 Jun 2012 16:39:26 +0200 + snmptrapfmt (1.14ubuntu1) karmic; urgency=low * Merge from debian unstable, remaining changes: @@ -163,4 +179,3 @@ Local variables: mode: debian-changelog End: - diff -Nru snmptrapfmt-1.14ubuntu1/debian/control snmptrapfmt-1.14+nmu1ubuntu1/debian/control --- snmptrapfmt-1.14ubuntu1/debian/control 2009-04-28 23:07:40.000000000 +0000 +++ snmptrapfmt-1.14+nmu1ubuntu1/debian/control 2013-01-29 10:26:55.000000000 +0000 @@ -1,7 +1,7 @@ Source: snmptrapfmt Section: net Priority: optional -Maintainer: Ubuntu MOTU Developers +Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jochen Friedrich Standards-Version: 3.8.1 Build-Depends: debhelper (>=7), libsnmp-dev