kgb-bot 1.40-1 source package in Ubuntu

Changelog

kgb-bot (1.40-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/rules: switch from `dh_install --fail-missing' to `dh_missing
    --fail-missing' to prepare for the former's removal in future
    debhelper compatibility levels.
  * debian/rules: use DEB_VERSION_UPSTREAM instead of stripping the Debian
    revision from DEB_VERSION.
  * debian/rules: move version check to override_dh_auto_configure.
    That way the build fails earlier, and DEB_BUILD_OPTIONS=nocheck is
    honoured.
  * Bump debhelper compatibility level to 10.

  [ Damyan Ivanov ]
  * webhook/push: fix the compare URL when squashing branch updates
  * webhook/push: change the default for squash_threshold from 4 to 20

 -- Damyan Ivanov <email address hidden>  Tue, 20 Feb 2018 21:02:13 +0000

Upload details

Uploaded by:
Debian KGB Maintainers
Uploaded to:
Sid
Original maintainer:
Debian KGB Maintainers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kgb-bot_1.40-1.dsc 2.6 KiB 4d50eeb00996f177740ad84a0664658cdaf74f43171db1acc170bdcfa4e01c8f
kgb-bot_1.40.orig.tar.gz 113.6 KiB e5216012a06d0c17c1615b38e04611c6346050bfa8cad87e7099265bcb6d791d
kgb-bot_1.40-1.debian.tar.xz 13.9 KiB 97648aea709ccbda6e5e6fe7a05bbcd6b56fe07990b567aace0c62ffc7c04afd

Available diffs

No changes file available.

Binary packages built by this source

kgb-bot: IRC collaboration bot

 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 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.

kgb-client: client for KGB (IRC collaboration bot)

 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 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.
 .
 Currently supported version control systems are:
  * Git
  * Subversion
  * CVS