[Pkg-mono-svn-commits] rev 2941 - ndesk-dbus/tags
ndesk-dbus/tags/0.4-1 ndesk-dbus/tags/0.4-1/debian
ndesk-dbus-glib/tags ndesk-dbus-glib/tags/0.3-1
ndesk-dbus-glib/tags/0.3-1/debian
Sebastian Dröge
slomo at alioth.debian.org
Tue Feb 6 08:46:42 CET 2007
Author: slomo
Date: 2007-02-06 08:46:41 +0100 (Tue, 06 Feb 2007)
New Revision: 2941
Added:
ndesk-dbus-glib/tags/0.3-1/
ndesk-dbus-glib/tags/0.3-1/debian/
ndesk-dbus-glib/tags/0.3-1/debian/control
ndesk-dbus-glib/tags/0.3-1/debian/rules
ndesk-dbus-glib/tags/0.3-1/debian/watch
ndesk-dbus/tags/0.4-1/
ndesk-dbus/tags/0.4-1/debian/
ndesk-dbus/tags/0.4-1/debian/control
ndesk-dbus/tags/0.4-1/debian/watch
Removed:
ndesk-dbus-glib/tags/0.3-1/debian/control
ndesk-dbus-glib/tags/0.3-1/debian/rules
ndesk-dbus/tags/0.4-1/debian/control
Log:
* tag ndesk-dbus(-glib)
Copied: ndesk-dbus/tags/0.4-1 (from rev 2932, ndesk-dbus/trunk)
Copied: ndesk-dbus/tags/0.4-1/debian (from rev 2933, ndesk-dbus/trunk/debian)
Deleted: ndesk-dbus/tags/0.4-1/debian/control
===================================================================
--- ndesk-dbus/trunk/debian/control 2007-02-05 21:09:05 UTC (rev 2933)
+++ ndesk-dbus/tags/0.4-1/debian/control 2007-02-06 07:46:41 UTC (rev 2941)
@@ -1,23 +0,0 @@
-Source: ndesk-dbus
-Section: devel
-Priority: optional
-Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, libmono-corlib2.0-cil, libmono-system2.0-cil, libmono2.0-cil, pkg-config
-Standards-Version: 3.7.2
-
-Package: libndesk-dbus1.0-cil
-Architecture: all
-Depends: ${cli:Depends}, ${misc:Depends}
-Description: CLI implementation of D-Bus
- ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
- "managed D-Bus" to avoid confusion with existing bindings (which wrap
- libdbus).
- .
- D-Bus is a message bus, used for sending messages between
- applications. Conceptually, it fits somewhere in between raw sockets
- and CORBA in terms of complexity.
- .
- http://www.ndesk.org/DBusSharp
-
Copied: ndesk-dbus/tags/0.4-1/debian/control (from rev 2940, ndesk-dbus/trunk/debian/control)
Copied: ndesk-dbus/tags/0.4-1/debian/watch (from rev 2934, ndesk-dbus/trunk/debian/watch)
Copied: ndesk-dbus-glib/tags/0.3-1 (from rev 2932, ndesk-dbus-glib/trunk)
Copied: ndesk-dbus-glib/tags/0.3-1/debian (from rev 2933, ndesk-dbus-glib/trunk/debian)
Deleted: ndesk-dbus-glib/tags/0.3-1/debian/control
===================================================================
--- ndesk-dbus-glib/trunk/debian/control 2007-02-05 21:09:05 UTC (rev 2933)
+++ ndesk-dbus-glib/tags/0.3-1/debian/control 2007-02-06 07:46:41 UTC (rev 2941)
@@ -1,25 +0,0 @@
-Source: ndesk-dbus-glib
-Section: devel
-Priority: optional
-Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, libmono-corlib2.0-cil, libmono-system2.0-cil, libmono2.0-cil, libglib2.0-dev, libndesk-dbus1.0-cil (>= 0.4), pkg-config
-Standards-Version: 3.7.2
-
-Package: libndesk-dbus-glib1.0-cil
-Architecture: all
-Depends: ${cli:Depends}, ${misc:Depends}, pkg-config
-Description: CLI implementation of D-Bus (GLib mainloop integration)
- ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
- "managed D-Bus" to avoid confusion with existing bindings (which wrap
- libdbus).
- .
- D-Bus is a message bus, used for sending messages between
- applications. Conceptually, it fits somewhere in between raw sockets
- and CORBA in terms of complexity.
- .
- http://www.ndesk.org/DBusSharp
- .
- This package provides integration into the GLib mainloop.
-
Copied: ndesk-dbus-glib/tags/0.3-1/debian/control (from rev 2940, ndesk-dbus-glib/trunk/debian/control)
Deleted: ndesk-dbus-glib/tags/0.3-1/debian/rules
===================================================================
--- ndesk-dbus-glib/trunk/debian/rules 2007-02-05 21:09:05 UTC (rev 2933)
+++ ndesk-dbus-glib/tags/0.3-1/debian/rules 2007-02-06 07:46:41 UTC (rev 2941)
@@ -1,63 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is for the .wapi directory for Mono.
-export MONO_SHARED_DIR=$(CURDIR)
-
-# provide patch and unpatch targets
-include /usr/share/dpatch/dpatch.make
-
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\ -f2 | sed 's,-.*,,')
-
-build: patch-stamp build-stamp
-build-stamp:
- cd glib; gmcs -debug -out:NDesk.DBus.GLib.dll -t:library `pkg-config --libs ndesk-dbus-1.0` -keyfile:../ndesk.snk AssemblyInfo.cs GLib.IO.cs GLib.cs
- touch build-stamp
-
-clean: unpatch
- dh_testdir
- dh_testroot
- rm -f glib/NDesk.DBus.GLib.dll*
- rm -rf $(MONO_SHARED_DIR)/.wapi
- rm -f build-stamp
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- # install into /usr/lib/cli/ndesk-dbus-glib-1.0
- mkdir -p debian/tmp/usr/lib/cli/ndesk-dbus-glib-1.0
- cp glib/NDesk.DBus.GLib.dll* debian/tmp/usr/lib/cli/ndesk-dbus-glib-1.0
- mkdir -p debian/tmp/usr/lib/pkgconfig
- cp debian/ndesk-dbus-glib-1.0.pc debian/tmp/usr/lib/pkgconfig
- # fix permissions
- find debian/tmp -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installdirs
- dh_install
- dh_installcligac
- dh_installman
- dh_compress
- dh_fixperms
- dh_makeclilibs -m0.3
- dh_clideps
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install
Copied: ndesk-dbus-glib/tags/0.3-1/debian/rules (from rev 2939, ndesk-dbus-glib/trunk/debian/rules)
Copied: ndesk-dbus-glib/tags/0.3-1/debian/watch (from rev 2934, ndesk-dbus-glib/trunk/debian/watch)
More information about the Pkg-mono-svn-commits
mailing list