--- libzeitgeist-0.2.2.orig/debian/libzeitgeist-1.0-0.install +++ libzeitgeist-0.2.2/debian/libzeitgeist-1.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- libzeitgeist-0.2.2.orig/debian/libzeitgeist-dev.install +++ libzeitgeist-0.2.2/debian/libzeitgeist-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/share/vala/vapi/* --- libzeitgeist-0.2.2.orig/debian/watch +++ libzeitgeist-0.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libzeitgeist/+download .*/libzeitgeist-([0-9.]+)\.tar\.gz --- libzeitgeist-0.2.2.orig/debian/rules +++ libzeitgeist-0.2.2/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed +DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc +DEB_DH_MAKESHLIBS_ARGS_libzeitgeist1.0-0 += -V 'libzeitgeist1.0-0 (>= 0.1.0)' + +common-binary-fixup-arch:: + find debian/tmp/usr/lib -name \*.la -exec rm {} \; + find debian/tmp/usr/lib -name \*.a -exec rm {} \; + +common-binary-predeb-arch:: list-missing --- libzeitgeist-0.2.2.orig/debian/control +++ libzeitgeist-0.2.2/debian/control @@ -0,0 +1,56 @@ +Source: libzeitgeist +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: cdbs, + debhelper (>= 5.0), + libglib2.0-dev (>= 2.24.0), + libeggdbus-1-dev (>= 0.5), + libdbus-1-dev (>= 1.0), + gtk-doc-tools +Standards-Version: 3.8.4 +Homepage: https://launchpad.net/libzeitgeist + +Package: libzeitgeist-1.0-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: zeitgeist +Description: library to access Zeitgeist - shared library + Client library to access and manage the Zeitgeist event log. + . + This package contains shared libraries to be used by applications. + +Package: libzeitgeist-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libzeitgeist-1.0-0 (= ${binary:Version}), + libglib2.0-dev (>= 2.24.0) +Suggests: libzeitgeist-doc +Description: library to access Zeitgeist - development files + Client library to access and manage the Zeitgeist event log. + . + This package contains files that are needed to build applications. + +Package: libzeitgeist-1.0-0-dbg +Section: debug +Architecture: any +Priority: extra +Depends: ${misc:Depends}, + libzeitgeist-1.0-0 (= ${binary:Version}), +Description: library to access Zeitgeist - debugging symbols + Client library to access and manage the Zeitgeist event log. + . + This package contains debugging symbols. + +Package: libzeitgeist-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: devhelp +Description: library to access Zeitgeist - documentation + Client library to access and manage the Zeitgeist event log. + . + This package contains the documentation. --- libzeitgeist-0.2.2.orig/debian/changelog +++ libzeitgeist-0.2.2/debian/changelog @@ -0,0 +1,5 @@ +libzeitgeist (0.2.2-0ubuntu1) maverick; urgency=low + + * Initial packaging + + -- Didier Roche Thu, 24 Jun 2010 20:38:23 +0200 --- libzeitgeist-0.2.2.orig/debian/libzeitgeist-doc.install +++ libzeitgeist-0.2.2/debian/libzeitgeist-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/ --- libzeitgeist-0.2.2.orig/debian/copyright +++ libzeitgeist-0.2.2/debian/copyright @@ -0,0 +1,49 @@ +This work was packaged for Ubuntu by: + + Mikkel Kamstrup Erlandsen on Tue, 20 Apr 2010 10:23:54 +0200 + +It was downloaded from https://launchpad.net/libzeitgeist + +Upstream Author: + + Mikkel Kamstrup Erlandsen + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + * bindings/*, src/* + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License Version 3.0 as published by the Free Software Foundation. + + 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 + Lesser General Public License for more details. + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-3' + + * examples/*, tests/*, tools/*: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + This program 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. + +On Debian systems, the complete text of the GNU General Public License +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 `/usr/share/common-licenses/GPL-3'. --- libzeitgeist-0.2.2.orig/debian/compat +++ libzeitgeist-0.2.2/debian/compat @@ -0,0 +1 @@ +5