--- libattica-0.1.0.orig/debian/control +++ libattica-0.1.0/debian/control @@ -0,0 +1,29 @@ +Source: libattica +Section: libs +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Jonathan Thomas +Build-Depends: debhelper (>= 7.0.50), pkg-kde-tools ( >= 0.5.0), cmake, libqt4-dev +Standards-Version: 3.8.3 + +Package: libattica0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: libraries for the Open Collaboration Services + libattica0 is a library for interfacing with the Open Collaboration + Services servers. Mainly it is used for providing access to user-generated + content hosted on those servers. + . + This package contains the core libraries for Attica. + +Package: libattica-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libattica0 (= ${binary:Version}) +Description: development files for the Open Collaboration Services library + libattica0 is a library for interfacing with the Open Collaboration + Services servers. Mainly it is used for providing access to user-generated + content hosted on those servers. + . + This package contains development files for building software that uses the + Attica libraries. --- libattica-0.1.0.orig/debian/watch +++ libattica-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 +ftp://ftp.kde.org/pub/kde/stable/attica/attica-(.*)\.tar\.bz2 debian uupdate --- libattica-0.1.0.orig/debian/rules +++ libattica-0.1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ --- libattica-0.1.0.orig/debian/libattica-dev.install +++ libattica-0.1.0/debian/libattica-dev.install @@ -0,0 +1,23 @@ +usr/include/attica/accountbalance.h +usr/include/attica/activity.h +usr/include/attica/atticabasejob.h +usr/include/attica/atticaclient_export.h +usr/include/attica/category.h +usr/include/attica/content.h +usr/include/attica/downloaddescription.h +usr/include/attica/downloaditem.h +usr/include/attica/event.h +usr/include/attica/folder.h +usr/include/attica/getjob.h +usr/include/attica/itemjob.h +usr/include/attica/knowledgebaseentry.h +usr/include/attica/listjob.h +usr/include/attica/message.h +usr/include/attica/metadata.h +usr/include/attica/person.h +usr/include/attica/platformdependent.h +usr/include/attica/postjob.h +usr/include/attica/provider.h +usr/include/attica/providermanager.h +usr/lib/libattica.so +usr/lib/pkgconfig/libattica.pc --- libattica-0.1.0.orig/debian/changelog +++ libattica-0.1.0/debian/changelog @@ -0,0 +1,20 @@ +libattica (0.1.0-0ubuntu2) lucid; urgency=low + + * Drop libattica0.symbols for now due to symbol changes on armel + + -- Scott Kitterman Mon, 14 Dec 2009 05:22:07 +0000 + +libattica (0.1.0-0ubuntu1) lucid; urgency=low + + * New upstream release + * Add debian/watch + - From Debian's package - should merge after Launchpad supports V3 source + formats + + -- Scott Kitterman Sun, 13 Dec 2009 23:08:37 -0500 + +libattica (0.1.0~svn1055247-0ubuntu1) lucid; urgency=low + + * Initial release + + -- Jonathan Thomas Tue, 01 Dec 2009 10:12:41 -0500 --- libattica-0.1.0.orig/debian/compat +++ libattica-0.1.0/debian/compat @@ -0,0 +1 @@ +7 --- libattica-0.1.0.orig/debian/libattica0.install +++ libattica-0.1.0/debian/libattica0.install @@ -0,0 +1,2 @@ +usr/lib/libattica.so.0 +usr/lib/libattica.so.0.1.0 --- libattica-0.1.0.orig/debian/copyright +++ libattica-0.1.0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Jonathan Thomas +Copyright © 2009 Frederik Gladhorn +Copyright © 2009 Eckhart Wörner +Copyright © 1999 Matthias Kalle Dalheimer +Copyright © 2000 Charles Samuels +Copyright © 2005 Joseph Wenninger +Copyright © 2009 Marco Martin + + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License 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; 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 Library General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is Copyright © 2009, Jonathan Thomas , +and is licensed under the same license as the software, LGPL version 2 or later, +see above.