[Pkg-galago-commit] r373 - in packages/experimental: .
telepathy-inspector telepathy-inspector/debian
Riccardo Setti
giskard-guest at costa.debian.org
Fri Sep 22 17:22:42 UTC 2006
Author: giskard-guest
Date: 2006-09-22 17:22:39 +0000 (Fri, 22 Sep 2006)
New Revision: 373
Added:
packages/experimental/telepathy-inspector/
packages/experimental/telepathy-inspector/debian/
packages/experimental/telepathy-inspector/debian/changelog
packages/experimental/telepathy-inspector/debian/compat
packages/experimental/telepathy-inspector/debian/control
packages/experimental/telepathy-inspector/debian/copyright
packages/experimental/telepathy-inspector/debian/rules
Log:
* New upstream release.
* New Upstream release
- adds missing license (LGPL) to topdir directory
- other changes, detailed in toplevel ChangeLog
* Added Build-Depends for pkg-config
* Initial release
* Adjusted package for Ubuntu Edgy
Added: packages/experimental/telepathy-inspector/debian/changelog
===================================================================
--- packages/experimental/telepathy-inspector/debian/changelog (rev 0)
+++ packages/experimental/telepathy-inspector/debian/changelog 2006-09-22 17:22:39 UTC (rev 373)
@@ -0,0 +1,30 @@
+telepathy-inspector (0.3.4.1-0ubuntu1) edgy; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com> 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 <rodarvus at ubuntu.com> 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 <rodarvus at ubuntu.com> 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 <rodarvus at ubuntu.com> Wed, 13 Sep 2006 07:41:40 -0300
+
Added: packages/experimental/telepathy-inspector/debian/compat
===================================================================
--- packages/experimental/telepathy-inspector/debian/compat (rev 0)
+++ packages/experimental/telepathy-inspector/debian/compat 2006-09-22 17:22:39 UTC (rev 373)
@@ -0,0 +1 @@
+5
Added: packages/experimental/telepathy-inspector/debian/control
===================================================================
--- packages/experimental/telepathy-inspector/debian/control (rev 0)
+++ packages/experimental/telepathy-inspector/debian/control 2006-09-22 17:22:39 UTC (rev 373)
@@ -0,0 +1,29 @@
+Source: telepathy-inspector
+Section: devel
+Priority: optional
+Maintainer: Daniel d'Andrada Tenorio de Carvalho <daniel.carvalho at indt.org.br>
+Build-Depends: debhelper (>= 5), scons, libglib2.0-dev, libgtk2.0-dev, libglade2-dev, libxml2-dev, libdbus-glib-1-dev (>= 0.61), pkg-config (>= 0.15)
+Standards-Version: 3.7.2
+
+Package: telepathy-inspector
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Telepathy Inspector. A tool for telepathy developers.
+ Telepathy Inspector is a telepathy client (GTK+) 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
+ entities (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.
+ .
+ The Telepathy project aims to provide a unified framework for all
+ forms of real time conversations, including instant messaging, IRC,
+ voice calls and video calls. It uses the D-Bus messaging system to
+ provide a simple interface for client applications, allowing them to
+ quickly benefit from Telepathy's functionality.
+ .
+ For more information, visit:
+ http://telepathy.freedesktop.org/wiki/TelepathyInspector
Added: packages/experimental/telepathy-inspector/debian/copyright
===================================================================
--- packages/experimental/telepathy-inspector/debian/copyright (rev 0)
+++ packages/experimental/telepathy-inspector/debian/copyright 2006-09-22 17:22:39 UTC (rev 373)
@@ -0,0 +1,27 @@
+This package was debianized by Daniel d'Andrada Tenório de Carvalho <daniel.carvalho at indt.org.br> on
+Thu, 31 Aug 2006 18:52:34 +0000.
+
+It was downloaded from http://telepathy.freedesktop.org/wiki/TelepathyInspector
+
+Upstream Author: Daniel d'Andrada Tenório de Carvalho <daniel.carvalho at indt.org.br>
+
+Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia
+
+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 <daniel.carvalho at indt.org.br> and
+is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
Added: packages/experimental/telepathy-inspector/debian/rules
===================================================================
--- packages/experimental/telepathy-inspector/debian/rules (rev 0)
+++ packages/experimental/telepathy-inspector/debian/rules 2006-09-22 17:22:39 UTC (rev 373)
@@ -0,0 +1,101 @@
+#!/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
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ scons -Q PREFIX=$(DESTDIR)/usr CONFIGURE=yes
+ #docbook-to-man debian/telepathy-inspector.sgml > telepathy-inspector.1
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ scons -c CONFIGURE=no
+ rm -f *.pyc .sconsign.dblite config.log build_options config_header_vars
+ rm -rf .sconf_temp/
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/telepathy-inspector.
+ mkdir -p $(CURDIR)/debian/telepathy-inspector/usr
+ scons install PREFIX=$(CURDIR)/debian/telepathy-inspector/usr CONFIGURE=no
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ 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
Property changes on: packages/experimental/telepathy-inspector/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-galago-commit
mailing list