[Pkg-cli-apps-commits] r4074 - in /packages/smuxi: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/patches/

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Mon Jul 21 20:09:35 UTC 2008


Author: meebey
Date: Mon Jul 21 20:09:35 2008
New Revision: 4074

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4074
Log:
initial import of smuxi


Added:
    packages/smuxi/
    packages/smuxi/branches/
    packages/smuxi/tags/
    packages/smuxi/trunk/
    packages/smuxi/trunk/debian/
    packages/smuxi/trunk/debian/changelog
    packages/smuxi/trunk/debian/compat
    packages/smuxi/trunk/debian/control
    packages/smuxi/trunk/debian/copyright
    packages/smuxi/trunk/debian/docs
    packages/smuxi/trunk/debian/patches/
    packages/smuxi/trunk/debian/patches/00list
    packages/smuxi/trunk/debian/patches/use_real_libs.dpatch   (with props)
    packages/smuxi/trunk/debian/rules   (with props)
    packages/smuxi/trunk/debian/smuxi-engine-irc.install
    packages/smuxi/trunk/debian/smuxi-engine.install
    packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install
    packages/smuxi/trunk/debian/smuxi-frontend-gnome.install
    packages/smuxi/trunk/debian/smuxi-frontend-gnome.menu
    packages/smuxi/trunk/debian/smuxi-frontend.install
    packages/smuxi/trunk/debian/smuxi-server.install
    packages/smuxi/trunk/debian/watch

