2014-05-11 - gregor herrmann <gregoa@debian.org>
bti (034-2) unstable; urgency=medium
* debian/watch: switch upstream URL back to kernel.org.
* Also update Source field in debian/copyright.
* Add build dependency on pkg-config.
Thanks to David Suárez for the bug report.
(Closes: #747771)
2014-01-15 - gregor herrmann <gregoa@debian.org>
bti (034-1) unstable; urgency=medium
* New upstream release. Important changes:
- use https for all Twitter URLs
Closes: #735367
- drop (already broken) support for StatusNet / identi.ca (which has
switched from StatusNet to the never-supported pump.io)
Closes: #714330, #717133
* debian/*: don't mention identi.ca/StatusNet anymore.
* Add patch to remove some more references to identi.ca from the help
output and the example config.
* Drop two patches (taken from upstream or fixed identically),
refresh one (offset).
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.5.
2013-06-28 - gregor herrmann <gregoa@debian.org>
bti (033-2) unstable; urgency=low
* Add patch use-EIO-instead-of-EREMOTEIO.patch, taken from upstream git.
(Closes: #714335)
2013-06-28 - gregor herrmann <gregoa@debian.org>
bti (033-1) unstable; urgency=low
* New upstream release:
- fixes "bti should terminate with an error if the --config file can't
be read" (Closes: #669192)
- fixes "bti no longer works with Twitter and loses posted tweets"
by adjusting to the Twitter API v 1.1
(Closes: #714032)
* Refresh manpage-debian.patch (offset).
* Add build dependency on libjson-c-dev.
* Add patch to handle Debian's libjson-c.
* Add a patch to fix a spelling mistake in the manpage.
* Update OAuth instructions on README.Debian. (Closes: #706104)
* Update long description (direct messages are supported now).
2013-05-06 - gregor herrmann <gregoa@debian.org>
bti (032-2) unstable; urgency=low
* Update Vcs-* headers.
* debian/watch: update after github URL schema change.
* Build depend on libcurl4-gnutls-dev instead of libcurl4-nss-dev (cf.
#650138) and make build dependency on liboauth-dev versioned just in
case). (LP: #1072720)
* Remove version from bash-completion build dependency, nothing older in
the archive.
* debian/copyright: switch formatting to Copyright-Format 1.0.
* Update years of packaging copyright.
* Set Standards-Version to 3.9.4 (no changes).
* Bump debhelper compatibility level to 9.
* debian/rules: make build non-silent.
2011-12-03 - gregor herrmann <gregoa@debian.org>
bti (032-1) unstable; urgency=low
* New upstream release
* debian/watch: use github redirector, there are no released tarballs at the
moment.
* The tarball from github doesn't ship a configure script; use
dh-autoreconf.
* Refresh patch manpage-debian.patch (offset), drop remaining patches (all
included upstream).
2011-11-26 - gregor herrmann <gregoa@debian.org>
bti (031-4) unstable; urgency=low
* Build-depend on libcurl4-nss-dev instead of libcurl4-gnutls-dev; they
conflict with each other, and liboauth-dev now requires the former.
(Fixes a not-yet-detected FTBFS.)
2011-11-05 - gregor herrmann <gregoa@debian.org>
bti (031-3) unstable; urgency=low
* Add patch to output the correct configfile name (identi.ca/OAuth/access
tokens). Thanks to Vincent Lefevre for the bug report; closes: #646681.
2011-10-25 - gregor herrmann <gregoa@debian.org>
bti (031-2) unstable; urgency=low
* New patch debian/patches/identi.ca-oauth.patch: change identica_* OAuth
URI's to point to https instead of http (closes: #602507).
* Set Standards-Version to 3.9.2 (no changes).
* Improve long description.
2011-03-22 - gregor herrmann <gregoa@debian.org>
bti (031-1) unstable; urgency=low
* New upstream release:
- addresses "bti doesn't warn if the password is incorrect": check server
replies in non-background mode, only in non-OAuth mode
(partly solves #602502)