[ubuntu/trusty-proposed] kgb-bot 1.31-1ubuntu1 (Accepted)

Bhavani Shankar bhavi at ubuntu.com
Sat Nov 9 14:27:16 UTC 2013


kgb-bot (1.31-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control: Add build dependency on language-pack-bg-base and delete
      build dependency on missing locales-all. This fixes an FTBFS.

kgb-bot (1.31-1) unstable; urgency=low

  * client: default to using json
  * remove author-login from default message templates
  * TODO: plans for implementing central configuration
  * import dirname in Client.pm
  * configure test git repositories wheter test bot is running or not
  * remove project from default configuration
  * update documentation about default message templates
  * add author_name field for CVS commits
  * client: decode arguments given to --relay-msg
  * require JSON::XS instead of plain JSON

kgb-bot (1.30-1) unstable; urgency=low

  * bot: fix colorize_change_wrapper

kgb-bot (1.29-1) unstable; urgency=low

  [ Martín Ferrari ]
  * Fix invalid Vcs-Svn field.
  * Check BOT_ENABLED before starting the bot in the restart action.

  [ gregor herrmann ]
  * Install missing App/KGB/Painter.pm and other files.
  * debian/rules: call dh_install with --fail-missing to avoid forgetting new
    files in the future.
  * debian/control: kgb-client: move libjson-* from Recommends to Depends.
    Thanks to Pete Wyckoff for the hint in #718286.
  * debian/control: make Vcs-* fields canonical. Thanks, lintian.
  * debian/control: use git instead of git-core, the package was renamed some
    years ago.
  * Fix failure with Safe-2.35.
    Thanks to Petr Písař <ppisar at redhat.com> for the patch.

  [ Damyan Ivanov ]
  * detect UTF8 in full author name
  * add kgb.enable-branch-ff-notification Git option (true by default) for
    managing fast forward notifications
  * declare test dependencies in test_requires
  * client: add --debug option
  * chomp git-config-determined config file path before usage
  * replace ~~ (smartmatch) usage. ~~ is deprecated in perl 5.18
  * replace given/when usage, declared experimental in perl 5.18
  * client: verify config file structures
  * git client: do not die on unknown ref updates (see #706375)
  * git client: squash creation if numerous tags (>5 currently)
  * configurable tag squash threshold/message
  * correct POD about Client->format_message arguments
  * bot: allow setting of "" color to disable colouring of a given item
  * bot: use App::KGB::Painter for coloring
  * bot: add --simulate-color option enabling color codes in the dump file
  * include tag name in the Tag object created from annotated tags
  * merge back kgb-client-git package into kgb-client
  * git client: allow specifying project-id via git-config
  * t/50-client.t: skip tests with UTF-8 commit messages (subversion) unless
    C_TYPE is known to use UTF-8. RT#80664
  * adapt to newer JSON-RPC which renamed the client module (RT#80666)
  * add versions to all modules to satisfy the CPAN indexer
  * make sure that strict and warnings are used everywhere

Date: Sat, 09 Nov 2013 19:34:21 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/kgb-bot/1.31-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 09 Nov 2013 19:34:21 +0530
Source: kgb-bot
Binary: kgb-bot kgb-client
Architecture: source
Version: 1.31-1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Description: 
 kgb-bot    - IRC collaboration bot
 kgb-client - client for KGB (IRC collaboration bot)
Changes: 
 kgb-bot (1.31-1ubuntu1) trusty; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - debian/control: Add build dependency on language-pack-bg-base and delete
       build dependency on missing locales-all. This fixes an FTBFS.
 .
 kgb-bot (1.31-1) unstable; urgency=low
 .
   * client: default to using json
   * remove author-login from default message templates
   * TODO: plans for implementing central configuration
   * import dirname in Client.pm
   * configure test git repositories wheter test bot is running or not
   * remove project from default configuration
   * update documentation about default message templates
   * add author_name field for CVS commits
   * client: decode arguments given to --relay-msg
   * require JSON::XS instead of plain JSON
 .
 kgb-bot (1.30-1) unstable; urgency=low
 .
   * bot: fix colorize_change_wrapper
 .
 kgb-bot (1.29-1) unstable; urgency=low
 .
   [ Martín Ferrari ]
   * Fix invalid Vcs-Svn field.
   * Check BOT_ENABLED before starting the bot in the restart action.
 .
   [ gregor herrmann ]
   * Install missing App/KGB/Painter.pm and other files.
   * debian/rules: call dh_install with --fail-missing to avoid forgetting new
     files in the future.
   * debian/control: kgb-client: move libjson-* from Recommends to Depends.
     Thanks to Pete Wyckoff for the hint in #718286.
   * debian/control: make Vcs-* fields canonical. Thanks, lintian.
   * debian/control: use git instead of git-core, the package was renamed some
     years ago.
   * Fix failure with Safe-2.35.
     Thanks to Petr Písař <ppisar at redhat.com> for the patch.
 .
   [ Damyan Ivanov ]
   * detect UTF8 in full author name
   * add kgb.enable-branch-ff-notification Git option (true by default) for
     managing fast forward notifications
   * declare test dependencies in test_requires
   * client: add --debug option
   * chomp git-config-determined config file path before usage
   * replace ~~ (smartmatch) usage. ~~ is deprecated in perl 5.18
   * replace given/when usage, declared experimental in perl 5.18
   * client: verify config file structures
   * git client: do not die on unknown ref updates (see #706375)
   * git client: squash creation if numerous tags (>5 currently)
   * configurable tag squash threshold/message
   * correct POD about Client->format_message arguments
   * bot: allow setting of "" color to disable colouring of a given item
   * bot: use App::KGB::Painter for coloring
   * bot: add --simulate-color option enabling color codes in the dump file
   * include tag name in the Tag object created from annotated tags
   * merge back kgb-client-git package into kgb-client
   * git client: allow specifying project-id via git-config
   * t/50-client.t: skip tests with UTF-8 commit messages (subversion) unless
     C_TYPE is known to use UTF-8. RT#80664
   * adapt to newer JSON-RPC which renamed the client module (RT#80666)
   * add versions to all modules to satisfy the CPAN indexer
   * make sure that strict and warnings are used everywhere
Checksums-Sha1: 
 49317665daf5644cc794c368b80f8b341d6a99df 2257 kgb-bot_1.31-1ubuntu1.dsc
 cba9ba1c48a7528815a80115c3b8c55b508a7b9e 97777 kgb-bot_1.31.orig.tar.gz
 128279355ac7daa5f3ec8904bdedd4cc26cf639e 12965 kgb-bot_1.31-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 509f151f6538c2574cede1518dd78be0bac7c3346bd925663063fd46a4a93cd6 2257 kgb-bot_1.31-1ubuntu1.dsc
 262e2ae8ba8bc3a39a38b3397378ce372d031c3e2a7750d36950995ad107b135 97777 kgb-bot_1.31.orig.tar.gz
 0ed72ae889fecdeca2db39f2870771e77bb792fd20ad7f30cf08129b4f644f8d 12965 kgb-bot_1.31-1ubuntu1.debian.tar.gz
Files: 
 c1370b8b453628a2d6efa4170da1ae00 2257 devel optional kgb-bot_1.31-1ubuntu1.dsc
 4663a9fa39c2965b27fb0488a83fd7d8 97777 devel optional kgb-bot_1.31.orig.tar.gz
 0d564c2dbeddc8f9a1b5061ec20f2106 12965 devel optional kgb-bot_1.31-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian KGB Maintainers <kgb-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQEcBAEBAgAGBQJSfkFuAAoJEBui67lbzQWk7kkIAJqqT8zZn6334Q6D0zjAm0Hi
RBf2XTtPYM80TqqXIjcslSyOMxEan4d8bzpn8WS+rMTb96RBPtjgvv0RtYoUiiHa
qHRDCrY5RlsDVyVqjr3adyDOVfdlZsNx/mcqpFOCxmYzZso7u/jO8vh/ZihLjzEo
n2+6mNRUySyHoEslGDc723iYqR05/kowZEKEOc+t939XoFE+suLqa+dJV0w1cywz
OpGzJ4FitbsjakgUaZhRY5bHhLnEF+KPisiNEm++P8Y0UJnk5vULUNc5xaphfs5c
sietY+VxoZZTi8xqy/cn3Prpd03d9eHMZmCnyVQPwhBIBel/sN2/Y8IJvQpwCRg=
=IaTa
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list