diff -Nru soqt-1.4.1/debian/changelog soqt-1.4.1/debian/changelog --- soqt-1.4.1/debian/changelog 2007-05-06 17:41:29.000000000 +0200 +++ soqt-1.4.1/debian/changelog 2007-05-06 17:41:30.000000000 +0200 @@ -1,3 +1,12 @@ +soqt (1.4.1-1ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - Build-depends on libgl1-mesa-dev | libgl-dev + - libsoqt-dev depends on libgl1-mesa-dev | libgl-dev + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- Luca Falavigna Tue, 1 May 2007 02:26:58 +0200 + soqt (1.4.1-1) unstable; urgency=low * New upstream. @@ -14,12 +23,38 @@ -- Steve M. Robbins Wed, 7 Mar 2007 22:48:07 -0600 +soqt (1.3.0-3ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + + -- Sarah Hobbs Thu, 10 Aug 2006 08:56:04 -0500 + soqt (1.3.0-3) unstable; urgency=low * debian/control: update libsoqt-dev depends. Closes: #351700. -- Steve M. Robbins Mon, 6 Feb 2006 22:34:00 -0500 +soqt (1.3.0-2ubuntu2) dapper; urgency=low + + [ Lukas Fittl ] + * debian/control: Also do the mesa transition for the -dev package + + [ Stefan Potyra ] + * Really transition the -dev package to libgl1-mesa-dev | libgl-dev + * Remove no longer needed xlibmesa-gl-dev from build-depends. + + -- Stefan Potyra Thu, 9 Feb 2006 17:11:34 +0100 + +soqt (1.3.0-2ubuntu1) dapper; urgency=low + + * Resynchronise with Debian: + - debian/control: Add GL build dependency alternates so that soqt + can compile in both Debian Sid and Ubuntu Dapper: + libgl1-mesa-dev|libgl-dev + + -- Daniel T Chen Thu, 19 Jan 2006 21:39:02 +0000 + soqt (1.3.0-2) unstable; urgency=low * debian/control: Replace xlibs-dev build-depend by 8 others. Closes: #347084. @@ -27,6 +62,14 @@ -- Steve M. Robbins Sun, 15 Jan 2006 22:52:34 -0500 +soqt (1.3.0-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian: + - debian/control: Adjust Build-Depends to align with Ubuntu's X.Org + packaging. + + -- Daniel T Chen Thu, 22 Dec 2005 18:36:13 -0800 + soqt (1.3.0-1) unstable; urgency=low * New upstream. Closes: #330107. @@ -44,6 +87,13 @@ -- Steve M. Robbins Sun, 4 Sep 2005 12:39:32 -0400 +soqt (1.2.0-2ubuntu1) breezy; urgency=low + + * CXX transition: renamed libsoqt20c102 to libsoqt20 + * Added Conflicts/Replaces (libsoqt20c102) + + -- Daniel Neuenschwander Wed, 22 Jun 2005 09:42:37 +0200 + soqt (1.2.0-2) unstable; urgency=low * configure: Don't quote "$LD", it breaks the build. @@ -151,4 +201,3 @@ -- Steve M. Robbins Sat, 10 Aug 2002 13:42:42 -0400 - diff -Nru soqt-1.4.1/debian/control soqt-1.4.1/debian/control --- soqt-1.4.1/debian/control 2007-05-06 17:41:29.000000000 +0200 +++ soqt-1.4.1/debian/control 2007-05-06 17:41:30.000000000 +0200 @@ -1,8 +1,9 @@ Source: soqt Section: graphics Priority: optional -Maintainer: Steve M. Robbins -Build-Depends: debhelper (>= 5), doxygen, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, xlibmesa-gl-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Steve M. Robbins +Build-Depends: debhelper (>= 5), doxygen, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, libgl1-mesa-dev | libgl-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools Standards-Version: 3.7.2.2 Package: libsoqt20 @@ -20,7 +21,7 @@ Package: libsoqt-dev Architecture: any Section: libdevel -Depends: libsoqt20 (= ${Source-Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, xlibmesa-gl-dev | nvidia-glx-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools +Depends: libsoqt20 (= ${Source-Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, libgl1-mesa-dev | libgl-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools Description: Qt GUI component toolkit for Inventor - development SoQt is a Qt GUI component toolkit library for Coin, based on the API of the InventorXt GUI component toolkit. SoQt is also compatible