diff -Nru qtiplot-0.9.8/debian/changelog qtiplot-0.9.8/debian/changelog --- qtiplot-0.9.8/debian/changelog 2010-10-19 17:31:51.000000000 +0100 +++ qtiplot-0.9.8/debian/changelog 2010-10-19 17:50:10.000000000 +0100 @@ -1,3 +1,13 @@ +qtiplot (0.9.8-2ubuntu1) natty; urgency=low + + * Merge with debian unstable (LP: #656046). Remaining changes: + - Build-Depends on libqtassistantclient-dev + Recommends qt-assistant-compat to fix a FTBFS since qtassistant + is removed in qt > 4.6 (LP: #598826) + * Added 03_binutils-gold-fix.diff: Fix FTBFS with binutils-gold (LP: #663332) + + -- Alexander Valavanis Tue, 19 Oct 2010 17:38:21 +0100 + qtiplot (0.9.8-2) unstable; urgency=low * Bump standards version to 3.9.1 @@ -7,6 +17,15 @@ -- Gudjon I. Gudjonsson Wed, 29 Sep 2010 21:59:36 +0200 +qtiplot (0.9.8-1ubuntu1) maverick; urgency=low + + * Merge from debian unstable(LP: #605027). Remaining changes: + - Build-Depends on libqtassistantclient-dev + Recommends qt-assistant-compat to fix a FTBFS since qtassistant + is removed in qt > 4.6 (LP: #598826) + + -- Scott Howard Tue, 24 Aug 2010 18:09:11 -0400 + qtiplot (0.9.8-1) unstable; urgency=low * New upstream release @@ -40,6 +59,24 @@ -- Gudjon I. Gudjonsson Wed, 28 Apr 2010 08:50:00 +0200 +qtiplot (0.9.7.10+r1453-1ubuntu2) lucid; urgency=low + + * Rebuild against new SIP, no changes (LP: #518473) + + -- Scott Howard Sun, 07 Feb 2010 16:13:25 -0500 + +qtiplot (0.9.7.10+r1453-1ubuntu1) lucid; urgency=low + + * Synced with Debian testing, removed all previous Ubuntu changes + (LP: #494111) + * New Ubuntu changes: + * debian/control + - MOTU maintainers + * debian/01_build_system.diff + - 's/python2.5/python2.6/' + + -- Scott Howard Tue, 08 Dec 2009 18:06:27 -0500 + qtiplot (0.9.7.10+r1453-1) unstable; urgency=low [ Gudjon I. Gudjonsson ] diff -Nru qtiplot-0.9.8/debian/control qtiplot-0.9.8/debian/control --- qtiplot-0.9.8/debian/control 2010-10-19 17:31:51.000000000 +0100 +++ qtiplot-0.9.8/debian/control 2010-10-19 17:42:45.000000000 +0100 @@ -1,13 +1,15 @@ Source: qtiplot Section: math Priority: optional -Maintainer: Debian Science Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Science Team Uploaders: Gudjon I. Gudjonsson , Andreas Tille Build-Depends: debhelper (>= 7), quilt, dblatex, docbook-utils, doxygen, libgsl0-dev, zlib1g-dev, libpng12-dev, liborigin2-dev (>=1:06042009+svn1724), libmuparser-dev (>=1.32), python-all-dev (>= 2.4.4), - python-qt4, python-qt4-dev, python-sip4-dev, sip4, libqt4-opengl-dev + python-qt4, python-qt4-dev, python-sip4-dev, sip4, libqt4-opengl-dev, + libqtassistantclient-dev Standards-Version: 3.9.1 Homepage: http://soft.proindependent.com/qtiplot.html Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/qtiplot/trunk/ @@ -18,6 +20,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-qt4, libqt4-opengl, python-central, python-sip4 (>=4.9-1) +Recommends: qt-assistant-compat Description: data analysis and scientific plotting Qtiplot is a fully fledged plotting software similar to the OriginLab Origin software (See http://www.originlab.com for more information about Origin). diff -Nru qtiplot-0.9.8/debian/patches/03_binutils-gold-fix.diff qtiplot-0.9.8/debian/patches/03_binutils-gold-fix.diff --- qtiplot-0.9.8/debian/patches/03_binutils-gold-fix.diff 1970-01-01 01:00:00.000000000 +0100 +++ qtiplot-0.9.8/debian/patches/03_binutils-gold-fix.diff 2010-10-19 17:48:42.000000000 +0100 @@ -0,0 +1,16 @@ +Adds -lz library linkage to fix issues with binutils-gold +See https://bugs.launchpad.net/ubuntu/+source/qtiplot/+bug/663332 +Alex Valavanis +2010-10-19 +Index: qtiplot-fix-656046/qtiplot/qtiplot.pro +=================================================================== +--- qtiplot-fix-656046.orig/qtiplot/qtiplot.pro 2010-10-19 17:45:13.000000000 +0100 ++++ qtiplot-fix-656046/qtiplot/qtiplot.pro 2010-10-19 17:45:25.000000000 +0100 +@@ -24,6 +24,7 @@ + LIBS += $$QWT3D_LIBS + LIBS += $$GSL_LIBS + LIBS += -lorigin2 ++LIBS += -lz + + ############################################################################# + ###################### BASIC PROJECT PROPERTIES ############################# diff -Nru qtiplot-0.9.8/debian/patches/series qtiplot-0.9.8/debian/patches/series --- qtiplot-0.9.8/debian/patches/series 2010-10-19 17:31:51.000000000 +0100 +++ qtiplot-0.9.8/debian/patches/series 2010-10-19 17:45:02.000000000 +0100 @@ -1,2 +1,3 @@ 01_build_system.diff 02_fix_paths.diff +03_binutils-gold-fix.diff