diff -pruN 1.5.0-1/debian/changelog 1.5.0-1ubuntu2/debian/changelog --- 1.5.0-1/debian/changelog 2007-12-24 05:12:29.000000000 +0000 +++ 1.5.0-1ubuntu2/debian/changelog 2007-12-24 05:11:05.000000000 +0000 @@ -1,3 +1,16 @@ +libvigraimpex (1.5.0-1ubuntu2) hardy; urgency=low + + * Rebuild for fftw3 -> libfftw3 transistion. + + -- Steve Kowalik Mon, 24 Dec 2007 14:29:48 +1100 + +libvigraimpex (1.5.0-1ubuntu1) hardy; urgency=low + + * Change fftw3-dev to libfftw3-dev. + * Munge Maintainer field as per spec. + + -- Steve Kowalik Wed, 19 Dec 2007 22:16:58 +1100 + libvigraimpex (1.5.0-1) unstable; urgency=low * New upstream release. Several additions and improvements. Bug diff -pruN 1.5.0-1/debian/control 1.5.0-1ubuntu2/debian/control --- 1.5.0-1/debian/control 2007-12-24 05:12:29.000000000 +0000 +++ 1.5.0-1ubuntu2/debian/control 2007-12-24 05:11:05.000000000 +0000 @@ -1,14 +1,15 @@ Source: libvigraimpex Priority: optional -Maintainer: Alejandro Sierra -Build-Depends: debhelper (>= 4.0.0), autotools-dev, fftw3-dev, libpng12-dev, libjpeg62-dev, libtiff4-dev, lynx +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Alejandro Sierra +Build-Depends: debhelper (>= 4.0.0), autotools-dev, libfftw3-dev, libpng12-dev, libjpeg62-dev, libtiff4-dev, lynx Standards-Version: 3.7.2.2 Section: libs Package: libvigraimpex-dev Section: libdevel Architecture: any -Depends: libvigraimpex2 (= ${Source-Version}), fftw3-dev, libpng12-dev, libjpeg62-dev, libtiff4-dev +Depends: libvigraimpex2 (= ${Source-Version}), libfftw3-dev, libpng12-dev, libjpeg62-dev, libtiff4-dev Description: A C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because