--- tora-2.1.3.orig/debian/changelog +++ tora-2.1.3/debian/changelog @@ -1,3 +1,50 @@ +tora (2.1.3-2build5) wily; urgency=medium + + * No-change rebuild against libqscintilla2-12v5 + + -- Steve Langasek Mon, 31 Aug 2015 19:51:11 +0000 + +tora (2.1.3-2build4) wily; urgency=medium + + * No change rebuild for libqscintilla2-12v5 + + -- Matthias Klose Mon, 31 Aug 2015 21:20:50 +0200 + +tora (2.1.3-2build3) wily; urgency=medium + + * No change rebuild for libqscintilla2-12 + + -- Micah Gersten Sun, 12 Jul 2015 23:48:50 -0500 + +tora (2.1.3-2build2) trusty; urgency=low + + * No change rebuild for libqscintilla2-11 transition + + -- Scott Kitterman Wed, 19 Feb 2014 07:45:37 -0500 + +tora (2.1.3-2build1) raring; urgency=low + + * No change rebuild for libqscintilla2-9 transition + + -- Scott Kitterman Thu, 07 Mar 2013 08:51:13 -0500 + +tora (2.1.3-2) unstable; urgency=low + + * Fix FTBFS with gcc 4.7 by fixing missing includes. + Thanks to Cyril Brulebois (Closes: #667395) + * Bumped Standards-Version to 3.9.3, no changes needed. + * Removed leading article in package description + * Moved debug package to priority extra. + + -- Michael Meskes Wed, 09 May 2012 10:53:50 +0200 + +tora (2.1.3-1) unstable; urgency=low + + * New Upstream version 2.1.3 + * Bumped Standards-Version to 3.9.1, no changes needed. + + -- Michael Meskes Mon, 27 Sep 2010 10:06:11 +0200 + tora (2.1.2-1) unstable; urgency=low * Added debug package. (Closes: #560064) --- tora-2.1.3.orig/debian/compat +++ tora-2.1.3/debian/compat @@ -0,0 +1,2 @@ +5 + --- tora-2.1.3.orig/debian/control +++ tora-2.1.3/debian/control @@ -1,10 +1,11 @@ Source: tora Section: misc Priority: optional -Maintainer: Debian KDE Extras Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Michael Meskes Build-Depends: debhelper (>= 5), libqscintilla2-dev, cdbs, libpq-dev, cmake -Standards-Version: 3.8.4 +Standards-Version: 3.9.3 Homepage: http://www.torasql.com Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/tora.git Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/tora.git @@ -12,7 +13,7 @@ Package: tora Architecture: any Depends: libqt4-sql, ${shlibs:Depends}, ${misc:Depends} -Description: A graphical toolkit for database developers and administrators +Description: graphical toolkit for database developers and administrators Tora features a schema browser, SQL worksheet, PL/SQL editor & debugger, storage manager, rollback segment monitor, instance manager, and SQL output viewer. Via qt4 it can access PostgreSQL and MySQL directly. Any other @@ -20,9 +21,10 @@ Package: tora-dbg Section: debug +Priority: extra Architecture: any Depends: ${misc:Depends}, tora -Description: A graphical toolkit for database developers and administrators - debugging symbols +Description: graphical toolkit for database developers and administrators - debugging symbols Tora features a schema browser, SQL worksheet, PL/SQL editor & debugger, storage manager, rollback segment monitor, instance manager, and SQL output viewer. Via qt4 it can access PostgreSQL and MySQL directly. Any other --- tora-2.1.3.orig/debian/source/format +++ tora-2.1.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- tora-2.1.3.orig/src/toextract.cpp +++ tora-2.1.3/src/toextract.cpp @@ -46,6 +46,7 @@ #include "toextract.h" #include +#include #include #include --- tora-2.1.3.orig/src/toreport.cpp +++ tora-2.1.3/src/toreport.cpp @@ -53,6 +53,8 @@ #include #endif +#include + static bool SameContext(const QString &str, const QString &str2) {