--- libindicator-0.2.1.orig/autogen.sh +++ libindicator-0.2.1/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.2.1.orig/debian/rules +++ libindicator-0.2.1/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.2.1.orig/debian/changelog +++ libindicator-0.2.1/debian/changelog @@ -0,0 +1,46 @@ +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.2.1.orig/debian/watch +++ libindicator-0.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz --- libindicator-0.2.1.orig/debian/copyright +++ libindicator-0.2.1/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.2.1.orig/debian/compat +++ libindicator-0.2.1/debian/compat @@ -0,0 +1 @@ +5 --- libindicator-0.2.1.orig/debian/control +++ libindicator-0.2.1/debian/control @@ -0,0 +1,24 @@ +Source: libindicator +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libtool +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: libindicator-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgtk2.0-dev (>= 2.12.0) +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. +