--- qzion-0.4.0.orig/debian/python-qzion.install +++ qzion-0.4.0/debian/python-qzion.install @@ -0,0 +1,2 @@ +usr/lib/python2.6/dist-packages/qzion/__init__.py +usr/lib/python2.6/dist-packages/qzion/qzion.so --- qzion-0.4.0.orig/debian/compat +++ qzion-0.4.0/debian/compat @@ -0,0 +1 @@ +5 --- qzion-0.4.0.orig/debian/control +++ qzion-0.4.0/debian/control @@ -0,0 +1,39 @@ +Source: qzion +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian Krap Maintainers +Build-Depends: debhelper (>= 5), cmake, cdbs, qt4-qmake, libqt4-dev, sip4, python-qt4-dev, python-qt4 +Standards-Version: 3.8.0 +Section: libs +Homepage: http://dev.openbossa.org/trac/qedje +Uploaders: Jonathan Riddell , Sune Vuorela , George Kiagiadakis + +Package: libqzion-dev +Section: libdevel +Architecture: any +Depends: libqzion0 (= ${binary:Version}), python-qzion (= ${binary:Version}), libqt4-dev, ${misc:Depends} +Description: canvas abstraction used by and made for QEdje + QZion is a canvas abstraction used by and made for QEdje. As it is an + abstraction, different implementations can exist, making it possible to + optimize QEdje for different platforms/devices. + . + This package contains the development header files. + +Package: libqzion0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: canvas abstraction used by and made for QEdje + QZion is a canvas abstraction used by and made for QEdje. As it is an + abstraction, different implementations can exist, making it possible to + optimize QEdje for different platforms/devices. + +Package: python-qzion +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: canvas abstraction used by and made for QEdje (Python bindings) + QZion is a canvas abstraction used by and made for QEdje. As it is an + abstraction, different implementations can exist, making it possible to + optimize QEdje for different platforms/devices. + . + This package contains the Python bindings. --- qzion-0.4.0.orig/debian/copyright +++ qzion-0.4.0/debian/copyright @@ -0,0 +1,62 @@ +This package was debianised by Jonathan Riddell on +Wed, 10 Dec 2008 19:20:35 +0000. + +It was downloaded from + +Upstream Authors: + + Instituto Nokia de Tecnologia + Open Bossa + +Copyright: + + Copyright 2008 Instituto Nokia de Tecnologia + Copyright 2006 Maurizio Monge + +License: + + QZion 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. + + QZion 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 QZion. If not, see . + + This file incorporates work covered by the following copyright and + permission notice: + + BSD License + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Attention: note that even being named "BSD License" by the + copyright holder, the license above is a variation of the license + known as BSD License. This variation is compatible with GNU GPL. + + +The Debian packaging is (C) 2008, Jonathan Riddell and +is licensed under the GNU GPL version 2 or later, see `/usr/share/common-licenses/GPL'. --- qzion-0.4.0.orig/debian/libqzion-dev.install +++ qzion-0.4.0/debian/libqzion-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/share/sip/qzion/*sip --- qzion-0.4.0.orig/debian/rules +++ qzion-0.4.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_DH_INSTALL_SOURCEDIR = debian/tmp + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk --- qzion-0.4.0.orig/debian/libqzion0.install +++ qzion-0.4.0/debian/libqzion0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- qzion-0.4.0.orig/debian/changelog +++ qzion-0.4.0/debian/changelog @@ -0,0 +1,42 @@ +qzion (0.4.0-0ubuntu4) karmic; urgency=low + + * Fix build failure. LP: #445584. + + -- Matthias Klose Sat, 10 Oct 2009 19:39:08 +0200 + +qzion (0.4.0-0ubuntu3) karmic; urgency=low + + * Add build-dep on python-qt4 + + -- Jonathan Riddell Fri, 15 May 2009 00:25:36 +0100 + +qzion (0.4.0-0ubuntu2) karmic; urgency=low + + * Add missing build-dep on sip4 and python-qt4-dev + + -- Jonathan Riddell Thu, 14 May 2009 18:20:05 +0000 + +qzion (0.4.0-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 14 May 2009 14:38:46 +0000 + +qzion (0.3.0-2) unstable; urgency=low + + * Upload to unstable + + -- Sune Vuorela Mon, 16 Feb 2009 08:57:08 +0100 + +qzion (0.3.0-1) experimental; urgency=low + + * Initial release. + - taken from ubuntu, thanks. + + +++ Changes by Sune Vuorela: + + * Postprocess prl file to not let it contain too much crap. Taken from qt4 + package. + * Fix up lintian issues. + + -- Debian Krap Maintainers Tue, 16 Dec 2008 21:00:23 +0200 --- qzion-0.4.0.orig/debian/patches/02_const_char.diff +++ qzion-0.4.0/debian/patches/02_const_char.diff @@ -0,0 +1,11 @@ +--- qzion-0.4.0.orig/python/qzion/qzionobject.sip ++++ qzion-0.4.0/python/qzion/qzionobject.sip +@@ -10,7 +10,7 @@ + + %ConvertToSubClassCode + static struct classes { +- char *name; ++ const char *name; + sipWrapperType **type; + } cls[] = { + {sipName_QZionText, &sipClass_QZionText}, --- qzion-0.4.0.orig/debian/patches/kubuntu_01_python_path.diff +++ qzion-0.4.0/debian/patches/kubuntu_01_python_path.diff @@ -0,0 +1,11 @@ +--- qzion/python/CMakeLists.txt 2009-02-18 21:38:44.000000000 +0000 ++++ qzion/python/CMakeLists.txt 2009-05-14 14:47:06.000000000 +0000 +@@ -17,7 +17,7 @@ + set(SIP_EXTRA_OPTIONS -g) + + set(PYTHON_SITE_PACKAGES_DIR +- ${CMAKE_INSTALL_PREFIX}/lib/python${PYTHON_SHORT_VERSION}/site-packages) ++ ${CMAKE_INSTALL_PREFIX}/lib/python${PYTHON_SHORT_VERSION}/dist-packages) + + # Putting inside the "concepts" package until we release. + file(GLOB qzion_files_sip qzion/*.sip)