1 bti (034-6) UNRELEASED; urgency=medium
3 * Replace '--with bash{_,-}completion' in debian/rules with a build
4 dependency on 'dh-sequence-bash-completion'.
6 -- gregor herrmann <gregoa@debian.org> Thu, 13 Aug 2020 14:50:40 +0200
8 bti (034-5) unstable; urgency=medium
10 * Declare compliance with Debian Policy 4.5.0.
11 * Set Rules-Requires-Root: no.
12 * Bump debhelper-compat to 12.
13 * debian/watch: use uscan version 4.
14 * Set upstream metadata fields: Bug-Submit.
15 * Remove obsolete fields Contact, Name from debian/upstream/metadata.
16 * Update years of packaging copyright.
17 * Update Homepage in debian/control. Thanks to duck.
19 -- gregor herrmann <gregoa@debian.org> Fri, 01 May 2020 20:15:04 +0200
21 bti (034-4) unstable; urgency=medium
23 * Add patch from upstream pull request to remove is_error() macro
24 which is deprecated in json-c 0.13.1 and later removed competely.
27 * Use HTTPS for Format URL in debian/copyright.
28 * Add debian/upstream/metadata.
29 * Set bindnow linker flag in debian/rules.
30 * Declare compliance with Debian Policy 4.3.0.
31 * Remove unneeded version constraint from build dependency.
32 * Remove trailing whitespace from debian/*.
33 * Add a (superficial) autopkgtest.
35 -- gregor herrmann <gregoa@debian.org> Sun, 23 Dec 2018 23:26:10 +0100
37 bti (034-3) unstable; urgency=medium
39 * Update debian/control priority to "optional"
40 * Bump Standards-Version to 4.1.4
41 * Use https URLs in debian/control
42 * Bump copyright years in debian/copyright
43 * Use debhelper and compat level 11; drop dh-autoreconf dependency,
44 which is enabled by default since compat level 10.
46 -- tony mancill <tmancill@debian.org> Sun, 01 Jul 2018 08:18:41 -0700
48 bti (034-2) unstable; urgency=medium
50 * debian/watch: switch upstream URL back to kernel.org.
51 * Also update Source field in debian/copyright.
52 * Add build dependency on pkg-config.
53 Thanks to David Suárez for the bug report.
56 -- gregor herrmann <gregoa@debian.org> Sun, 11 May 2014 21:01:38 +0200
58 bti (034-1) unstable; urgency=medium
60 * New upstream release. Important changes:
61 - use https for all Twitter URLs
63 - drop (already broken) support for StatusNet / identi.ca (which has
64 switched from StatusNet to the never-supported pump.io)
65 Closes: #714330, #717133
66 * debian/*: don't mention identi.ca/StatusNet anymore.
67 * Add patch to remove some more references to identi.ca from the help
68 output and the example config.
69 * Drop two patches (taken from upstream or fixed identically),
71 * Update years of packaging copyright.
72 * Declare compliance with Debian Policy 3.9.5.
74 -- gregor herrmann <gregoa@debian.org> Wed, 15 Jan 2014 19:01:33 +0100
76 bti (033-2) unstable; urgency=low
78 * Add patch use-EIO-instead-of-EREMOTEIO.patch, taken from upstream git.
81 -- gregor herrmann <gregoa@debian.org> Fri, 28 Jun 2013 12:55:53 +0200
83 bti (033-1) unstable; urgency=low
85 * New upstream release:
86 - fixes "bti should terminate with an error if the --config file can't
87 be read" (Closes: #669192)
88 - fixes "bti no longer works with Twitter and loses posted tweets"
89 by adjusting to the Twitter API v 1.1
91 * Refresh manpage-debian.patch (offset).
92 * Add build dependency on libjson-c-dev.
93 * Add patch to handle Debian's libjson-c.
94 * Add a patch to fix a spelling mistake in the manpage.
95 * Update OAuth instructions on README.Debian. (Closes: #706104)
96 * Update long description (direct messages are supported now).
98 -- gregor herrmann <gregoa@debian.org> Fri, 28 Jun 2013 01:55:26 +0200
100 bti (032-2) unstable; urgency=low
102 * Update Vcs-* headers.
103 * debian/watch: update after github URL schema change.
104 * Build depend on libcurl4-gnutls-dev instead of libcurl4-nss-dev (cf.
105 #650138) and make build dependency on liboauth-dev versioned just in
106 case). (LP: #1072720)
107 * Remove version from bash-completion build dependency, nothing older in
109 * debian/copyright: switch formatting to Copyright-Format 1.0.
110 * Update years of packaging copyright.
111 * Set Standards-Version to 3.9.4 (no changes).
112 * Bump debhelper compatibility level to 9.
113 * debian/rules: make build non-silent.
115 -- gregor herrmann <gregoa@debian.org> Mon, 06 May 2013 21:27:22 +0200
117 bti (032-1) unstable; urgency=low
119 * New upstream release
120 * debian/watch: use github redirector, there are no released tarballs at the
122 * The tarball from github doesn't ship a configure script; use
124 * Refresh patch manpage-debian.patch (offset), drop remaining patches (all
127 -- gregor herrmann <gregoa@debian.org> Sat, 03 Dec 2011 01:25:55 +0100
129 bti (031-4) unstable; urgency=low
131 * Build-depend on libcurl4-nss-dev instead of libcurl4-gnutls-dev; they
132 conflict with each other, and liboauth-dev now requires the former.
133 (Fixes a not-yet-detected FTBFS.)
135 -- gregor herrmann <gregoa@debian.org> Sat, 26 Nov 2011 23:53:14 +0100
137 bti (031-3) unstable; urgency=low
139 * Add patch to output the correct configfile name (identi.ca/OAuth/access
140 tokens). Thanks to Vincent Lefevre for the bug report; closes: #646681.
142 -- gregor herrmann <gregoa@debian.org> Sat, 05 Nov 2011 17:48:05 +0100
144 bti (031-2) unstable; urgency=low
146 * New patch debian/patches/identi.ca-oauth.patch: change identica_* OAuth
147 URI's to point to https instead of http (closes: #602507).
148 * Set Standards-Version to 3.9.2 (no changes).
149 * Improve long description.
151 -- gregor herrmann <gregoa@debian.org> Tue, 25 Oct 2011 20:35:48 +0200
153 bti (031-1) unstable; urgency=low
155 * New upstream release:
156 - addresses "bti doesn't warn if the password is incorrect": check server
157 replies in non-background mode, only in non-OAuth mode
158 (partly solves #602502)
160 -- gregor herrmann <gregoa@debian.org> Tue, 22 Mar 2011 17:18:10 +0100
162 bti (030-1) unstable; urgency=low
164 * New upstream release.
165 * Switch to debhelper 8.
167 -- gregor herrmann <gregoa@debian.org> Fri, 18 Mar 2011 12:32:44 +0100
169 bti (029-2) unstable; urgency=low
171 * Upload to unstable.
173 -- gregor herrmann <gregoa@debian.org> Mon, 07 Feb 2011 18:32:28 +0100
175 bti (029-1) experimental; urgency=low
177 * New upstream release: includes fixes for
178 + "the --dry-run option has no effect (tweets get posted anyway)
179 with OAuth" (closes: #608608)
180 + "--replyto doesn't work with OAuth" (closes: #608112)
181 * laconi.ca was renamed to StatusNet (in August 2009); adjust package
182 description and add a patch to change the name in the manpage and the
183 example config; thanks to Julien Valroff for the bug report
185 * Drop patch 0001-Fixing-Identi.ca-s-OAuth-request_token-URI.patch, applied
187 * Refresh remaining patches.
188 * debian/copyright: update years of upstream and packaging copyright; update
190 * Don't install README anymore.
191 * Upload to experimental because of the freeze.
193 -- gregor herrmann <gregoa@debian.org> Fri, 14 Jan 2011 02:43:10 +0100
195 bti (028-2) unstable; urgency=low
197 * Add patch 0001-Fixing-Identi.ca-s-OAuth-request_token-URI.patch by Amir
198 Mohammad Saied which adds the oauth_callback parameter to the identi.ca
199 request_token URI in order to make OAuth work with identi.ca
201 * Minor fixes in README.Debian.
203 -- gregor herrmann <gregoa@debian.org> Wed, 24 Nov 2010 18:03:23 +0100
205 bti (028-1) unstable; urgency=low
207 * New upstream release:
208 - support for replying to notices
209 - adds OAuth support for both twitter and identi.ca (closes: #588235)
210 - split --background from --bash, and make the latter imply the former
211 * Refresh manpage-debian.patch.
212 * Set Standards-Version to 3.9.1 (no changes).
213 * Add build dependency on liboauth-dev.
214 * debian/rules: switch order of dh arguments (preparation for dh8).
215 * debian/copyright: update years of upstream copyright.
216 * Add README.Debian about OAuth usage.
218 -- gregor herrmann <gregoa@debian.org> Wed, 03 Nov 2010 23:00:59 +0100
220 bti (026-1) unstable; urgency=low
222 * Bump build dependency on bash-completion (needed for --with
223 bash-completion in debian/rules).
225 * New upstream release.
226 * Refresh patch manpage-debian.patch and DEP3 patch headers.
227 * debian/copyright: refresh DEP5 header, update years of packaging
229 * Set Standards-Version to 3.8.4 (no changes).
230 * Convert to source format 3.0 (quilt). Remove quilt framework.
231 Lower debhelper dependency.
233 -- gregor herrmann <gregoa@debian.org> Wed, 19 May 2010 21:41:04 +0200
235 bti (025-1) unstable; urgency=low
237 * New upstream release:
238 - set default host to twitter (closes: #563098)
239 - mention correct host in prompts (closes: #563099)
241 -- gregor herrmann <gregoa@debian.org> Sun, 10 Jan 2010 01:29:11 +0100
243 bti (024-1) unstable; urgency=low
245 * New upstream release:
246 - do not display password while user types it (LP: #386525)
247 - disable echo when reading the password
248 - add laconica group support
249 * debian/control: add Homepage field and adjust long description.
250 * Use "--with bash-completion" in debian/rules to install bash-completion
251 snippet; bump build dependencies on debhelper and bash-completion in
254 -- gregor herrmann <gregoa@debian.org> Wed, 02 Dec 2009 17:09:28 +0100
256 bti (023-2) unstable; urgency=low
258 * Build depend on libreadline-dev instead of libreadline5-dev, thanks to
259 Matthias Klose for the pointer.
260 * Set Standards-Version to 3.8.3 (no changes).
261 * Add debian/README.source to document quilt usage.
262 * Simplify debian/rules, adjust versioned build dependencies on debhelper
263 and quilt in debian/control.
264 * Use dh_bash-completion for installing the completion snippet; adjust
265 debian/rules, add a versioned build dependency on bash-completion.
267 -- gregor herrmann <gregoa@debian.org> Sun, 13 Sep 2009 16:14:08 +0200
269 bti (023-1) unstable; urgency=low
271 * New upstream release, main changes:
273 - SSL also for twitter
274 * debian/copyright: add new additional copyright holder.
275 * Refresh patch manpage-debian.patch.
276 * debian/control: mention additional actions in long description.
278 -- gregor herrmann <gregoa@debian.org> Thu, 28 May 2009 17:37:08 +0200
280 bti (022-1) unstable; urgency=low
282 * New upstream release, main changes:
283 - support for custim laconi.ca instances
284 - use SSL for identi.ca
285 * debian/copyright: add additional copyright holder.
287 -- gregor herrmann <gregoa@debian.org> Wed, 06 May 2009 23:05:42 +0200
289 bti (021-1) unstable; urgency=low
291 * New upstream release, contains changes in autoconf tools:
292 - simplify debian/rules and debian/install
293 - replace xmtlo with xsltproc, docbook-xsl, docbook-xml in debian/control
295 -- gregor herrmann <gregoa@debian.org> Wed, 15 Apr 2009 17:12:53 +0200
297 bti (020-1) unstable; urgency=low
299 * New upstream release:
300 - remove patch getopt.patch, included upstream
301 - remove manpage for bti-shrink-urls from debian/, included upstream
302 - upstream uses autoconf, adjust debian/rules and debian/install, remove
305 -- gregor herrmann <gregoa@debian.org> Tue, 14 Apr 2009 20:40:24 +0200
307 bti (017-1) unstable; urgency=low
309 * New upstream release.
310 * Add build-dependency on libpcre3-dev.
311 * Refresh patch manpage-debian.patch.
312 * debian/install: add new bti-shrink-urls.
313 * debian/copyright: add information about bti-shrink-urls.
314 * Create a manpage for bti-shrink-urls.
315 * debian/rules: skip dh_auto_install (upstream Makefile now has an install
316 target which is not easier to use than the manual installation we've been
318 * Add a new patch getopt.patch to make the new commandline options available
321 -- gregor herrmann <gregoa@debian.org> Tue, 24 Mar 2009 20:47:41 +0100
323 bti (015-1) unstable; urgency=low
325 * New upstream release; from the RELEASE-NOTES:
326 "--action support, bti now can output data from the twitter
327 and identica servers".
328 * Add build dependency on libxml2-dev.
329 * Refresh patch manpage-debian.patch.
330 * Set Standards-Version to 3.8.1 (no changes).
332 -- gregor herrmann <gregoa@debian.org> Thu, 12 Mar 2009 17:17:11 +0100
334 bti (014-1) unstable; urgency=low
336 * New upstream release.
338 -- gregor herrmann <gregoa@debian.org> Sat, 14 Feb 2009 18:36:36 +0100
340 bti (013-1) unstable; urgency=low
342 * New upstream release.
343 * Use dh_install instead of dh_bash-completion to install the bash
344 completion snippet in order to work around a problem on the amd64 buildd
345 (closes: #513115). Drop build dependency on bash-completion.
347 -- gregor herrmann <gregoa@debian.org> Thu, 05 Feb 2009 20:54:54 +0100
349 bti (012-1) unstable; urgency=low
351 * New upstream release.
352 * Install the new bash completion script; add bash-completion to
353 Build-Depends and Suggests.
354 * Refresh patch manpage-debian.patch.
356 -- gregor herrmann <gregoa@debian.org> Sun, 25 Jan 2009 00:52:13 +0100
358 bti (011-1) unstable; urgency=low
360 * New upstream release.
361 * Add build dependency on libreadline5-dev.
363 -- gregor herrmann <gregoa@debian.org> Tue, 20 Jan 2009 17:05:57 +0100
365 bti (010-1) unstable; urgency=low
367 * New upstream release, includes a new --proxy option and honours the
368 http_proxy environment variable (closes: #511087).
369 * Refresh patch manpage-debian.patch.
371 -- gregor herrmann <gregoa@debian.org> Mon, 12 Jan 2009 22:46:19 +0100
373 bti (008-1) unstable; urgency=low
375 * New upstream release (due to december twitter server change).
376 * Update years of packaging copyright.
378 -- gregor herrmann <gregoa@debian.org> Sat, 10 Jan 2009 06:01:45 +0100
380 bti (007-1) unstable; urgency=low
382 * New upstream release.
384 -- gregor herrmann <gregoa@debian.org> Sun, 26 Oct 2008 23:36:48 +0100
386 bti (006-1) unstable; urgency=low
388 * Initial release (Closes: #503241)
390 -- gregor herrmann <gregoa@debian.org> Fri, 24 Oct 2008 20:53:07 +0200