Your message dated Sat, 09 Dec 2017 10:46:36 +0000
with message-id <1512816396.1994.30.ca...@adam-barratt.org.uk>
and subject line Closing bugs for updates included in stretch point release
has caused the Debian Bug report #882219,
regarding stretch-pu: package corebird/1.4.1-1+deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
882219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu
Dear release team,
Twitter changed the character limit of tweets to 280 chars (see [1]). The
version of corebird in stretch does only allow to compose tweets with 140
chars. The fix is really trivial[2].
Would you allow an update of corebird?
Best,
Philip
[1]
https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html
[2]
https://github.com/baedert/corebird/commit/d3cc0b068b4f3b1d0d97e4bd7c9e723d002636c1
diff -Nru corebird-1.4.1/debian/changelog corebird-1.4.1/debian/changelog
--- corebird-1.4.1/debian/changelog 2017-01-09 15:16:58.000000000 +0100
+++ corebird-1.4.1/debian/changelog 2017-11-20 11:43:37.000000000 +0100
@@ -1,3 +1,9 @@
+corebird (1.4.1-1+deb9u1) stretch; urgency=medium
+
+ * Allow 280 characters per tweet
+
+ -- Philip Rinn <ri...@inventati.org> Mon, 20 Nov 2017 11:43:37 +0100
+
corebird (1.4.1-1) unstable; urgency=medium
* New upstream release:
diff -Nru corebird-1.4.1/debian/patches/01-allow-280-characters.patch
corebird-1.4.1/debian/patches/01-allow-280-characters.patch
--- corebird-1.4.1/debian/patches/01-allow-280-characters.patch 1970-01-01
01:00:00.000000000 +0100
+++ corebird-1.4.1/debian/patches/01-allow-280-characters.patch 2017-11-16
12:09:28.000000000 +0100
@@ -0,0 +1,13 @@
+Description: Twitter changed the limit to 280 characters
+Author: Timm Bäder <m...@baedert.org>
+--- a/src/CbTweet.h
++++ b/src/CbTweet.h
+@@ -23,7 +23,7 @@
+ #include "CbTypes.h"
+ #include "CbMedia.h"
+
+-#define CB_TWEET_MAX_LENGTH 140
++#define CB_TWEET_MAX_LENGTH 280
+
+ typedef enum
+ {
diff -Nru corebird-1.4.1/debian/patches/series
corebird-1.4.1/debian/patches/series
--- corebird-1.4.1/debian/patches/series 1970-01-01 01:00:00.000000000
+0100
+++ corebird-1.4.1/debian/patches/series 2017-11-16 12:09:28.000000000
+0100
@@ -0,0 +1 @@
+01-allow-280-characters.patch
--- End Message ---
--- Begin Message ---
Version: 9.3
Hi,
Each of the updates referenced in these bugs was included in this
morning's stretch point release. Thanks!
Regards,
Adam
--- End Message ---