diff -Nru pcl-1.5-1.5.1/debian/changelog pcl-1.5-1.5.1/debian/changelog --- pcl-1.5-1.5.1/debian/changelog 2012-02-27 16:39:52.000000000 +0000 +++ pcl-1.5-1.5.1/debian/changelog 2012-02-28 08:26:19.000000000 +0000 @@ -1,3 +1,9 @@ +pcl-1.5 (1.5.1-1+oneiric3) oneiric; urgency=low + + * Fix c&p error in doxygen generation. + + -- Jochen Sprickerhof Tue, 28 Feb 2012 09:22:22 +0100 + pcl-1.5 (1.5.1-1+oneiric2) oneiric; urgency=low * Fix doxygen generation (wron make path). diff -Nru pcl-1.5-1.5.1/debian/rules pcl-1.5-1.5.1/debian/rules --- pcl-1.5-1.5.1/debian/rules 2012-02-27 16:37:21.000000000 +0000 +++ pcl-1.5-1.5.1/debian/rules 2012-02-28 08:22:18.000000000 +0000 @@ -10,4 +10,4 @@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug # hack around it for now - $(MAKE) MAKE) -C build doc + $(MAKE) -C build doc