--- libqtdee-0.2.4.orig/debian/libqtdee-dev.install +++ libqtdee-0.2.4/debian/libqtdee-dev.install @@ -0,0 +1,3 @@ +usr/lib/libQtDee.so +usr/include/QtDee/*.h +usr/lib/pkgconfig/libqtdee.pc --- libqtdee-0.2.4.orig/debian/watch +++ libqtdee-0.2.4/debian/watch @@ -0,0 +1,2 @@ +# upstream will move to sane release stragery soon, +# this will be replaced then --- libqtdee-0.2.4.orig/debian/rules +++ libqtdee-0.2.4/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + --- libqtdee-0.2.4.orig/debian/control +++ libqtdee-0.2.4/debian/control @@ -0,0 +1,27 @@ +Source: libqtdee +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Olivier Tilloy +Build-Depends: cdbs, debhelper (>= 7), cmake, libqt4-dev (>= 4.7), libdee-dev (>= 1.0.0) +Standards-Version: 3.9.1 +Vcs-Bzr: http://bazaar.launchpad.net/~unity-2d-team/dee-qt/trunk + +Package: libqtdee2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-dbus, libqt4-declarative +Breaks: libqtdee1 +Replaces: libqtdee1 +Description: Qt binding and QML plugin for Dee - shared library + Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee). + +Package: libqtdee-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libqtdee2 (= ${binary:Version}), libqt4-dev (>= 4.7) +Breaks: libqtdee1 (<<0.0-0ubuntu1~bzr17), libqtdee +Replaces: libqtdee1 (<<0.0-ubuntu1~bzr17), libqtdee +Description: Qt binding and QML plugin for Dee - development files + Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee). + . + This package contains the developer headers for the Qt binding for Dee --- libqtdee-0.2.4.orig/debian/changelog +++ libqtdee-0.2.4/debian/changelog @@ -0,0 +1,75 @@ +libqtdee (0.2.4-0ubuntu1) precise; urgency=low + + * New upstream release: + - add new method that makes libqtdee able to handle local models + + -- Didier Roche Fri, 17 Feb 2012 15:20:49 +0100 + +libqtdee (0.2.3-0ubuntu2) precise; urgency=low + + * debian/control: + - depends on latest libdee (ABI bump) + * debian/source: + - remove source 3, doesn't play well with merge-upstream + + -- Didier Roche Thu, 12 Jan 2012 16:43:18 +0100 + +libqtdee (0.2.3-0ubuntu1) oneiric; urgency=low + + [ Florian Boucault ] + * debian/libqtdee2.symbols + - added symbols introduced by new APIs in version 0.2.2 + QVariantMap DeeListModel::get(int) and int DeeListModel::count() + - marked as optional all weak symbols that are not part of the library + - added optional weak symbol introduced by Oneiric's Qt + - removed private symbols + * use -fvisibility=hidden in build to hide all private symbols + * add -Wall compilation flag and fixed all warnings + * add -std=c++0x compilation flag + + -- Didier Roche Thu, 28 Jul 2011 10:42:49 +0200 + +libqtdee (0.2.2-0ubuntu1) natty; urgency=low + + * New upstream bugfix release + + -- Oliver Grawert Wed, 23 Mar 2011 14:12:11 +0100 + +libqtdee (0.2.1-0ubuntu1) natty; urgency=low + + * New upstream bugfix release + + -- Oliver Grawert Tue, 15 Mar 2011 17:47:50 +0100 + +libqtdee (0.2-0ubuntu1) natty; urgency=low + + [ Oliver Grawert ] + * New Upstream version + * change Conflicts to Breaks in debian/control + + [ Florian Boucault ] + * Upstream changes: use libdee's API instead of dee's private D-Bus API. + * debian/libqtdee1.symbols: updated symbols and fixed lintian warning + symbols-file-contains-current-version-with-debian-revision by removing + Debian revisions. + + -- Oliver Grawert Mon, 21 Feb 2011 17:43:43 +0100 + +libqtdee (0.1-0ubuntu3) natty; urgency=low + + * add Vcs-Bzr location to debian/control + * update branch location in debian/copyright + + -- Oliver Grawert Fri, 21 Jan 2011 13:50:54 +0100 + +libqtdee (0.1-0ubuntu2) natty; urgency=low + + * Add symbol files to prevent ABI skew + + -- Michael Casadevall Fri, 14 Jan 2011 13:18:40 -0800 + +libqtdee (0.1-0ubuntu1) natty; urgency=low + + * Initial Release (LP: #702919) + + -- Michael Casadevall Fri, 14 Jan 2011 08:24:19 -0800 --- libqtdee-0.2.4.orig/debian/libqtdee2.install +++ libqtdee-0.2.4/debian/libqtdee2.install @@ -0,0 +1,3 @@ +usr/lib/libQtDee.so.* +usr/lib/qt4/imports/dee/libQtDeeQml.so +usr/lib/qt4/imports/dee/qmldir --- libqtdee-0.2.4.orig/debian/copyright +++ libqtdee-0.2.4/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Olivier Tilloy +on Mon, 22 Nov 2010 09:19:00 +0200 + +It was downloaded from: + + + +Upstream Author(s): + + Florian Boucault + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + This library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2010 Canonical Ltd. + +and is licensed under the GPL version 3, see above. --- libqtdee-0.2.4.orig/debian/compat +++ libqtdee-0.2.4/debian/compat @@ -0,0 +1 @@ +7 --- libqtdee-0.2.4.orig/debian/libqtdee2.symbols +++ libqtdee-0.2.4/debian/libqtdee2.symbols @@ -0,0 +1,25 @@ +libQtDee.so.2 libqtdee2 #MINVER# + _ZN12DeeListModel11nameChangedERK7QString@Base 0.1 + _ZN12DeeListModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 0.1 + _ZN12DeeListModel11qt_metacastEPKc@Base 0.1 + (optional)_ZN12DeeListModel12countChangedEv@Base 0.2.3 + (optional)_ZN12DeeListModel16roleNamesChangedERK5QHashIi10QByteArrayE@Base 0.2.3 + _ZN12DeeListModel16staticMetaObjectE@Base 0.1 + _ZN12DeeListModel19synchronizedChangedEb@Base 0.1 + _ZN12DeeListModel3getEi@Base 0.2.2 + _ZN12DeeListModel5countEv@Base 0.2.2 + _ZN12DeeListModel7setNameERK7QString@Base 0.1 + _ZN12DeeListModel8setModelEP9_DeeModel@Base 0.2.4 + _ZN12DeeListModelC1EP7QObject@Base 0.1 + _ZN12DeeListModelC2EP7QObject@Base 0.1 + _ZN12DeeListModelD0Ev@Base 0.1 + _ZN12DeeListModelD1Ev@Base 0.1 + _ZN12DeeListModelD2Ev@Base 0.1 + _ZNK12DeeListModel10metaObjectEv@Base 0.1 + _ZNK12DeeListModel12synchronizedEv@Base 0.1 + _ZNK12DeeListModel4dataERK11QModelIndexi@Base 0.1 + _ZNK12DeeListModel4nameEv@Base 0.1 + _ZNK12DeeListModel8rowCountERK11QModelIndex@Base 0.1 + _ZTI12DeeListModel@Base 0.1 + _ZTS12DeeListModel@Base 0.1 + _ZTV12DeeListModel@Base 0.1