Added: packages/smuxi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/changelog?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/changelog (added)
+++ packages/smuxi/trunk/debian/changelog Mon Jul 21 20:09:35 2008
@@ -1,0 +1,5 @@
+smuxi (0.6.0-1~pre1) unstable; urgency=low
+
+  * Initial release. (Closes: #310836)
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 20 Jul 2008 16:04:10 +0200

Added: packages/smuxi/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/compat?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/compat (added)
+++ packages/smuxi/trunk/debian/compat Mon Jul 21 20:09:35 2008
@@ -1,0 +1,1 @@
+7

Added: packages/smuxi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/control?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/control (added)
+++ packages/smuxi/trunk/debian/control Mon Jul 21 20:09:35 2008
@@ -1,0 +1,107 @@
+Source: smuxi
+Section: gnome
+Priority: optional
+Maintainer: Mirco Bauer <meebey at debian.org>
+Build-Depends: debhelper (>= 7), dpatch
+Build-Depends-Indep: cli-common-dev (>= 0.4.7),
+ pkg-config,
+ mono-gmcs (>= 1.0) | c-sharp-2.0-compiler,
+ libmono2.0-cil,
+ libmono-system-runtime2.0-cil,
+ libsmartirc4net0.4-cil (>= 0.4.5),
+ libnini1.1-cil,
+ liblog4net1.2-cil,
+ libgtk2.0-cil (>= 2.8),
+ libgnome2.0-cil (>= 2.8),
+ libgconf2.0-cil (>= 2.8),
+ libglade2.0-cil (>= 2.8),
+ libglib2.0-cil (>= 2.8),
+ gettext,
+ intltool
+Standards-Version: 3.8.0
+
+Package: smuxi
+Architecture: all
+Suggests: smuxi-server
+Depends: smuxi-frontend-gnome-irc (= ${Source-Version})
+Description: IRC client for advanced users
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This is a meta package which depends on the default flavor of smuxi, which is
+ the GNOME frontend with extended IRC support.
+
+Package: smuxi-engine
+Architecture: all
+Replaces: smuxi (<< 0.5.25)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: Engine library for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains the smuxi engine, needed by smuxi frontends or the
+ standalone server.
+
+Package: smuxi-engine-irc
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, smuxi-engine (= ${Source-Version})
+Description: IRC support for Engine library for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains IRC support for the smuxi engine.
+
+Package: smuxi-server
+Architecture: all
+Replaces: smuxi (<< 0.5.25)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, smuxi-engine (= ${Source-Version})
+Description: Server application for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains the standalone server of smuxi, it doesn't need any GUI.
+ The smuxi frontends can connect to a running server via the network.
+
+Package: smuxi-frontend
+Architecture: all
+Replaces: smuxi (<< 0.5.25)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, smuxi-engine (= ${Source-Version})
+Description: Frontend library for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains the base library for all smuxi frontends.
+
+Package: smuxi-frontend-gnome
+Architecture: all
+Replaces: smuxi (<< 0.5.25)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, smuxi-engine (= ${Source-Version}), smuxi-frontend (= ${Source-Version})
+Description: GNOME frontend for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains the GNOME frontend of smuxi, it can run either standalone
+ using a local engine or connect to a running remote engine (server).
+
+Package: smuxi-frontend-gnome-irc
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, smuxi-engine (= ${Source-Version}), smuxi-engine-irc (= ${Source-Version}), smuxi-frontend (= ${Source-Version}), smuxi-frontend-gnome (= ${Source-Version})
+Description: IRC support for GNOME frontend for smuxi
+ Smart MUtipleXed Irc (smuxi) is an IRC client for advanced users.
+ It is split into 2 parts, engine and frontend. The frontend can be detached
+ from the running engine and later reattached, while keeping the complete
+ state.
+ .
+ This package contains extended IRC support for the GNOME frontend of smuxi.

Added: packages/smuxi/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/copyright?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/copyright (added)
+++ packages/smuxi/trunk/debian/copyright Mon Jul 21 20:09:35 2008
@@ -1,0 +1,31 @@
+This package was debianized by Mirco Bauer <meebey at meebey.net> on
+Tue, 17 Apr 2007 00:47:01 +0200.
+
+It was downloaded from:
+http://smuxi.meebey.net/
+
+Author(s):
+Mirco Bauer <meebey at meebey.net>
+
+Copyright:
+Copyright (C) 2003-2008 Mirco Bauer <meebey at meebey.net>
+
+License:
+
+   This package 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; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package 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 package; if not, write to the Free Software
+   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'.

Added: packages/smuxi/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/docs?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/docs (added)
+++ packages/smuxi/trunk/debian/docs Mon Jul 21 20:09:35 2008
@@ -1,0 +1,5 @@
+CREDITS
+FEATURES
+README
+TODO
+BUGS

Added: packages/smuxi/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/patches/00list?rev=4074&op=file
==============================================================================
    (empty)

Added: packages/smuxi/trunk/debian/patches/use_real_libs.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/patches/use_real_libs.dpatch?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/patches/use_real_libs.dpatch (added)
+++ packages/smuxi/trunk/debian/patches/use_real_libs.dpatch Mon Jul 21 20:09:35 2008
@@ -1,0 +1,38 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## use_real_libs.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad svn~/src/Makefile svn/src/Makefile
+--- svn~/src/Makefile	2007-06-12 23:03:41.000000000 +0200
++++ svn/src/Makefile	2007-06-12 23:05:17.000000000 +0200
+@@ -21,7 +21,7 @@
+ 
+ SMARTIRC_DLL=Meebey.SmartIrc4net.dll
+ SMARTIRC_DIR=../lib
+-SMARTIRC_REF=-r:$(SMARTIRC_DIR)/$(SMARTIRC_DLL)
++SMARTIRC_REF=$(shell pkg-config --libs smartirc4net)
+ 
+ JABBER_DLL=jabber-net.dll
+ JABBER_DIR=../lib
+@@ -29,15 +29,15 @@
+ 
+ LOG4NET_DLL=log4net.dll
+ LOG4NET_DIR=../lib
+-LOG4NET_REF=-r:$(LOG4NET_DIR)/$(LOG4NET_DLL) 
++LOG4NET_REF=$(shell pkg-config --libs log4net)
+ 
+ NINI_DLL=Nini.dll
+ NINI_DIR=../lib
+-NINI_REF=-r:$(NINI_DIR)/$(NINI_DLL)
++NINI_REF=$(shell pkg-config --libs nini-1.1)
+ 
+ POSIX_DLL=Mono.Posix.dll
+ POSIX_DIR=../lib
+-POSIX_REF=-r:$(POSIX_DIR)/$(POSIX_DLL)
++POSIX_REF=-r:Mono.Posix.dll
+ 
+ ENGINE_DEFINES=CONFIG_NINI
+ GNOME_DEFINES=UI_GNOME,GTK_SHARP_2,CONFIG_NINI

Propchange: packages/smuxi/trunk/debian/patches/use_real_libs.dpatch
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/smuxi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/rules?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/rules (added)
+++ packages/smuxi/trunk/debian/rules Mon Jul 21 20:09:35 2008
@@ -1,0 +1,24 @@
+#!/usr/bin/make -f
+export DH_VERBOSE=1
+
+include /usr/share/cli-common/cli.make
+include /usr/share/dpatch/dpatch.make
+
+build: patch-stamp
+	# skip the failing "make check" for now
+	dh $@ --before dh_auto_test
+	dh $@ --after dh_auto_test
+
+install: build
+	dh $@
+
+binary: binary-indep
+binary-indep: build install
+	dh $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
+
+%:
+	dh $@

Propchange: packages/smuxi/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/smuxi/trunk/debian/smuxi-engine-irc.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-engine-irc.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-engine-irc.install (added)
+++ packages/smuxi/trunk/debian/smuxi-engine-irc.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,1 @@
+usr/lib/smuxi/smuxi-engine-irc.dll*

Added: packages/smuxi/trunk/debian/smuxi-engine.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-engine.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-engine.install (added)
+++ packages/smuxi/trunk/debian/smuxi-engine.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,2 @@
+usr/lib/smuxi/smuxi-common.dll*
+usr/lib/smuxi/smuxi-engine.dll*

Added: packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install (added)
+++ packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,1 @@
+usr/lib/smuxi/smuxi-frontend-gnome-irc.dll*

Added: packages/smuxi/trunk/debian/smuxi-frontend-gnome.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-frontend-gnome.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-frontend-gnome.install (added)
+++ packages/smuxi/trunk/debian/smuxi-frontend-gnome.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,4 @@
+usr/bin/smuxi-frontend-gnome
+usr/lib/smuxi/smuxi-frontend-gnome.exe*
+#usr/share/applications/smuxi.desktop
+src/Frontend-GNOME/smuxi-frontend-gnome.desktop

Added: packages/smuxi/trunk/debian/smuxi-frontend-gnome.menu
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-frontend-gnome.menu?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-frontend-gnome.menu (added)
+++ packages/smuxi/trunk/debian/smuxi-frontend-gnome.menu Mon Jul 21 20:09:35 2008
@@ -1,0 +1,3 @@
+?package(smuxi):needs="X11" section="Apps/Net"\
+  title="smuxi" command="/usr/bin/smuxi-gnome-frontend"\
+  icon="/usr/share/pixmaps/gnome-talk.png"

Added: packages/smuxi/trunk/debian/smuxi-frontend.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-frontend.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-frontend.install (added)
+++ packages/smuxi/trunk/debian/smuxi-frontend.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,1 @@
+usr/lib/smuxi/smuxi-frontend.dll*

Added: packages/smuxi/trunk/debian/smuxi-server.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-server.install?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-server.install (added)
+++ packages/smuxi/trunk/debian/smuxi-server.install Mon Jul 21 20:09:35 2008
@@ -1,0 +1,2 @@
+usr/bin/smuxi-server
+usr/lib/smuxi/smuxi-server.exe*

Added: packages/smuxi/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/watch?rev=4074&op=file
==============================================================================
--- packages/smuxi/trunk/debian/watch (added)
+++ packages/smuxi/trunk/debian/watch Mon Jul 21 20:09:35 2008
@@ -1,0 +1,2 @@
+version=3
+http://smuxi.meebey.net/?page/Download .+/smuxi-([\d.]+)\.tar\.gz




More information about the Pkg-cli-apps-commits mailing list