diff -u wxsvg-1.0/debian/changelog wxsvg-1.0/debian/changelog --- wxsvg-1.0/debian/changelog +++ wxsvg-1.0/debian/changelog @@ -1,3 +1,11 @@ +wxsvg (1:1.0-0.1ubuntu1) jaunty; urgency=low + + * debian/control: Deleted required versions of libavcodec-dev and + libswscale-dev, as Ubuntu's versions of ffmpeg are stable enough + * Closes LP: #298286 + + -- Fabrice Coutadeur Sun, 16 Nov 2008 16:32:10 +0000 + wxsvg (1:1.0-0.1) unstable; urgency=low * Should Build-Depends on libwxgtk2.8-dev instead of libwxgtk2.6-dev and @@ -12,6 +20,16 @@ -- Christian Marillat Wed, 12 Nov 2008 09:34:28 +0100 +wxsvg (1.0b11-0.0ubuntu1) intrepid; urgency=low + + * Merge from debian sources (LP: #242572) + * Dependencies on libwxgtk2.8-0 and libwxbase2.8-0 instead of 2.6 + * Versions of dependencies corrected + * Corrected description (warning in lintian) + * No patch for ffmpeg + + -- Fabrice Coutadeur Thu, 28 Aug 2008 20:22:23 +0200 + wxsvg (1.0b11-0.0) unstable; urgency=low * New upstream release. diff -u wxsvg-1.0/debian/control wxsvg-1.0/debian/control --- wxsvg-1.0/debian/control +++ wxsvg-1.0/debian/control @@ -1,13 +1,13 @@ Source: wxsvg Section: libs Priority: optional -Maintainer: Christian Marillat +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christian Marillat Homepage: http://www.wxsvg.org/ Standards-Version: 3.8.0 Build-Conflicts: libwxgtk2.6-dev Build-Depends: debhelper (>= 7), libart-2.0-dev, libpango1.0-dev, libwxgtk2.8-dev, - libswscale-dev (>= 3:20080414-0.2), libavcodec-dev (>= 3:20080414-0.2), quilt, - libavformat-dev (>= 3:20080414-0.2), ccache + libswscale-dev, libavcodec-dev, quilt, libavformat-dev, ccache Package: libwxsvg0 Architecture: any @@ -21,7 +21,7 @@ Package: libwxsvg-dev Architecture: any Section: libdevel -Depends: libwxsvg0 (>= ${binary:Version}), libwxgtk2.8-dev, libpango1.0-dev, libavformat-dev(>= 3:20080414-0.2), libavcodec-dev (>= 3:20080414-0.2) +Depends: libwxsvg0 (>= ${binary:Version}), libwxgtk2.8-dev, libpango1.0-dev, libavformat-dev, libavcodec-dev Description: C++ library to create, manipulate and render SVG files C++ library to create, manipulate and render SVG files, (not the same description).