diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 3 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f76e5ade..8e423588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bitlbee (3.4.2-1) UNRELEASED; urgency=medium    * Make the build reproducible by not encoding ARCH / CPU defines in      the binary. +  * Fix Vcs-* control headers after migration to Git.   -- Jelmer Vernooij <jelmer@debian.org>  Sun, 15 May 2016 17:15:13 +0000 diff --git a/debian/control b/debian/control index 435d8d06..d5283d6e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Jelmer Vernooij <jelmer@debian.org>  Standards-Version: 3.9.5  Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~)  Homepage: http://www.bitlbee.org/ -Vcs-Bzr: http://code.bitlbee.org/bitlbee/ +Vcs-Git: https://github.com/bitlbee/bitlbee +Vcs-Browser: https://github.com/bitlbee/bitlbee  Package: bitlbee  Architecture: any  | 
