--- telepathy-inspector-0.5.3.orig/debian/rules +++ telepathy-inspector-0.5.3/debian/rules @@ -0,0 +1,83 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr + touch $@ + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + test ! -f Makefile || $(MAKE) distclean + rm -f config.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + mkdir -p $(CURDIR)/debian/telepathy-inspector/usr + $(MAKE) install DESTDIR=$(CURDIR)/debian/telepathy-inspector + +binary-indep: build install +# We have nothing to do. + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs README AUTHORS NEWS + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- telepathy-inspector-0.5.3.orig/debian/copyright +++ telepathy-inspector-0.5.3/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Daniel d'Andrada Tenório de Carvalho on +Thu, 31 Aug 2006 18:52:34 +0000. + +Recent versions can be downloaded from +. + +Original upstream author: +Daniel d'Andrada Tenório de Carvalho +Now maintained by telepathy.freedesktop.org. + +Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia +Copyright (C) 2007-2008 Collabora Ltd. +Copyright (C) 2007-2008 Nokia Corporation + +License: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +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 Lesser General Public License for more details. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + + +The Debian packaging is (C) 2006, Daniel d'Andrada Tenório de Carvalho and +is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'. --- telepathy-inspector-0.5.3.orig/debian/README.source +++ telepathy-inspector-0.5.3/debian/README.source @@ -0,0 +1,27 @@ +Packaging using git +=================== + +The repository contains an appropriate debian/gbp.conf to build this package +using git-buildpackage. The debian branch contains the latest upstream versions +(for unstable, or experimental while a freeze is in progress). The debian-lenny +branch contains versions targeted for lenny, etc. + +Here's how to build it: + + git clone git://git.debian.org/git/pkg-telepathy/telepathy-inspector + cd telepathy-inspector + git checkout debian + git-buildpackage -us -uc + +or for testing/stable branches like debian-lenny: + + git clone git://git.debian.org/git/pkg-telepathy/telepathy-inspector + cd telepathy-inspector + git checkout debian-lenny + git-buildpackage -us -uc --git-debian-branch=debian-lenny + +The branch 'upstream' is a copy of the contents of upstream tarballs. To import +upstream tarballs use: + + git checkout debian + git-import-orig ~/telepathy-inspector-0.x.tar.gz --- telepathy-inspector-0.5.3.orig/debian/changelog +++ telepathy-inspector-0.5.3/debian/changelog @@ -0,0 +1,101 @@ +telepathy-inspector (0.5.3-2) unstable; urgency=low + + * Bump Standards-Version to 3.8.1 (no further changes) + * Drop XS-Dm-Upload-Allowed field + * Drop telepathy-stream-engine suggests + + -- Laurent Bigonville Sun, 22 Mar 2009 20:13:26 +0100 + +telepathy-inspector (0.5.3-1) unstable; urgency=low + + [ Laurent Bigonville ] + * Add myself as uploader + * debian/control: Add the Vcs-Bzr and Homepage field + + [ Sjoerd Simons ] + * New upstream release + * Bump requirement of telepathy-glib (>= 0.7.14) + + [ Simon McVittie ] + * Use my debian.org address in Uploaders + * Wrap Uploaders, Build-Depends + * Move packaging to git + * Use Laurent's debian.org address in Uploaders + * Standards-Version: 3.8.0 (add README.source) + + -- Simon McVittie Tue, 24 Feb 2009 15:52:01 +0000 + +telepathy-inspector (0.5.2-1) unstable; urgency=low + + * New upstream release + - can make VoIP calls if stream-engine is available, so add + Suggests: telepathy-stream-engine + - requires telepathy-glib 0.7.6, xsltproc, Python during build + * Don't ignore make clean errors, just don't make clean if there is no + Makefile + * Standards-Version: 3.7.3 (no changes) + + -- Simon McVittie Thu, 03 Apr 2008 20:13:24 +0100 + +telepathy-inspector (0.5.1-1) unstable; urgency=low + + [ Simon McVittie ] + * New upstream release + - has a man page (Closes: #448626) + * Set Maintainer to the pkg-telepathy mailing list + * Add myself to Uploaders + * Merge UNRELEASED changelog entry for 0.4.0 into the released 0.5.0 entry + that followed it + * Change copyright file to point to the download area rather than the wiki + page + * Add XS-Dm-Upload-Allowed: yes so I can upload it in future + + [ Sjoerd Simons ] + * Add watch file + * Add myself to Uploaders + + -- Sjoerd Simons Mon, 25 Feb 2008 16:37:56 +0100 + +telepathy-inspector (0.5.0-1) unstable; urgency=low + + [ Simon McVittie ] + * New upstream release 0.4.0. + * Build for Debian sid. + * Improve description in control file. + + [ Riccardo Setti ] + * New upstream release 0.5.0. + * Added myself to the uploaders + + -- Riccardo Setti Tue, 30 Jan 2007 11:00:11 +0100 + +telepathy-inspector (0.3.4.1-0ubuntu1) edgy; urgency=low + + * New upstream release. + + -- Daniel Holbach Tue, 19 Sep 2006 22:55:38 +0200 + +telepathy-inspector (0.3.3-0ubuntu1) edgy; urgency=low + + * New Upstream release + - adds missing license (LGPL) to topdir directory + - other changes, detailed in toplevel ChangeLog + + -- Rodrigo Parra Novo Mon, 18 Sep 2006 10:46:03 -0300 + +telepathy-inspector (0.3-0ubuntu2) edgy; urgency=low + + * Added Build-Depends for pkg-config + + -- Rodrigo Parra Novo Mon, 18 Sep 2006 10:02:33 -0300 + +telepathy-inspector (0.3-0ubuntu1) edgy; urgency=low + + [ Daniel d'Andrada Tenório de Carvalho ] + * Initial release + + [ Rodrigo Parra Novo ] + * Adjusted package for Ubuntu Edgy + + -- Rodrigo Parra Novo Wed, 13 Sep 2006 07:41:40 -0300 + --- telepathy-inspector-0.5.3.orig/debian/control +++ telepathy-inspector-0.5.3/debian/control @@ -0,0 +1,37 @@ +Source: telepathy-inspector +Section: devel +Priority: optional +Maintainer: Debian Telepathy maintainers +Uploaders: Daniel d'Andrada Tenorio de Carvalho , + Riccardo Setti , + Simon McVittie , + Sjoerd Simons , + Laurent Bigonville +Build-Depends: debhelper (>= 5), + libglib2.0-dev (>= 2.12), + libgtk2.0-dev, + libglade2-dev, + libxml2-dev, + libdbus-glib-1-dev (>= 0.61), + pkg-config (>= 0.15), + libtelepathy-glib-dev (>= 0.7.14), + xsltproc, + python +Standards-Version: 3.8.1 +Homepage: http://telepathy.freedesktop.org/wiki/TelepathyInspector +Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-inspector.git +Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-inspector.git + +Package: telepathy-inspector +Architecture: any +Depends: ${shlibs:Depends} +Description: debugging tool for Telepathy developers + Telepathy Inspector is a Gtk+ client for Telepathy whose objective is to + expose all interfaces and functionalities implemented by a given + connection manager along with its connections, channels, etc. + . + The idea is to enable the user (likely to be a Telepathy developer) to + easily view and access all methods and interfaces of all Telepathy + objects (CMs, connections, etc), which could not be easily achieved + using a regular Telepathy client since it would (and should!) hide all + Telepathy logic behind a pleasant, usability oriented, GUI. --- telepathy-inspector-0.5.3.orig/debian/gbp.conf +++ telepathy-inspector-0.5.3/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = upstream +pristine-tar = True + +[git-buildpackage] +tarball-dir = ../tarballs/ +export-dir = ../build-area/ --- telepathy-inspector-0.5.3.orig/debian/watch +++ telepathy-inspector-0.5.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://telepathy.freedesktop.org/releases/telepathy-inspector/telepathy-inspector-(.*).tar.gz --- telepathy-inspector-0.5.3.orig/debian/compat +++ telepathy-inspector-0.5.3/debian/compat @@ -0,0 +1 @@ +5