[Pkg-cli-apps-commits] r5187 - in /packages/smuxi/trunk/debian: changelog control

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Thu Jan 7 16:33:33 UTC 2010


Author: meebey
Date: Thu Jan  7 16:33:33 2010
New Revision: 5187

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5187
Log:
  * debian/control
    + Updated build-deps to use the -cil-dev packages now.
    + Updated mono-devel build-dep to >= 2.4.3 and dropped obsolete explicit
      libmono*-cil build-deps.
    + Added libgnome-vfs2.0-cil-dev and libart2.0-cil-dev to build-deps to
      workaround a bug in the libgnome2.0-cil-dev package.
    + Enhanced package long descriptions.


Modified:
    packages/smuxi/trunk/debian/changelog
    packages/smuxi/trunk/debian/control

Modified: packages/smuxi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/changelog?rev=5187&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/changelog (original)
+++ packages/smuxi/trunk/debian/changelog Thu Jan  7 16:33:33 2010
@@ -1,11 +1,16 @@
-smuxi (0.6.4.1-2) UNRELEASED; urgency=low
+smuxi (0.6.4.1-2) unstable; urgency=low
 
-  * NOT RELEASED YET
   * debian/control:
     + Added librsvg2-common to the dependencies of smuxi-frontend-gnome as it
       needs the SVG loader support of GTK+.
+    + Updated build-deps to use the -cil-dev packages now.
+    + Updated mono-devel build-dep to >= 2.4.3 and dropped obsolete explicit
+      libmono*-cil build-deps.
+    + Added libgnome-vfs2.0-cil-dev and libart2.0-cil-dev to build-deps to
+      workaround a bug in the libgnome2.0-cil-dev package.
+    + Enhanced package long descriptions.
 
- -- Mirco Bauer <meebey at debian.org>  Sun, 08 Nov 2009 22:13:03 +0100
+ -- Mirco Bauer <meebey at debian.org>  Thu, 07 Jan 2010 17:11:16 +0100
 
 smuxi (0.6.4.1-1) unstable; urgency=medium
 

Modified: packages/smuxi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/control?rev=5187&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/control (original)
+++ packages/smuxi/trunk/debian/control Thu Jan  7 16:33:33 2010
@@ -4,21 +4,18 @@
 Maintainer: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~)
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.4.3),
+ libsmartirc4net-cil-dev (>= 0.4.5.1),
+ libnini-cil-dev (>= 1.1),
+ liblog4net-cil-dev,
+ libgtk2.0-cil-dev (>= 2.8),
+ libgnome2.0-cil-dev (>= 2.24),
+ libglade2.0-cil-dev (>= 2.8),
+ libglib2.0-cil-dev (>= 2.8),
+ libgnome-vfs2.0-cil-dev (>= 2.8),
+ libart2.0-cil-dev (>= 2.8),
+ lsb-release,
  pkg-config,
- mono-devel (>= 2.4.2.3),
- libmono-dev (>= 2.0),
- libmono2.0-cil,
- libmono-cairo2.0-cil,
- libmono-system-runtime2.0-cil,
- libsmartirc4net0.4-cil (>= 0.4.5.1),
- libnini1.1-cil,
- liblog4net1.2-cil,
- libgtk2.0-cil (>= 2.8),
- libgnome2.24-cil (>= 2.24),
- libgconf2.0-cil (>= 2.8),
- libglade2.0-cil (>= 2.8),
- libglib2.0-cil (>= 2.8),
- lsb-release,
  gettext,
  intltool,
  libtool,
@@ -38,11 +35,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  This is a metapackage which depends on the default flavor of Smuxi, which is
  the GNOME frontend with enhanced IRC support.
@@ -56,11 +57,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  This package contains the Smuxi engine, needed by Smuxi frontends or the
  standalone server.
@@ -72,11 +77,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  This package contains IRC support for the Smuxi engine.
 
@@ -88,11 +97,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  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.
@@ -105,11 +118,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  This package contains the base library for all Smuxi frontends.
 
@@ -122,11 +139,15 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  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).
@@ -141,10 +162,14 @@
  Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
  client for sophisticated users, targeting the GNOME desktop.
  .
- The special feature of Smuxi is that it can be used like the typical
- irssi+screen combo. The IRC session can run on a server (using
- `smuxi-server') and a frontend (like `smuxi-frontend-gnome') then can
- connect to that. The frontend can then be detached and re-attached at some
- later point without losing any IRC connections or messages. 
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
  .
  This package contains enhanced IRC support for the GNOME frontend of Smuxi.




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