r33564 - in /scripts/KGB/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 19 12:18:14 UTC 2009


Author: gregoa
Date: Sun Apr 19 12:18:09 2009
New Revision: 33564

URL: http://svn.debian.org/wsvn/?sc=1&rev=33564
Log:
* debian/control:
  - fix Vcs-Svn URL
  - bump Standards-Version to 3.8.1
  - add ${misc:Depends}, ${perl:Depends} to Depends

Modified:
    scripts/KGB/debian/changelog
    scripts/KGB/debian/control

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=33564&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Sun Apr 19 12:18:09 2009
@@ -29,4 +29,10 @@
     interface (only global limits, not per client).
   * client/KGB_sendcommit: shut up the compiler warnings about typos.
 
+  [ gregor herrmann ]
+  * debian/control:
+    - fix Vcs-Svn URL
+    - bump Standards-Version to 3.8.1
+    - add ${misc:Depends}, ${perl:Depends} to Depends
+
  -- Damyan Ivanov <dmn at debian.org>  Mon, 28 Jul 2008 14:44:04 +0300

Modified: scripts/KGB/debian/control
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/control?rev=33564&op=diff
==============================================================================
--- scripts/KGB/debian/control (original)
+++ scripts/KGB/debian/control Sun Apr 19 12:18:09 2009
@@ -5,17 +5,18 @@
 Build-Depends-Indep: perl, libpoe-perl, libpoe-component-server-soap-perl,
  libpoe-component-irc-perl (>= 5.56), libyaml-perl, libproc-pid-file-perl,
  libdigest-sha1-perl, libsvn-perl
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-perl/scripts/KGB/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/scripts/KGB/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/scripts/KGB/
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: kgb-bot
 Architecture: all
-Depends: perl, libpoe-perl, libpoe-component-server-soap-perl,
- libpoe-component-irc-perl (>= 5.56), libyaml-perl, libproc-pid-file-perl,
- libdigest-sha1-perl, libsvn-perl, adduser
+Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl,
+ libpoe-component-server-soap-perl, libpoe-component-irc-perl (>= 5.56),
+ libyaml-perl, libproc-pid-file-perl, libdigest-sha1-perl, libsvn-perl,
+ adduser
 Description: IRC collaboration bot
  KGB is an IRC bot, helping people work together by notifying an IRC channel
  when a commit occures.




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