--- libindicator-0.3.2.orig/autogen.sh +++ libindicator-0.3.2/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +PKG_NAME="libindicator" + +which gnome-autogen.sh || { + echo "You need gnome-common from GNOME SVN" + exit 1 +} + +USE_GNOME2_MACROS=1 \ +. gnome-autogen.sh --- libindicator-0.3.2.orig/debian/libindicator-tools.install +++ libindicator-0.3.2/debian/libindicator-tools.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator/* --- libindicator-0.3.2.orig/debian/copyright +++ libindicator-0.3.2/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ted Gould on +Wed, 11 Feb 2009 15:41:06 -0600. + +It was downloaded from + +Upstream Author: + + Ted Gould + +Copyright: + + Copyright (C) 2009 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 as published by + the Free Software Foundation, version 3 of the License. + + 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. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +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 (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. --- libindicator-0.3.2.orig/debian/watch +++ libindicator-0.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz --- libindicator-0.3.2.orig/debian/libindicator0.install +++ libindicator-0.3.2/debian/libindicator0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator.so.* --- libindicator-0.3.2.orig/debian/control +++ libindicator-0.3.2/debian/control @@ -0,0 +1,50 @@ +Source: libindicator +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, + libtool, + intltool, + gtk-doc-tools +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/libindicator +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu + +Package: libindicator0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME 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), + libindicator0 (= ${binary:Version}) +Description: GNOME 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. --- libindicator-0.3.2.orig/debian/rules +++ libindicator-0.3.2/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed --- libindicator-0.3.2.orig/debian/changelog +++ libindicator-0.3.2/debian/changelog @@ -0,0 +1,88 @@ +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 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 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 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 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 Fri, 09 Oct 2009 08:12:18 +0200 + +libindicator (0.2.0-0ubuntu1) karmic; urgency=low + + * Upstream release 0.2.0 (LP: #427443): + - Use silent automake mode. + - Tag for final release. + + -- Ted Gould Thu, 10 Sep 2009 20:22:45 +0200 + +libindicator (0.2.0~bzr325-0ubuntu1) karmic; urgency=low + + [ Ted Gould ] + * New version (LP: #417039) + * Merging in the seperation from indicator-applet + * debian/* Removing all of the indicator-applet stuff + * Setting the icon path in the .pc file. + * Merging onto the main packaging branch. + * Renaming the second Bonobo server description file to match that + of the FastUserSwitchApplet. + * Upstream merge for better naming of the applet. + * Updating from upstream with two (count them) two applets + installed in the source. + * debian/control: Adding information on indicator-applet-sus which + is a different applet for the SUS indicator. + * debian/indicator-applet.install: Making it more specific so that + it doesn't grab the directories that now have additional files + created by indicator-applet-sus existing. + * debian/indicator-applet-sus.install: List files that are now + used by the new binary package. + + [ Ken VanDine ] + * debian/control: + - Set both Vcs-Bzr and Vcs-Bzr-Browser, with ~ubuntu-desktop + + [ Martin Pitt ] + * Flush changelog. + * debian/control: Fix Vcs-* links. + + -- Ken VanDine Tue, 25 Aug 2009 08:35:00 +0200 --- libindicator-0.3.2.orig/debian/libindicator-dev.install +++ libindicator-0.3.2/debian/libindicator-dev.install @@ -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 --- libindicator-0.3.2.orig/debian/compat +++ libindicator-0.3.2/debian/compat @@ -0,0 +1 @@ +5 --- libindicator-0.3.2.orig/tests/service-version-bad.service.in +++ libindicator-0.3.2/tests/service-version-bad.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.ayatana.version.bad +Exec=@builddir@/service-version-bad-service --- libindicator-0.3.2.orig/tests/service-manager-connect.service.in +++ libindicator-0.3.2/tests/service-manager-connect.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.ayatana.test +Exec=@builddir@/service-manager-connect-service --- libindicator-0.3.2.orig/tests/session.conf.in +++ libindicator-0.3.2/tests/session.conf.in @@ -0,0 +1,40 @@ + + + + + + unix:tmpdir=/tmp + + @servicedir@ + + + + + + + + + + + + 60000 + + + 1000000000 + 1000000000 + 1000000000 + 120000 + 240000 + 100000 + 10000 + 100000 + 10000 + 50000 + 50000 + 50000 + 300000 + + --- libindicator-0.3.2.orig/tests/service-version-good.service.in +++ libindicator-0.3.2/tests/service-version-good.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.ayatana.version.good +Exec=@builddir@/service-version-good-service