--- indicator-me-0.2.1.orig/autogen.sh +++ indicator-me-0.2.1/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +PKG_NAME="indicator-me" + +which gnome-autogen.sh || { + echo "You need gnome-common from GNOME SVN" + exit 1 +} + +USE_GNOME2_MACROS=1 \ +. gnome-autogen.sh --- indicator-me-0.2.1.orig/debian/copyright +++ indicator-me-0.2.1/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ted Gould on +Thu Dec 24 11:17:41 CST 2009. + +It was downloaded from https://launchpad.net/indicator-me + +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 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +The Debian packaging is: + + Copyright (C) 2009 Canonical Ltd + +On Debian/Ubuntu systems, the full text of the full text of the GPL v3 can be +found in `/usr/share/common-licenses/GPL-3' --- indicator-me-0.2.1.orig/debian/watch +++ indicator-me-0.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-me/+download .*/indicator-me-([0-9.]+)\.tar\.gz --- indicator-me-0.2.1.orig/debian/control +++ indicator-me-0.2.1/debian/control @@ -0,0 +1,30 @@ +Source: indicator-me +Section: gnome +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, + gnome-doc-utils, + scrollkeeper, + libindicator-dev (>= 0.3.0), + libdbusmenu-glib-dev (>= 0.2.0), + libdbusmenu-gtk-dev (>= 0.2.0), + intltool, + libtelepathy-glib-dev (>= 0.9.0) +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/indicator-me +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-me/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-me/ubuntu + +Package: indicator-me +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet-session (>= 0.2) +Conflicts: indicator-session (<< 0.2.0) +Description: indicator showing user information and status + This indicator is designed to be placed on the right side of a panel and + give the user easy control for changing their instant message status. + . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. --- indicator-me-0.2.1.orig/debian/rules +++ indicator-me-0.2.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators + +binary-install/indicator-me:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la + --- indicator-me-0.2.1.orig/debian/changelog +++ indicator-me-0.2.1/debian/changelog @@ -0,0 +1,24 @@ +indicator-me (0.2.1-0ubuntu1) lucid; urgency=low + + * Upstream Merge + * Change Telepathy well-known name + * Remove unneeded copy of LGPL + * Remove build system cruft + * Don't show shutdown icon. Ever. + * Remove debian/patches/mc5-fixes.patch as merged upstream. + + -- Ted Gould Thu, 21 Jan 2010 11:13:48 -0600 + +indicator-me (0.2.0-0ubuntu2) lucid; urgency=low + + * debian/patches/mc5-fixes.patch + - fixes for monitoring dbus to see when MC5 comes online + + -- Ken VanDine Tue, 12 Jan 2010 09:56:30 -0500 + +indicator-me (0.2.0-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.0 + * Initial release + + -- Ted Gould Fri, 08 Jan 2010 09:15:32 -0600 --- indicator-me-0.2.1.orig/debian/compat +++ indicator-me-0.2.1/debian/compat @@ -0,0 +1 @@ +5