[Pkg-xfce-commits] r4118 - goodies/trunk/libindicator/debian scripts
Evgeni Golov
evgeni at alioth.debian.org
Mon May 31 09:25:01 UTC 2010
Author: evgeni
Date: 2010-05-31 09:24:55 +0000 (Mon, 31 May 2010)
New Revision: 4118
Added:
goodies/trunk/libindicator/debian/libindicator-dev.install
goodies/trunk/libindicator/debian/libindicator-tools.install
goodies/trunk/libindicator/debian/libindicator0.install
Modified:
goodies/trunk/libindicator/debian/changelog
goodies/trunk/libindicator/debian/control
goodies/trunk/libindicator/debian/copyright
goodies/trunk/libindicator/debian/rules
scripts/goodies-sources.txt
Log:
update libindicator to latest upstream (0.3.8)
Modified: goodies/trunk/libindicator/debian/changelog
===================================================================
--- goodies/trunk/libindicator/debian/changelog 2010-05-30 18:11:50 UTC (rev 4117)
+++ goodies/trunk/libindicator/debian/changelog 2010-05-31 09:24:55 UTC (rev 4118)
@@ -1,4 +1,4 @@
-libindicator (0.2.0-1) karmic; urgency=low
+libindicator (0.3.8-1) UNRELEASED; urgency=low
* Merge Ubuntu package into Debian. closes: #549999
* debian/copyright:
@@ -6,14 +6,121 @@
* debian/control:
+ Set pkg-xfce as maintainer.
+ Drop cdbs Build-Dep, bump debhelper to >=7.
- + Standards-Version 3.8.3.
+ + Standards-Version 3.8.4.
+ Update Vcs-* fields.
+ Drop GNOME from Description, the package is not GNOME specific.
* debian/rules:
+ Use minimal debhelper 7 rules without cdbs.
+ + Disable tests for now, they fail (launchpad 587811)
- -- Evgeni Golov <evgeni at debian.org> Wed, 07 Oct 2009 10:30:01 +0200
+ -- Evgeni Golov <evgeni at debian.org> Mon, 31 May 2010 11:10:55 +0200
+libindicator (0.3.8-0ubuntu1) lucid; urgency=low
+
+ * New upstream release.
+ * Adding template files to tarball
+
+ -- Ted Gould <ted at ubuntu.com> Fri, 09 Apr 2010 12:56:19 -0500
+
+libindicator (0.3.7-0ubuntu1~ppa1) lucid; urgency=low
+
+ * New upstream release.
+ * Use the domain in desktop files for shortcuts (LP: #549322)
+
+ -- Ted Gould <ted at ubuntu.com> Fri, 09 Apr 2010 12:53:39 -0500
+
+libindicator (0.3.6-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.6
+ * Adding in scroll signals for the indicators
+ * debian/rules: Updating shlibs
+
+ -- Ted Gould <ted at ubuntu.com> Thu, 18 Mar 2010 11:10:20 -0500
+
+libindicator (0.3.5-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.5
+ * Adding in a image loader helper for indicators.
+
+ -- Ted Gould <ted at ubuntu.com> Thu, 11 Mar 2010 14:27:04 -0600
+
+libindicator (0.3.4-0ubuntu1) lucid; urgency=low
+
+ * Upstream Release 0.3.4
+ * Reducing gio-unix dependency to 2.22
+
+ -- Ted Gould <ted at ubuntu.com> Thu, 25 Feb 2010 11:27:18 -0600
+
+libindicator (0.3.3-0ubuntu2) lucid; urgency=low
+
+ * debian/control:
+ Reducing libglib dependency down to 2.22 for Karmic builds
+
+ -- Ted Gould <ted at ubuntu.com> Wed, 24 Feb 2010 21:05:01 -0600
+
+libindicator (0.3.3-0ubuntu1) lucid; urgency=low
+
+ * debian/control:
+ - build-depends on libglib2.0-dev
+ * debian/rules:
+ - updated shlibs version
+
+ [ Ted Gould ]
+ * Upstream release 0.3.3
+ * Adding new object for parsing desktop files for Shortcuts
+
+ -- Sebastien Bacher <seb128 at ubuntu.com> Thu, 18 Feb 2010 17:32:08 +0100
+
+libindicator (0.3.2-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.2
+ * Various fixes to timeout handling in services and the
+ service manager.
+ * Fix test suite when run headless
+
+ -- Ted Gould <ted at ubuntu.com> Thu, 04 Feb 2010 17:40:06 -0800
+
+libindicator (0.3.1-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.1
+ * Adding in entry ordering.
+ * Adding in the code to restart services
+
+ -- Ted Gould <ted at ubuntu.com> Thu, 21 Jan 2010 13:15:07 -0600
+
+libindicator (0.3.0-0ubuntu1) lucid; urgency=low
+
+ * debian/control:
+ - Added description for libindicator-tools
+
+ [Ted Gould]
+ * Upstream 0.3.0 Release
+ * Adds a new tool to load indicators from the command line.
+ * Adds an object for loading indicators.
+ * Changes the indicator interface to be object based.
+ * debian/control, debian/libindicator0: Adding in a new packages
+ for the binary library.
+ * debian/control, debian/libindicator-tools: Adding in a new
+ package for the tools of libindicator.
+
+ -- Ken VanDine <ken.vandine at canonical.com> Thu, 10 Dec 2009 12:11:49 -0500
+
+libindicator (0.2.1-0ubuntu2~ppa1) karmic; urgency=low
+
+ * Adding in service management code.
+ * debian/control: Adding a target for libindicator0
+ * Adding libindicator0.install and libindicator-dev.install
+
+ -- Ted Gould <ted at ubuntu.com> Wed, 04 Nov 2009 08:19:01 -0600
+
+libindicator (0.2.1-0ubuntu1) karmic; urgency=low
+
+ * Upstream release 0.2.1 (LP: #446619)
+ * Puts a copyright header on the header file. Should have
+ been there all along.
+
+ -- Ted Gould <ted at ubuntu.com> Fri, 09 Oct 2009 08:12:18 +0200
+
libindicator (0.2.0-0ubuntu1) karmic; urgency=low
* Upstream release 0.2.0 (LP: #427443):
Modified: goodies/trunk/libindicator/debian/control
===================================================================
--- goodies/trunk/libindicator/debian/control 2010-05-30 18:11:50 UTC (rev 4117)
+++ goodies/trunk/libindicator/debian/control 2010-05-31 09:24:55 UTC (rev 4118)
@@ -5,21 +5,49 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7), libtool
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7),
+ libglib2.0-dev (>= 2.22),
+ libgtk2.0-dev (>= 2.12.0),
+ libdbus-glib-1-dev,
+ libtool,
+ intltool,
+ gtk-doc-tools
+Standards-Version: 3.8.4
Homepage: https://launchpad.net/libindicator
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/libindicator/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/libindicator/
+Package: libindicator0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: panel indicator applet - shared library
+ This library contains information to build indicators to go into
+ the indicator applet.
+ .
+ This package contains files that are needed to build applications.
+
Package: libindicator-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libgtk2.0-dev (>= 2.12.0)
+ libgtk2.0-dev (>= 2.12.0),
+ libindicator0 (= ${binary:Version})
Description: panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.
.
This package contains files that are needed to build applications.
+Package: libindicator-tools
+Section: devel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libindicator0 (= ${binary:Version})
+Description: Tools for libindicator
+ Tools useful for developers of applications using indicators.
+ .
+ This package contains files that are needed to build applications.
Modified: goodies/trunk/libindicator/debian/copyright
===================================================================
--- goodies/trunk/libindicator/debian/copyright 2010-05-30 18:11:50 UTC (rev 4117)
+++ goodies/trunk/libindicator/debian/copyright 2010-05-31 09:24:55 UTC (rev 4118)
@@ -4,12 +4,12 @@
Source: https://launchpad.net/libindicator
Files: *
-Copyright: 2009 Ted Gould <ted at canonical.com>, Canonical Ltd.
+Copyright: 2009-2010 Ted Gould <ted at canonical.com>, Canonical Ltd.
License: GPL-3
Files: debian/*
-Copyright: 2009 Evgeni Golov <evgeni at debian.org>
-Copyright: 2009 Ted Gould <ted at canonical.com>, Canonical Ltd.
+Copyright: 2009-2010 Evgeni Golov <evgeni at debian.org>
+Copyright: 2009-2010 Ted Gould <ted at canonical.com>, Canonical Ltd.
License: GPL-3
License: GPL-3
Added: goodies/trunk/libindicator/debian/libindicator-dev.install
===================================================================
--- goodies/trunk/libindicator/debian/libindicator-dev.install (rev 0)
+++ goodies/trunk/libindicator/debian/libindicator-dev.install 2010-05-31 09:24:55 UTC (rev 4118)
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/libindicator-0.3/libindicator/*
+debian/tmp/usr/lib/pkgconfig/indicator.pc
+debian/tmp/usr/lib/libindicator.a
+debian/tmp/usr/lib/libindicator.so
Added: goodies/trunk/libindicator/debian/libindicator-tools.install
===================================================================
--- goodies/trunk/libindicator/debian/libindicator-tools.install (rev 0)
+++ goodies/trunk/libindicator/debian/libindicator-tools.install 2010-05-31 09:24:55 UTC (rev 4118)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libindicator/*
Added: goodies/trunk/libindicator/debian/libindicator0.install
===================================================================
--- goodies/trunk/libindicator/debian/libindicator0.install (rev 0)
+++ goodies/trunk/libindicator/debian/libindicator0.install 2010-05-31 09:24:55 UTC (rev 4118)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libindicator.so.*
Modified: goodies/trunk/libindicator/debian/rules
===================================================================
--- goodies/trunk/libindicator/debian/rules 2010-05-30 18:11:50 UTC (rev 4117)
+++ goodies/trunk/libindicator/debian/rules 2010-05-31 09:24:55 UTC (rev 4118)
@@ -7,3 +7,5 @@
%:
dh $@
+
+override_dh_auto_test:
Modified: scripts/goodies-sources.txt
===================================================================
--- scripts/goodies-sources.txt 2010-05-30 18:11:50 UTC (rev 4117)
+++ scripts/goodies-sources.txt 2010-05-31 09:24:55 UTC (rev 4118)
@@ -67,6 +67,5 @@
#xfce4-xmms2-client ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/xfce4-xmms2-client-0.1.1.tar.bz2
xfc http://xfc.xfce.org/download/4.3.3/src/xfc-4.3.3.tar.gz
#packages not from Xfce, but needed for Xfce ones
-libindicator http://launchpad.net/libindicator/0.2/0.2.0/+download/libindicator-0.2.0.tar.gz
-
+libindicator http://launchpad.net/libindicator/0.3/0.3.8/+download/libindicator-0.3.8.tar.gz
# vim: set tw=0:
More information about the Pkg-xfce-commits
mailing list