--- unity-place-files-0.5.6.orig/debian/watch +++ unity-place-files-0.5.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/unity-place-files/+download .*/unity-place-files-([0-9.]+)\.tar\.gz --- unity-place-files-0.5.6.orig/debian/rules +++ unity-place-files-0.5.6/debian/rules @@ -0,0 +1,9 @@ +#!/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 +include /usr/share/cdbs/1/rules/autoreconf.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed --- unity-place-files-0.5.6.orig/debian/unity-place-files.debhelper.log +++ unity-place-files-0.5.6/debian/unity-place-files.debhelper.log @@ -0,0 +1 @@ +dh_autoreconf_clean --- unity-place-files-0.5.6.orig/debian/control +++ unity-place-files-0.5.6/debian/control @@ -0,0 +1,25 @@ +Source: unity-place-files +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: cdbs, + debhelper (>= 7), + pkg-config, + valac (>= 0.7.8), + libglib2.0-dev (>= 2.22.2-0ubuntu1wncksync3), + libgee-dev, + libdee-dev (>= 0.3.0), + libzeitgeist-dev (>= 0.2.2), + libunity-dev (>= 0.2.13), + dh-autoreconf, +Standards-Version: 3.8.4 +Homepage: https://launchpad.net/unity-place-files + +Package: unity-place-files +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: File place for unity + This package contains the "file" place which can be used + into Unity to browse your files. + --- unity-place-files-0.5.6.orig/debian/changelog +++ unity-place-files-0.5.6/debian/changelog @@ -0,0 +1,37 @@ +unity-place-files (0.5.6-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/patches/01_fix_category_filter_not_working.patch: + - removed: integated upstream + + -- Didier Roche Mon, 12 Jul 2010 15:52:20 +0200 + +unity-place-files (0.5.4-0ubuntu3) maverick; urgency=low + + * debian/patches/01_fix_category_filter_not_working.patch: + - from upstream, fix category filter not working (LP: #600954) + + -- Didier Roche Fri, 02 Jul 2010 11:23:26 +0200 + +unity-place-files (0.5.4-0ubuntu2) maverick; urgency=low + + * New upstream release. + - fix buggy search filter in files and applications views (LP: #599893) + - display files thumbnails (LP: #599896) + - Take search string into account when section changes (LP: #598082) + * delete debian/patches/01_add_dbus_file.patch: + upstreamed + * debian/control: + - build-dep on libunity-dev (>= 0.2.13) + + -- Didier Roche Thu, 01 Jul 2010 19:09:30 +0200 + +unity-place-files (0.5.2-0ubuntu1) maverick; urgency=low + + * Initial Packaging + * debian/patches/01_add_dbus_file.patch: + - install the bin lib and the dbus service + * debian/control, debian/rules: build-dep and run dh_autoreconf for + taken previous patch into account + + -- Didier Roche Thu, 24 Jun 2010 20:41:14 +0200 --- unity-place-files-0.5.6.orig/debian/copyright +++ unity-place-files-0.5.6/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Didier Roche on +Wed, 18 Jun 2010 16:40:06 -0000. + +It was downloaded from + +Upstream Author: + + Mikkel Kamstrup Erlandsen + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + 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'. --- unity-place-files-0.5.6.orig/debian/compat +++ unity-place-files-0.5.6/debian/compat @@ -0,0 +1 @@ +7