r43813 - in /scripts/KGB/debian: changelog control kgb-bot.examples kgb-bot.install kgb-client.examples kgb-client.install rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 7 13:04:13 UTC 2009


Author: dmn
Date: Mon Sep  7 13:04:02 2009
New Revision: 43813

URL: http://svn.debian.org/wsvn/?sc=1&rev=43813
Log:
split client script/man in kgb-client package

Added:
    scripts/KGB/debian/kgb-bot.install
    scripts/KGB/debian/kgb-client.examples
    scripts/KGB/debian/kgb-client.install
Modified:
    scripts/KGB/debian/changelog
    scripts/KGB/debian/control
    scripts/KGB/debian/kgb-bot.examples
    scripts/KGB/debian/rules

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=43813&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Mon Sep  7 13:04:02 2009
@@ -10,6 +10,7 @@
     + fix population of default password and proxy for servers
     + move checksum calculation back into servers loop
     + randomize server list
+  * split client script/man in kgb-client package
 
   [ gregor herrmann ]
   * debian/rules: simplify, and don't compress examples.

Modified: scripts/KGB/debian/control
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/control?rev=43813&op=diff
==============================================================================
--- scripts/KGB/debian/control (original)
+++ scripts/KGB/debian/control Mon Sep  7 13:04:02 2009
@@ -18,8 +18,29 @@
  libpoe-component-server-soap-perl, libpoe-component-irc-perl (>= 5.56),
  libyaml-perl, libproc-pid-file-perl, libdigest-sha1-perl, libsvn-perl,
  adduser, perl (>= 5.10)
+Suggests: kgb-client
 Description: IRC collaboration bot
  KGB is an IRC bot, helping people work together by notifying an IRC channel
  when a commit occures.
  .
  It supports multiple repositories/IRC channels and is fully configurable.
+ .
+ This package contains the server-side daemon, kgb-bot, which is responsible
+ for relaying commit notifications to IRC.
+
+Package: kgb-client
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10),
+ libdigest-sha1-perl,
+ libsoap-lite-perl,
+ libyaml-perl
+Suggests: kgb-bot
+Description: IRC collaboration bot (KGB) client
+ KGB is an IRC bot, helping people work together by notifying an IRC channel
+ when a commit occures.
+ .
+ It supports multiple repositories/IRC channels and is fully configurable.
+ .
+ This package contains the client-side program, kgb-client, which is supposed
+ to be used as an hook in your version control system and sends the
+ notifications to the KGB daemon.

Modified: scripts/KGB/debian/kgb-bot.examples
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/kgb-bot.examples?rev=43813&op=diff
==============================================================================
--- scripts/KGB/debian/kgb-bot.examples (original)
+++ scripts/KGB/debian/kgb-bot.examples Mon Sep  7 13:04:02 2009
@@ -1,2 +1,1 @@
 server/kgb.conf.sample
-client/*

Added: scripts/KGB/debian/kgb-bot.install
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/kgb-bot.install?rev=43813&op=file
==============================================================================
--- scripts/KGB/debian/kgb-bot.install (added)
+++ scripts/KGB/debian/kgb-bot.install Mon Sep  7 13:04:02 2009
@@ -1,0 +1,3 @@
+usr/sbin/*
+usr/share/man/man1/kgb-bot*
+etc/kgb-bot/*

Added: scripts/KGB/debian/kgb-client.examples
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/kgb-client.examples?rev=43813&op=file
==============================================================================
--- scripts/KGB/debian/kgb-client.examples (added)
+++ scripts/KGB/debian/kgb-client.examples Mon Sep  7 13:04:02 2009
@@ -1,0 +1,2 @@
+client/*.sample
+client/post-commit

Added: scripts/KGB/debian/kgb-client.install
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/kgb-client.install?rev=43813&op=file
==============================================================================
--- scripts/KGB/debian/kgb-client.install (added)
+++ scripts/KGB/debian/kgb-client.install Mon Sep  7 13:04:02 2009
@@ -1,0 +1,2 @@
+usr/bin/kgb-client
+usr/share/man/man1/kgb-client*

Modified: scripts/KGB/debian/rules
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/rules?rev=43813&op=diff
==============================================================================
--- scripts/KGB/debian/rules (original)
+++ scripts/KGB/debian/rules Mon Sep  7 13:04:02 2009
@@ -4,7 +4,7 @@
 	dh $@
 
 override_dh_auto_install:
-	dh_auto_install -- PREFIX=/usr DESTDIR=debian/kgb-bot
+	dh_auto_install -- PREFIX=/usr DESTDIR=debian/tmp
 
 override_dh_compress:
 	dh_compress -Xexamples




More information about the Pkg-perl-cvs-commits mailing list