[Pkg-xfce-commits] r3715 - in desktop/branches/experimental: . tumbler tumbler/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue Dec 8 08:34:17 UTC 2009
Author: corsac
Date: 2009-12-08 08:34:16 +0000 (Tue, 08 Dec 2009)
New Revision: 3715
Added:
desktop/branches/experimental/tumbler/
desktop/branches/experimental/tumbler/debian/
desktop/branches/experimental/tumbler/debian/changelog
desktop/branches/experimental/tumbler/debian/compat
desktop/branches/experimental/tumbler/debian/control
desktop/branches/experimental/tumbler/debian/copyright
desktop/branches/experimental/tumbler/debian/libtumbler-1-0.install
desktop/branches/experimental/tumbler/debian/libtumbler-1-dev.install
desktop/branches/experimental/tumbler/debian/rules
desktop/branches/experimental/tumbler/debian/tumbler-common.install
desktop/branches/experimental/tumbler/debian/tumbler.install
desktop/branches/experimental/tumbler/debian/watch
Log:
initial tumbler packaging
Property changes on: desktop/branches/experimental/tumbler/debian
___________________________________________________________________
Added: mergewithupstream
+ +1
Added: desktop/branches/experimental/tumbler/debian/changelog
===================================================================
--- desktop/branches/experimental/tumbler/debian/changelog (rev 0)
+++ desktop/branches/experimental/tumbler/debian/changelog 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,5 @@
+tumbler (0.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release. closes: #111111
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 Oct 2009 11:24:27 +0200
Added: desktop/branches/experimental/tumbler/debian/compat
===================================================================
--- desktop/branches/experimental/tumbler/debian/compat (rev 0)
+++ desktop/branches/experimental/tumbler/debian/compat 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1 @@
+7
Added: desktop/branches/experimental/tumbler/debian/control
===================================================================
--- desktop/branches/experimental/tumbler/debian/control (rev 0)
+++ desktop/branches/experimental/tumbler/debian/control 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,67 @@
+Source: tumbler
+Priority: optional
+Section: xfce
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Mike Massonnet <mmassonnet at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), intltool (>= 0.31), pkg-config,
+ libglib2.0-dev, libgtk2.0-dev, libdbus-glib-1-dev
+Standards-Version: 3.8.3
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/tumbler
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/tumbler
+
+Package: tumbler
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ tumbler-common (= ${binary:Version})
+Description: D-Bus thumbnailing service
+ Tumbler is a D-Bus service for applications to request thumbnails for various
+ URI schemes and MIME types. It is an implementation of the thumbnail management
+ D-Bus specification described on http://live.gnome.org/ThumbnailerSpec.
+
+Package: tumbler-common
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libtumbler-1-0 (= ${binary:Version})
+Description: D-Bus thumbnailing service (common files)
+ Tumbler is a D-Bus service for applications to request thumbnails for various
+ URI schemes and MIME types. It is an implementation of the thumbnail management
+ D-Bus specification described on http://live.gnome.org/ThumbnailerSpec.
+
+Package: libtumbler-1-0
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for tumbler, a D-Bus thumbnailing service
+ Tumbler is a D-Bus service for applications to request thumbnails for various
+ URI schemes and MIME types. It is an implementation of the thumbnail management
+ D-Bus specification described on http://live.gnome.org/ThumbnailerSpec.
+ .
+ This package contains the shared library.
+
+Package: libtumbler-1-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libtumbler-1-0 (= ${binary:Version})
+Description: library for tumbler, a D-Bus thumbnailing service (development)
+ Tumbler is a D-Bus service for applications to request thumbnails for various
+ URI schemes and MIME types. It is an implementation of the thumbnail management
+ D-Bus specification described on http://live.gnome.org/ThumbnailerSpec.
+ .
+ This package contains the shared library development files.
+
+Package: libtumbler-1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libtumbler-1-0 (= ${binary:Version})
+Description: library for tumbler, a D-Bus thumbnailing service (debug)
+ Tumbler is a D-Bus service for applications to request thumbnails for various
+ URI schemes and MIME types. It is an implementation of the thumbnail management
+ D-Bus specification described on http://live.gnome.org/ThumbnailerSpec.
+ .
+ This package contains the debug symbols.
Added: desktop/branches/experimental/tumbler/debian/copyright
===================================================================
--- desktop/branches/experimental/tumbler/debian/copyright (rev 0)
+++ desktop/branches/experimental/tumbler/debian/copyright 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,40 @@
+This package was debianized by Yves-Alexis Perez <corsac at debian.org> on
+Sat, 10 Oct 2009 10:33:06 +0200
+
+It was downloaded from http://www.xfce.org
+
+Upstream Author and Copyright holder is:
+
+plugins/*
+ © 2009 Jannis Pohlmann <jannis at xfce.org>
+ GPL-2+
+plugins/font-thumbnailer/font-thumbnailer.c
+ © 2006 Benedikt Meurer <benny at xfce.org>
+ GPL-2+
+tumbler/*
+ GPL-2+
+ © 2009 Jannis Pohlmann <jannis at xfce.org>
+tumblerd/*
+ © 2009 Jannis Pohlmann <jannis at xfce.org>
+ © 2009 Nokia, written by Philip Van Hoof <philip at codeminded.be>
+ GPL-2+
+
+debian/
+ © 2009 Yves-Alexis Perez <corsac at debian.org>
+ GPL-2+
+
+The documentation (xml files in docs/*) is released under the GNU Free
+Documentation License, version 1.1 or later, with no invariant sections, using
+the following statement:
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.1 or
+ any later version published by the Free Software Foundation; with no
+ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+ Texts.
+
+The complete text of the GNU Free Documentation License can be found on the
+file “/usr/share/common-licenses/GFDL”.
+
+The complete text of the GNU General Public License can be found in
+`/usr/share/common-licenses/GPL'.
Added: desktop/branches/experimental/tumbler/debian/libtumbler-1-0.install
===================================================================
--- desktop/branches/experimental/tumbler/debian/libtumbler-1-0.install (rev 0)
+++ desktop/branches/experimental/tumbler/debian/libtumbler-1-0.install 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1 @@
+usr/lib/libtumbler-1.so.*
Added: desktop/branches/experimental/tumbler/debian/libtumbler-1-dev.install
===================================================================
--- desktop/branches/experimental/tumbler/debian/libtumbler-1-dev.install (rev 0)
+++ desktop/branches/experimental/tumbler/debian/libtumbler-1-dev.install 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,6 @@
+usr/include
+usr/lib/libtumbler-1.a
+usr/lib/libtumbler-1.so
+usr/lib/pkgconfig
+usr/lib/tumbler-1/plugins/*.a
+usr/lib/tumbler-1/plugins/cache/*.a
Added: desktop/branches/experimental/tumbler/debian/rules
===================================================================
--- desktop/branches/experimental/tumbler/debian/rules (rev 0)
+++ desktop/branches/experimental/tumbler/debian/rules 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+override_dh_install:
+ dh_install --list-missing -X .la
+
+override_dh_makeshlibs:
+ dh_makeshlibs -X usr/lib/tumbler-1/plugins
+
+%:
+ dh $@
Property changes on: desktop/branches/experimental/tumbler/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: desktop/branches/experimental/tumbler/debian/tumbler-common.install
===================================================================
--- desktop/branches/experimental/tumbler/debian/tumbler-common.install (rev 0)
+++ desktop/branches/experimental/tumbler/debian/tumbler-common.install 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,2 @@
+usr/share/locale/
+usr/share/gtk-doc/
Added: desktop/branches/experimental/tumbler/debian/tumbler.install
===================================================================
--- desktop/branches/experimental/tumbler/debian/tumbler.install (rev 0)
+++ desktop/branches/experimental/tumbler/debian/tumbler.install 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,4 @@
+usr/share/dbus-1/*
+usr/lib/tumbler/tumblerd
+usr/lib/tumbler-1/plugins/*.so
+usr/lib/tumbler-1/plugins/cache/*.so
Added: desktop/branches/experimental/tumbler/debian/watch
===================================================================
--- desktop/branches/experimental/tumbler/debian/watch (rev 0)
+++ desktop/branches/experimental/tumbler/debian/watch 2009-12-08 08:34:16 UTC (rev 3715)
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/apps/tumbler/([\d\.]+)/ \
+ garcon-([\d\.]+)\.tar\.(?:gz|bz2)
More information about the Pkg-xfce-commits
mailing list