diff -pruN 1.9.19-4.2/debian/changelog 1.9.19-4.2ubuntu1/debian/changelog --- 1.9.19-4.2/debian/changelog 2012-06-29 01:12:15.000000000 +0000 +++ 1.9.19-4.2ubuntu1/debian/changelog 2012-06-29 01:12:18.769785000 +0000 @@ -1,3 +1,10 @@ +latex2rtf (1.9.19-4.2ubuntu1) raring; urgency=low + + * Merge from Debian unstable (LP: #1076356). Remaining changes: + - Makefile: add -lm to $LIBS, fixes FTBFS (LP: #770859) + + -- Vibhav Pant Thu, 08 Nov 2012 22:19:29 +0530 + latex2rtf (1.9.19-4.2) unstable; urgency=low * Non-maintainer upload. @@ -5,6 +12,12 @@ latex2rtf (1.9.19-4.2) unstable; urgency -- Julian Gilbey Thu, 14 Jun 2012 12:30:11 +0100 +latex2rtf (1.9.19-4.1ubuntu1) oneiric; urgency=low + + * Makefile: add -lm to $LIBS, fixes FTBFS (LP: #770859) + + -- Daniel Holbach Wed, 14 Sep 2011 09:55:50 +0200 + latex2rtf (1.9.19-4.1) unstable; urgency=low * Non-maintainer upload. @@ -214,3 +227,4 @@ latex2rtf (1.1-5) unstable; urgency=low * Repackaged. -- Drake Diedrich Fri, 22 May 1998 17:19:13 +1000 + diff -pruN 1.9.19-4.2/debian/control 1.9.19-4.2ubuntu1/debian/control --- 1.9.19-4.2/debian/control 2012-06-29 01:12:15.000000000 +0000 +++ 1.9.19-4.2ubuntu1/debian/control 2012-06-29 01:12:17.357751000 +0000 @@ -1,7 +1,8 @@ Source: latex2rtf Section: tex Priority: optional -Maintainer: Chris Lawrence +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Chris Lawrence Standards-Version: 3.7.3 Build-Depends: debhelper (>> 4), tofrodos Build-Depends-Indep: texinfo, texlive-base, jadetex diff -pruN 1.9.19-4.2/Makefile 1.9.19-4.2ubuntu1/Makefile --- 1.9.19-4.2/Makefile 2012-06-29 01:12:15.000000000 +0000 +++ 1.9.19-4.2ubuntu1/Makefile 2012-06-29 01:12:16.133721000 +0000 @@ -39,7 +39,7 @@ CFG_INSTALL=$(PREFIX)/share/latex2rtf/cf CFLAGS:=$(CFLAGS) -g -Wall -fsigned-char -LIBS= +LIBS=-lm #LIBS=-lMallocDebug -force_flat_namespace VERSION:="`scripts/version`"