diff -Nru pcl-1.2-1.2.0/debian/changelog pcl-1.2-1.2.0/debian/changelog --- pcl-1.2-1.2.0/debian/changelog 2011-10-04 05:42:34.000000000 +0000 +++ pcl-1.2-1.2.0/debian/changelog 2011-10-29 14:55:48.000000000 +0000 @@ -1,7 +1,13 @@ +pcl-1.2 (1.2.0-1+maverick7) maverick; urgency=low + + * Fix typo in pkg-config file (thanks Bastian). + * Change build dependency from doxygen-latex to doxygen and texlive. + + -- Jochen Sprickerhof Sat, 29 Oct 2011 16:52:50 +0200 + pcl-1.2 (1.2.0-1+maverick6) maverick; urgency=low * Fixed typo in control file. - * Change build dependency from doxygen-latex to doxygen and texlive. -- Jochen Sprickerhof Tue, 04 Oct 2011 07:38:31 +0200 diff -Nru pcl-1.2-1.2.0/debian/control pcl-1.2-1.2.0/debian/control --- pcl-1.2-1.2.0/debian/control 2011-10-04 05:41:26.000000000 +0000 +++ pcl-1.2-1.2.0/debian/control 2011-10-29 14:55:09.000000000 +0000 @@ -1,7 +1,7 @@ Source: pcl-1.2 Priority: optional Maintainer: Jochen Sprickerhof -Build-Depends: debhelper (>= 7.0.50~), cmake, libeigen3-dev, libflann-dev, libcminpack-dev, libvtk5-dev, libqhull-dev, openni-dev, libusb-1.0-0-dev, libboost-dev, libboost-system-dev, libboost-filesystem-dev, libboost-thread-dev, libboost-date-time-dev, libwxgtk2.8-dev, doxygen, texlive, python-sphinx +Build-Depends: debhelper (>= 7.0.50~), cmake, libeigen3-dev, libflann-dev, libcminpack-dev, libvtk5-dev, libqhull-dev, openni-dev, libusb-1.0-0-dev, libwxgtk2.8-dev, doxygen, texlive, python-sphinx Standards-Version: 3.9.1 Section: libs Homepage: http://pointclouds.org/ diff -Nru pcl-1.2-1.2.0/debian/patches/fix_pkgconfig pcl-1.2-1.2.0/debian/patches/fix_pkgconfig --- pcl-1.2-1.2.0/debian/patches/fix_pkgconfig 1970-01-01 00:00:00.000000000 +0000 +++ pcl-1.2-1.2.0/debian/patches/fix_pkgconfig 2011-10-29 14:51:25.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/keypoints/CMakeLists.txt ++++ b/keypoints/CMakeLists.txt +@@ -30,7 +30,7 @@ + PCL_ADD_SSE_FLAGS(${LIB_NAME}) + PCL_ADD_OPENMP_FLAGS(${LIB_NAME}) + target_link_libraries(${LIB_NAME} pcl_range_image_border_extractor) +- list(APPEND SUBSYS_DEPS pcl_range_image_border_extractor) ++ list(APPEND SUBSYS_DEPS range_image_border_extractor) + PCL_MAKE_PKGCONFIG(${LIB_NAME} ${SUBSYS_NAME} "${SUBSYS_DESC}" + "${SUBSYS_DEPS}" "" "" "" "") + diff -Nru pcl-1.2-1.2.0/debian/patches/series pcl-1.2-1.2.0/debian/patches/series --- pcl-1.2-1.2.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ pcl-1.2-1.2.0/debian/patches/series 2011-10-29 14:51:03.000000000 +0000 @@ -0,0 +1 @@ +fix_pkgconfig