--- libdbusmenu-qt-0.1.0.orig/debian/copyright +++ libdbusmenu-qt-0.1.0/debian/copyright @@ -0,0 +1,40 @@ +This work was packaged by: + + Jonathan Riddell on Wed, 06 Jan 2010 11:48:48 +0000 + +It was downloaded from + +Upstream Authors: + + Aurelien Gateau + +Copyright: + + Copyright 2009 Canonical Ltd + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License (LGPL) as published by the Free Software Foundation; + either version 2 of the License, or (at your option) any later + version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The packaging is: + + Copyright 2009 Canonical Ltd + +and is licensed under the same terms as the libdbusmenu-qt, see above. --- libdbusmenu-qt-0.1.0.orig/debian/control +++ libdbusmenu-qt-0.1.0/debian/control @@ -0,0 +1,24 @@ +Source: libdbusmenu-qt +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Jonathan Riddell +Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev +Standards-Version: 3.8.3 +Section: libs +Homepage: http://people.canonical.com/~agateau/dbusmenu/index.html + +Package: libdbusmenu-qt-dev +Section: libdevel +Architecture: any +Depends: libdbusmenu-qt0 (= ${binary:Version}), ${misc:Depends} +Description: development files for libdbusmenu-qt + This library provides a Qt implementation of the DBusMenu spec. + . + This package contains the development header files. + +Package: libdbusmenu-qt0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a Qt library that implements the DBusMenu spec + This library provides a Qt implementation of the DBusMenu spec. --- libdbusmenu-qt-0.1.0.orig/debian/docs +++ libdbusmenu-qt-0.1.0/debian/docs @@ -0,0 +1 @@ +README --- libdbusmenu-qt-0.1.0.orig/debian/compat +++ libdbusmenu-qt-0.1.0/debian/compat @@ -0,0 +1 @@ +7 --- libdbusmenu-qt-0.1.0.orig/debian/watch +++ libdbusmenu-qt-0.1.0/debian/watch @@ -0,0 +1,10 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncommment to examine a FTP server +http://people.canonical.com/~agateau/dbusmenu/libdbusmenu-qt-(.*)\.tar\.bz2 --- libdbusmenu-qt-0.1.0.orig/debian/rules +++ libdbusmenu-qt-0.1.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --- libdbusmenu-qt-0.1.0.orig/debian/changelog +++ libdbusmenu-qt-0.1.0/debian/changelog @@ -0,0 +1,5 @@ +libdbusmenu-qt (0.1.0-0ubuntu1) lucid; urgency=low + + * Initial Release + + -- Jonathan Riddell Sun, 03 Jan 2010 23:21:24 +0100 --- libdbusmenu-qt-0.1.0.orig/debian/libdbusmenu-qt-dev.install +++ libdbusmenu-qt-0.1.0/debian/libdbusmenu-qt-dev.install @@ -0,0 +1,3 @@ +usr/lib/libdbusmenu-qt.so +usr/include/dbusmenu-qt/* +usr/lib/pkgconfig/dbusmenu-qt.pc --- libdbusmenu-qt-0.1.0.orig/debian/libdbusmenu-qt0.install +++ libdbusmenu-qt-0.1.0/debian/libdbusmenu-qt0.install @@ -0,0 +1,2 @@ +usr/lib/libdbusmenu-qt.so.0 +usr/lib/libdbusmenu-qt.so.0.0.0