diff -Nru libcwiimote-0.4+svn83ant/debian/changelog libcwiimote-0.4+svn83ant/debian/changelog --- libcwiimote-0.4+svn83ant/debian/changelog 2009-12-22 23:16:05.000000000 +0000 +++ libcwiimote-0.4+svn83ant/debian/changelog 2021-02-11 22:15:56.000000000 +0000 @@ -1,3 +1,57 @@ +libcwiimote (0.4+svn83ant-0yavdr9~focal) focal; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Thu, 11 Feb 2021 23:15:56 +0100 + +libcwiimote (0.4+svn83ant-0yavdr8~focal) focal; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Thu, 30 Apr 2020 11:15:08 +0200 + +libcwiimote (0.4+svn83ant-0yavdr7~focal) focal; urgency=medium + + * rebuild for focal + + -- Alexander Grothe Wed, 27 Nov 2019 18:46:06 +0100 + +libcwiimote (0.4+svn83ant-0yavdr6~bionic) bionic; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Thu, 01 Mar 2018 08:50:03 +0000 + +libcwiimote (0.4+svn83ant-0yavdr5~bionic) bionic; urgency=medium + + * rebuild for bionic + + -- Alexander Grothe Thu, 30 Nov 2017 14:38:20 +0000 + +libcwiimote (0.4+svn83ant-0yavdr4~xenial) xenial; urgency=medium + + * rebuild for xenial + + -- Alexander Grothe Fri, 14 Apr 2017 11:20:53 +0200 + +libcwiimote (0.4+svn83ant-0yavdr3~trusty) trusty; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Mon, 25 May 2015 17:33:16 +0200 + +libcwiimote (0.4+svn83ant-0yavdr2~trusty) trusty; urgency=medium + + * automatic rebuild + + -- Alexander Grothe Mon, 25 May 2015 17:22:21 +0200 + +libcwiimote (0.4+svn83ant-0yavdr1~trusty) trusty; urgency=medium + + * fix linking error for -lm + + -- Alexander Grothe Thu, 23 Apr 2015 12:46:36 +0200 + libcwiimote (0.4+svn83ant-4) unstable; urgency=low * convert to 3.0 (quilt) diff -Nru libcwiimote-0.4+svn83ant/debian/patches/fix_linking_math.diff libcwiimote-0.4+svn83ant/debian/patches/fix_linking_math.diff --- libcwiimote-0.4+svn83ant/debian/patches/fix_linking_math.diff 1970-01-01 00:00:00.000000000 +0000 +++ libcwiimote-0.4+svn83ant/debian/patches/fix_linking_math.diff 2015-04-23 10:53:34.000000000 +0000 @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -41,6 +41,7 @@ + AC_FUNC_SELECT_ARGTYPES + AC_FUNC_VPRINTF + AC_CHECK_FUNCS([gettimeofday memset select socket sqrt strerror]) ++LIBS="-lm $LIBS" + + AC_CONFIG_FILES([Makefile + src/Makefile diff -Nru libcwiimote-0.4+svn83ant/debian/patches/series libcwiimote-0.4+svn83ant/debian/patches/series --- libcwiimote-0.4+svn83ant/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libcwiimote-0.4+svn83ant/debian/patches/series 2015-04-23 10:53:34.000000000 +0000 @@ -0,0 +1 @@ +fix_linking_math.diff