diff --git a/ChangeLog b/ChangeLog index d86bc71..5f09aa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,211 +1,150 @@ -commit 02d03c57cb5f061e374fe375c9b82f3c826cb538 -Author: Alexander Akulich -Date: 2020-11-01 18:57:58 +0300 - - Update NEWS for 0.2.2 release - -commit bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c -Author: Alexander Akulich -Date: 2020-11-01 18:19:16 +0300 - - Meson: Omit twisted_tests arg (make the script read it from file) - - Meson pass the argument without quotes and the script accept only $1. - Just omit the argument to make script read the tests list from file. - -commit 5b97f9d348c400630a61f8fe47f188f63e5a9b2a -Author: Alexander Akulich -Date: 2020-11-01 18:10:22 +0300 - - Adjust tests/twisted/tools/exec-with-log.sh to optionally omit libtool - -commit d47f2fbe9d027ddd6dd45d3bfc8ded06395ba951 -Author: Alexander Akulich -Date: 2020-11-01 18:09:47 +0300 - - Make .in script files executable (for the sake of Meson) - -commit ad485b602adb5b07058c27919d6230afc6e9a9a4 -Author: Alexander Akulich -Date: 2020-11-01 16:01:42 +0300 - - Tests: Omit messages/invalid-utf8.py for now - -commit 008cd4810ae8857f6527a1fc0923c8d06b21e68e -Author: Alexander Akulich -Date: 2020-11-01 15:37:04 +0300 - - Port tests to Python 3 - -commit 07f5b8e2be0d1f1e7838e8ed68c34b7e0e8b8863 -Author: Alexander Akulich -Date: 2020-11-01 15:17:48 +0300 - - Meson: Fix the build for 0.2 branch - -commit 3a1ce69b1a316f9547ff2e49a65cf8f501df279b -Author: Alexander Akulich -Date: 2020-11-01 15:06:59 +0300 - - Meson: Use Python 3 - -commit a4b0667200ecb4ad5e9bc0cc579f04e35d68aeef -Author: Alexander Akulich -Date: 2020-11-01 15:04:31 +0300 - - NEWS: Fix 0.2.1 release notes - -commit 0b32d6601442edc7220819a32b8cd8054cb7d825 -Author: Alexander Akulich -Date: 2020-11-01 15:03:44 +0300 - - Prepare 0.2.2 release - -commit b0f139ff63c4d5f9471423422f298443ae222f9a -Author: Alexander Akulich -Date: 2020-11-01 01:20:32 +0300 - - Prepare 0.2.1 - -commit 108e30c59bf2c7f96611129c67d060f232ddbaf4 -Author: Jan Tojnar -Date: 2018-11-18 16:12:13 +0100 - - build: Add meson build system - -commit 71ea7e98a1e68c5a51b0a36e662a95d07a04a3d7 -Author: Daniel Landau -Date: 2016-11-09 21:27:11 +0200 - - Handle modechars properly - - Never strip out modechars unless we are explicitly trying to parse - a nickname with modechars, i.e., atom 'C' - -commit c1ae3d2bdc7801cdf60adb6a5cdb6390a0749014 -Author: Daniel Landau -Date: 2016-11-09 00:09:17 +0200 - - Channel names can start with a '!' - - According to RFC2811 (https://tools.ietf.org/html/rfc2811#section-3.2) - channel names can start with a bang. Without this check the initial bang - gets stripped out and Telepathy tries to ensure as a channel without the - prefix. That obviously fails, leading to the messages from that channel - arriving as "private" messages. - -commit 07d021e5e1c11e9ecda0907038bb7a6fa7f18c58 -Author: David Heidelberg -Date: 2019-10-27 17:25:35 +0100 - - fix compilation on GCC 9.x, add #pragma - - Fixes: - In function 'strncpy', - inlined from 'idle_server_connection_send_async' at idle-server-connection.c:593:2: - /usr/include/bits/string_fortified.h:106:10: error: '__builtin_strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation] - 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - cc1: all warnings being treated as errors - - Signed-off-by: David Heidelberg - -commit c9b6a16206dd25c37ea3fc43f2b8870bfe410e52 -Author: Alexander Akulich -Date: 2020-11-01 01:33:47 +0300 - - tools/make-release-mail: Update from telepathy-glib (fix for python 3) - -commit 6967ca8e1f8d8f7948a430fea0bf159e126042be -Author: Michael Catanzaro -Date: 2020-09-24 07:03:10 -0500 - - Properly handle long IRC messages - - IRC messages are delimited by CRLF. When the string passed to - idle_parser_receive() doesn't end in \r or \n, the remaining parts get - stashed away to be used to form a message on the next call to - idle_parser_receive(). But telepathy-idle improperly assumes that the - next call to idle_parser_receive() will definitely contain \r or \n, - i.e. it assumes that an IRC message cannot be split between three calls - to idle_parser_receive(). That assumption is wrong. - - Fixes polari#147 - -commit 3f04a0d60fdc653bffd6919cb374a8d496771a8e -Author: Michael Catanzaro -Date: 2020-09-23 17:25:10 -0500 - - Fix build with python3 - - Hello from 2020! - - Fixes taken from Bastien's Fedora patches. Thanks Bastien! - -commit 5e5b677173ef64055b4a7073cb5a15066fc03f70 -Author: Guillaume Desmottes -Date: 2014-02-14 12:12:54 +0100 - - idle-connection: make sure to always reset force_disconnect_id - - Recent GLib raises a critical when trying to remove an invalid source. - - (cherry picked from commit 12211654baa75db13a05b5c2b3293d1378fcf7a2) - -commit acf5fcf4d830ae0b5953d8ded8eba4c17726c6f3 -Author: Diane Trout -Date: 2017-11-06 21:46:00 -0800 - - Returning FALSE from the timer function causes the timeout to be destroyed - - I asked one of the polari devs and was told that yes it is ok to set - the timer id to zero in the timer function. - - With this patch make check works without changing any of the expected - test results and without any coredumps - -commit 0ce3a8fa2bd3f4e72358bb53ecd0acf8fe448483 -Author: Diane Trout -Date: 2017-11-04 23:32:32 -0700 - - Avoid errors from Python caused by the deliberatly invalid Unicode - - Because stream.nick is Unicode when sendMessage combines the command, - nick, and invalid utf8 python 2.7 ends up converting everything to - Unicode. Since this test deliberately includes invalid Unicode, Python - notices and throws an exception. - - In Python 3, network traffic is usually encoded as bytes. So I thought - coercing the nick to bytes would be appropriate, and as bytes can contain - anything including invalid Unicode, Python doesn't throw an exception. - -commit 5a2510ddea8f165f0808a8841e1dca311c003e20 -Author: Diane Trout -Date: 2017-11-04 23:03:26 -0700 - - Update self-signed certificate to 2048 bytes with SHA-256 signature - - Valid for 10 years - -commit bf6d596e40e5b9426a68dcd22aa62a697457c4f7 -Author: Florian Müllner -Date: 2016-02-13 10:08:42 +0100 - - ctcp: Don't bling the non-bling - - When stripping color codes, we currently remove any sequence of digits - following ^C. As color codes use at most two digits, this means that we - also remove any numbers at the start of the colored text - make sure we - stop doing that and only remove digits that are actually part of a color - code. - - https://bugs.freedesktop.org/show_bug.cgi?id=94189 - -commit dc7568986824c07cd841d002ef7f15f65a16846a -Author: Guillaume Desmottes -Date: 2013-10-03 14:14:44 +0200 - - set nano version +commit d2f10e6fb1f4f8ee92120e8b9db88681177fb61d +Author: Laurent Bigonville +Date: 2020-12-03 12:44:19 +0100 + + debian/changelog: Fixup changelog entry + + Gbp-Dch: Ignore + +commit 21286759925084677909b3461ab3622b0a103acb +Author: Laurent Bigonville +Date: 2020-12-03 11:03:25 +0100 + + Release to unstable + +commit e3afa6fb05314bdea9b6a30829f9cd9e090e8bf7 +Author: Laurent Bigonville +Date: 2020-12-03 10:59:42 +0100 + + Build-depend against python3 instead of python2 (Closes: #943285) + +commit 98a4e6de0ffbf575f36eb1be31e0823666d5ef21 +Author: Laurent Bigonville +Date: 2020-12-03 10:57:28 +0100 + + New upstream release + +commit 1898baec67d55ce81f5ccc155a3c1570dc842a29 +Merge: 63fc45e 9abc57d +Author: Laurent Bigonville +Date: 2020-12-03 10:56:36 +0100 + + Update upstream source from tag 'upstream/0.2.2' + + Update to upstream version '0.2.2' + with Debian dir 779669186b5b669390b1d5cf5324590d738c99ce + +commit 9abc57dbf22b4da9f63b1e2ccc8aea62e6e1f441 +Author: Laurent Bigonville +Date: 2020-12-03 10:56:33 +0100 + + New upstream version 0.2.2 + +commit 63fc45e58df00679a6eac784a254412f2e0c1eec +Author: Laurent Bigonville +Date: 2020-12-03 10:52:50 +0100 + + Bump debhelper campatibility version to 13 + +commit ded37f1735885e2f0436f20e9e902b59d9131f4e +Author: Laurent Bigonville +Date: 2020-12-03 10:52:09 +0100 + + Remove Dafydd Harries from uploaders. Thanks for your past work on this package! (Closes: #965395) + +commit ef25af6c7141816555231bb18c7d241aca1bc531 +Author: Laurent Bigonville +Date: 2020-12-03 10:47:51 +0100 + + debian/watch: Use HTTPS and file format 4 + +commit 52db2369ad28b68c719770f2faade0d3161dd3ef +Author: Laurent Bigonville +Date: 2020-12-03 10:45:02 +0100 + + debian/control: Bump Standards-Version to 4.5.1 (no further changes) + +commit d781406749813d54f64883c09844ee9a8804f220 +Author: Laurent Bigonville +Date: 2020-12-03 10:43:56 +0100 + + debian/control: Update the Vcs-* fields now that the repository moved to salsa + +commit 551fb23262ab4e70689887a7477401f76324dc90 +Author: Laurent Bigonville +Date: 2020-12-03 10:42:04 +0100 + + Explicitly use python2 for build. The unversioned python executable is going away for Debian 11. Adjust the shebang accordingly. (Closes: #967217) + +commit 3514de9f112332a86b149e904c9e94d039e3573a +Author: Jonny Lamb +Date: 2016-06-15 16:18:14 +0100 + + Remove myself from Uploaders. + +commit 37c18df110382dc0ce73a2529041ca1e54e014af +Author: Simon McVittie +Date: 2014-12-12 13:42:59 +0000 + + Remove myself from Uploaders + +commit 56218dc976b7d6cda4259de86cdd3274acc22ef1 +Author: Simon McVittie +Date: 2014-09-16 19:11:46 +0100 + + release + +commit 053d093499c6865110ccd57a2a0200cd78189960 +Author: Simon McVittie +Date: 2014-09-16 14:24:48 +0100 + + debian/watch: don't watch for development or 1.0-branch versions + +commit e229b8744fc6a310a775bda13eab6761828a7842 +Author: Simon McVittie +Date: 2014-01-27 15:34:03 +0000 + + release + +commit 7e6b37526550cd22b2c67740db447b53327fa25b +Author: Simon McVittie +Date: 2014-01-27 15:33:52 +0000 + + drop patch backporting Idle to telepathy-glib 0.18, no longer needed + +commit 541d0441968e2a4dfa25e5daebdf3dfa5eac303b +Author: Simon McVittie +Date: 2014-01-27 15:32:34 +0000 + + update dependencies + +commit e4cea6339865b8268ea83ce34e90cb7f447ba1a5 +Author: Simon McVittie +Date: 2014-01-27 15:19:56 +0000 + + Standards-Version: 3.9.5 (no further changes) + +commit 582ebcc03223b026619bd0dbd2c632345e68e0c8 +Author: Simon McVittie +Date: 2014-01-27 15:19:24 +0000 + + New upstream release + +commit 91f9d240910039886f62249ce7db86d36ac11719 +Merge: 79c74e2 7901152 +Author: Simon McVittie +Date: 2014-01-27 15:18:08 +0000 + + Merge tag 'upstream/0.2.0' into debian + + Upstream version 0.2.0 + +commit 79011523acddc2c137081b812d7fbe5dac4f5f69 +Merge: 4a4001b 2237183 +Author: Simon McVittie +Date: 2014-01-27 15:18:07 +0000 + + Imported Upstream version 0.2.0 commit 22371837e080c41343600ca773fd987e5310baf2 Author: Guillaume Desmottes @@ -346,6 +285,51 @@ Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64923 Reviewed-by: Simon McVittie +commit 79c74e23d3313c724385188a2f0376207baed333 +Author: Simon McVittie +Date: 2013-06-16 13:14:49 +0100 + + Standards-Version: 3.9.4 (no further changes) + +commit cac6a217b4c15c96c1450f5531281382e2312033 +Author: Simon McVittie +Date: 2013-06-16 13:13:51 +0100 + + Provide a somewhat longer long description + + Also stop claiming that Idle is "fully featured" - it doesn't support + most channel-operator functionality. + +commit 8cd4528187463d03683b6333ad99c7ce05e0ed90 +Author: Simon McVittie +Date: 2013-06-16 13:08:31 +0100 + + Canonicalize Vcs-* fields + +commit a3048daa212e551effd79d169cf04d8e39b78736 +Author: Simon McVittie +Date: 2013-06-16 12:58:07 +0100 + + Use dh_autoreconf to run autoreconf during the build + +commit 69e10a9be188de39e944edfd2d33927d83209169 +Author: Simon McVittie +Date: 2013-06-16 13:06:54 +0100 + + Convert packaging from cdbs to dh + +commit 7b83f07586566cf75a4a390d623af9f35810eb7a +Author: Simon McVittie +Date: 2013-06-16 12:52:24 +0100 + + Remove update-patches.mk and README.source: this is now a perfectly ordinary git-buildpackage + quilt package (and gbp-pq can be used to manipulate patches) + +commit c82e0d42d3629d1d181b6e9a567f58d7fd3d7504 +Author: Simon McVittie +Date: 2013-06-16 12:49:06 +0100 + + Remove obsolete Debian-specific man page, superseded upstream + commit 231b12a7d127f07fc83b1c4486ddba9c65a16f66 Author: Simon McVittie Date: 2013-05-01 17:08:14 +0100 @@ -385,6 +369,28 @@ Date: 2013-05-01 17:01:37 +0100 nano version + +commit 58b51c95ba531577c767dcda5d2c15a514bd942f +Author: Simon McVittie +Date: 2013-05-01 16:09:06 +0100 + + New upstream release + +commit 9ac77f54847a27fe466b2679c92858cc7292ee3a +Merge: 591561e 4a4001b +Author: Simon McVittie +Date: 2013-05-01 15:51:06 +0100 + + Merge tag 'upstream/0.1.16' into debian + + Upstream version 0.1.16 + +commit 4a4001bbc538949be1b882943ead4ef17f46247a +Merge: f4e7ea2 25571e3 +Author: Simon McVittie +Date: 2013-05-01 15:51:05 +0100 + + Imported Upstream version 0.1.16 commit 25571e384d054707e5cdfd08ec65672194bcb9a6 Author: Simon McVittie @@ -599,6 +605,39 @@ Nano version +commit 591561ed51c9a2008c759b11e2dc6b5de7406f1c +Author: Simon McVittie +Date: 2013-04-24 16:35:15 +0100 + + New upstream release + + - update build-dependencies + - verifies TLS certificates properly (Closes: #706094) + +commit 1971b657938900fb058dd479c813b088154be8e6 +Merge: 72e5c92 f4e7ea2 +Author: Simon McVittie +Date: 2013-04-24 15:58:36 +0100 + + Merge tag 'upstream/0.1.15' into debian + + Upstream version 0.1.15 + +commit f4e7ea235a86274ff96972d4e52041bf21753f04 +Merge: 177ec38 0e60ce6 +Author: Simon McVittie +Date: 2013-04-24 15:58:35 +0100 + + Imported Upstream version 0.1.15 + +commit 72e5c929563dcbc5d6036b2c5d73c30c494a936a +Author: Simon McVittie +Date: 2013-04-24 15:56:22 +0100 + + Revert "Set debian branch to experimental again" + + This reverts commit b684d6f034766bcf633e5951b6d98090dc62838b. + commit 0e60ce6055608eef143cc47446cdca71bc0f4ccc Author: Simon McVittie Date: 2013-04-24 15:47:54 +0100 @@ -663,6 +702,33 @@ Reviewed-by: Simon McVittie +commit bc5e2e4a5278e75e82ce563f19a87f24fc9e5d13 +Author: Sjoerd Simons +Date: 2012-11-16 10:19:30 +0100 + + Target experimental + +commit 0e85b7893874474ea00c0ccdd6a360e8364410e5 +Author: Sjoerd Simons +Date: 2012-11-16 10:17:08 +0100 + + Upstream release 0.1.14 + +commit 0a61372c1d63461498b252b5e5f8ec3e86a26349 +Merge: bbbc763 177ec38 +Author: Sjoerd Simons +Date: 2012-11-16 10:16:51 +0100 + + Merge tag 'upstream/0.1.14' into debian-experimental + + Upstream version 0.1.14 + +commit 177ec38ac91c0e3fdc410b0266a5530e805b8114 +Author: Sjoerd Simons +Date: 2012-11-16 10:16:50 +0100 + + Imported Upstream version 0.1.14 + commit 9d4854585d1c2eac8a20af3b07952d43cc92cdb5 Author: Will Thompson Date: 2012-11-16 09:10:03 +0000 @@ -689,6 +755,33 @@ Date: 2012-11-16 08:50:43 +0000 Parse PONG more leniently + +commit bbbc76308f7ad52f0c4bc3580c97aa91c7571b63 +Author: Sjoerd Simons +Date: 2012-11-16 09:17:14 +0100 + + New upstream release + +commit ee06836612b0075dfdd1d2c5e5fe237160a8fc98 +Author: Sjoerd Simons +Date: 2012-11-16 09:17:01 +0100 + + Imported Upstream version 0.1.13 + +commit e9ccd9e78622bb648ae57b9189540085a193ec8c +Merge: b684d6f ee06836 +Author: Sjoerd Simons +Date: 2012-11-16 09:17:01 +0100 + + Merge tag 'upstream/0.1.13' into debian-experimental + + Upstream version 0.1.13 + +commit b684d6f034766bcf633e5951b6d98090dc62838b +Author: Sjoerd Simons +Date: 2012-11-16 09:16:50 +0100 + + Set debian branch to experimental again commit 3e3dd269f63f808049b4c7df5c7f1e50b7daedf2 Author: Will Thompson @@ -980,6 +1073,33 @@ Signed-off-by: Jonny Lamb +commit 065d51ea7c909ddee4f12c6b82612964d23075ec +Author: Sjoerd Simons +Date: 2012-08-05 14:39:37 +0200 + + Target unstable + +commit 4d91c7ec37f2930396caff08d537824e8de7cde8 +Author: Sjoerd Simons +Date: 2012-08-05 14:30:56 +0200 + + Start new upstream release + +commit e40fba9c4f43062d171b5260580e7f4af5dfe1f5 +Author: Sjoerd Simons +Date: 2012-08-05 14:29:56 +0200 + + Imported Upstream version 0.1.12 + +commit d40ceed1f30c098018f5d17d94bec931f8ca0ab2 +Merge: 8157934 e40fba9 +Author: Sjoerd Simons +Date: 2012-08-05 14:29:56 +0200 + + Merge tag 'upstream/0.1.12' into debian + + Upstream version 0.1.12 + commit d940d1a912f92d9c486464c3c6ae737fcac70be3 Author: Will Thompson Date: 2012-08-03 08:29:36 +0100 @@ -1679,6 +1799,21 @@ This makes idle compliant with the updated spec. +commit 8157934a062bf063bc3a2d27098b10d3568a9830 +Author: Sjoerd Simons +Date: 2011-11-02 07:12:25 +0000 + + Target unstable + +commit 8025b162a6c7f6cc3c7559ac7abcf9757464060f +Author: Sjoerd Simons +Date: 2011-11-02 07:10:10 +0000 + + debian/patches/Support-trailing-parameter-without-a-initial.patch: + + * debian/patches/Support-trailing-parameter-without-a-initial.patch: + + Added. Fix parsing of single-word topic as send by bip + commit a4c98cfc5f89e84628c7ebd4bcaeb431f986917a Author: Sjoerd Simons Date: 2011-11-01 23:10:00 +0000 @@ -1697,6 +1832,34 @@ Subject: implement ActorHandle property. Reviewed-by: Sjoerd Simons + +commit fce84940b0a331e063cffa9e93d4ecf85cc40dbb +Author: Sjoerd Simons +Date: 2011-11-01 13:18:05 +0100 + + Target unstable + +commit a13dac545a0810f4fad81a252f7a0b423cee98f5 +Author: Sjoerd Simons +Date: 2011-11-01 13:13:48 +0100 + + New upstream release + + * New upstream release + * debian/control: Bump glib and telepathy-glib b-d + +commit b2ae4cc543be0e6470f6d25fb18b4784d067f9af +Author: Sjoerd Simons +Date: 2011-11-01 13:12:17 +0100 + + Imported Upstream version 0.1.11 + +commit e0b52478c382afb6d1b50a52c61ebd888df55d6f +Merge: 67eaa2e b2ae4cc +Author: Sjoerd Simons +Date: 2011-11-01 13:12:17 +0100 + + Merge commit 'upstream/0.1.11' into debian commit 9a4964631952846d829fc63d8f4f5299e697908a Author: Will Thompson @@ -2126,6 +2289,31 @@ GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html Fixes: https://bugs.freedesktop.org/37515 + +commit 67eaa2e1a15bdd2813539e18d023277fb08c73f4 +Author: Jonny Lamb +Date: 2011-05-12 08:50:44 +0100 + + Target unstable. + +commit 809ae1bdc94c4ce4c743e3ced4b8b3054e698b1e +Author: Jonny Lamb +Date: 2011-05-12 08:50:18 +0100 + + New upstream release. + +commit c91f1c36f03eac28faebd1598d1c88ed7112c8c4 +Merge: f3c9363 de9528f +Author: Jonny Lamb +Date: 2011-05-12 08:45:08 +0100 + + Merge commit 'upstream/0.1.10' into debian + +commit de9528f971eb25491da8a52285a0decbbf87c81e +Author: Jonny Lamb +Date: 2011-05-12 08:45:07 +0100 + + Imported Upstream version 0.1.10 commit 4a1ebddd3a69fba828d6e71f4742077cd019b4a4 Author: Debarshi Ray @@ -2459,6 +2647,41 @@ Fixes: https://bugs.freedesktop.org/35058 +commit f3c93636ec76e52260d146f962ef80809a606101 +Author: Laurent Bigonville +Date: 2011-04-11 19:23:38 +0200 + + debian/gbp.conf: Set debian-branch to debian + +commit 986bd3657e85861e53756a8443d29a542065cd6c +Author: Laurent Bigonville +Date: 2011-04-11 19:13:53 +0200 + + Release to unstable + +commit 3c0f7d56988e1f495c193ca86665f0549f0b859b +Author: Laurent Bigonville +Date: 2011-04-11 19:10:28 +0200 + + New upstream release. + + * New upstream release. + * debian/control: + - Bump libtelepathy-glib-dev build-dependency + +commit 8749821a47f9de6aea2b71c2b666ff83fffdd261 +Merge: 1e29de5 e9351bc +Author: Laurent Bigonville +Date: 2011-04-11 19:07:17 +0200 + + Merge commit 'upstream/0.1.9' into debian-experimental + +commit e9351bc4e0fc64372450c933a05bdc059d44fcd0 +Author: Laurent Bigonville +Date: 2011-04-11 19:07:16 +0200 + + Imported Upstream version 0.1.9 + commit 5c3672d0d66eb9f51ef1c86d287d637b5d9f69d9 Author: Will Thompson Date: 2011-04-11 16:46:42 +0100 @@ -2672,6 +2895,12 @@ Reviewed-by: Olli Salli Signed-off-by: Will Thompson +commit 1e29de512d91999203ef67d82be513bc3359a4b1 +Author: Sjoerd Simons +Date: 2011-03-05 15:13:32 +0000 + + Upload to for experimental for now + commit b00a48f27869a28e9f2845739d5d2999e2997cfb Author: Olli Salli Date: 2011-03-04 12:23:21 +0200 @@ -2731,6 +2960,12 @@ Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34812 +commit d04479c94dd7f97eee197164d7d7905473fe003e +Author: Laurent Bigonville +Date: 2011-02-11 17:04:26 +0100 + + Switch to dpkg-source 3.0 (quilt) format + commit e521bae419cb485df241b60864edd842dca3b70d Author: Will Thompson Date: 2011-02-11 14:34:13 +0000 @@ -2749,6 +2984,37 @@ Fixes: +commit f71a812a4ddd1738cc7268c27ec9a3287be39113 +Author: Laurent Bigonville +Date: 2011-02-11 11:59:44 +0100 + + Bump libtelepathy-glib-dev build-dependency + +commit 9b2833d8d11a4bf63802c7f89a51a55a8e287367 +Author: Laurent Bigonville +Date: 2011-02-11 11:59:06 +0100 + + debian/control: Bump Standards-Version to 3.9.1 + +commit 908a8bfea598137cff29add00b4b474abaa6cced +Author: Laurent Bigonville +Date: 2011-02-11 11:50:03 +0100 + + New upstream release. + +commit c1c60bed03b3b20698ba033fa8b100c31921497a +Merge: 91bd6b4 5378df8 +Author: Laurent Bigonville +Date: 2011-02-11 11:49:16 +0100 + + Merge commit 'upstream/0.1.8' into debian + +commit 5378df8a6bee132b8da39859412b4cd487db774d +Author: Laurent Bigonville +Date: 2011-02-11 11:49:15 +0100 + + Imported Upstream version 0.1.8 + commit c8223feda96ec38ca0d5accabe4a563c20b7a5e1 Author: Guillaume Desmottes Date: 2011-02-11 10:07:46 +0100 @@ -2831,6 +3097,31 @@ Date: 2010-12-10 17:08:07 +0000 Update telepathy.am from telepathy-glib + +commit 91bd6b4781d403c8aa9a5114d665f8304e0ee9f0 +Author: Sjoerd Simons +Date: 2010-12-07 13:13:57 +0000 + + Target unstable + +commit 8ed2ac4f2bafc1b4c6b2748fc9cbe5706e93ea4e +Author: Sjoerd Simons +Date: 2010-12-07 13:03:04 +0000 + + New upstream release + +commit 11dd1b0f33085a3b0255c8e33558da3600853386 +Merge: 55fb122 87e8643 +Author: Sjoerd Simons +Date: 2010-12-07 13:01:36 +0000 + + Merge commit 'upstream/0.1.7' into debian + +commit 87e8643034cdc46c360c7576ad2f75543aedf46a +Author: Sjoerd Simons +Date: 2010-12-07 13:01:35 +0000 + + Imported Upstream version 0.1.7 commit 3d83a180df44ae86921d639cb5fd1e835b76feab Author: Sjoerd Simons @@ -3063,6 +3354,39 @@ Signed-off-by: Jonny Lamb +commit 55fb122ac94386b4445195077c08817565b75db0 +Author: Jonny Lamb +Date: 2010-02-19 13:58:39 +0000 + + Target untable. + + Signed-off-by: Jonny Lamb + +commit b9f15523db86cd48173853520de4cc6702608996 +Author: Jonny Lamb +Date: 2010-02-19 13:58:30 +0000 + + debian/control: Upped tp-glib build-dep to 0.8.0. + +commit 8c7f061230c17d4ca63105258ca626c00aaab0d5 +Author: Jonny Lamb +Date: 2010-02-19 13:54:42 +0000 + + New upstream release. + +commit 2283f3928b7d14ab5072ba67cfc21a84f95a0f6c +Merge: 0763bfa 294399a +Author: Jonny Lamb +Date: 2010-02-19 13:54:19 +0000 + + Merge commit 'upstream/0.1.6' into debian + +commit 294399a68c0080d581ee905ccd7322b6a0896167 +Author: Jonny Lamb +Date: 2010-02-19 13:54:18 +0000 + + Imported Upstream version 0.1.6 + commit 861597aa629703929399edb3e4ced0e9a49fa3dd Author: Guillaume Desmottes Date: 2010-02-19 13:19:10 +0000 @@ -3150,6 +3474,45 @@ Param was implemented but has been forget in the manager file for some reason. + +commit 0763bfa5fe9239a0af603d72774fa5887b02a5ee +Author: Jonny Lamb +Date: 2009-09-14 14:46:47 +0100 + + Target unstable. + + Signed-off-by: Jonny Lamb + +commit 3e278041791f09d365f808e5afd58b659ac1d48d +Author: Jonny Lamb +Date: 2009-09-14 14:46:32 +0100 + + debian/control: Upped Standards-Version. (no changes) + +commit 1c63d83df5d213cde9641b3e275c36507e1818f1 +Author: Jonny Lamb +Date: 2009-09-14 14:45:59 +0100 + + debian/rules: Pass --disable-silent-rules to get more verbose build logs. + +commit b9dc135a071c30b09d9539058b09da5597beb00c +Author: Jonny Lamb +Date: 2009-09-14 14:42:41 +0100 + + New upstream release. + +commit 9c3523b3aa64a6dada88f6705eba2abf225a3f11 +Merge: f5833b3 b4c84b7 +Author: Jonny Lamb +Date: 2009-09-14 14:42:19 +0100 + + Merge commit 'upstream/0.1.5' into debian + +commit b4c84b76ecb584c210f0234d946662a333f58b13 +Author: Jonny Lamb +Date: 2009-09-14 14:42:17 +0100 + + Imported Upstream version 0.1.5 commit 0da5af160fe1aee19eaa9f33f5b196bc521b4652 Author: Jonny Lamb @@ -3480,6 +3843,89 @@ Add the hex value of the connection's memory address to the end fo the object path as a uniquifier. + +commit f5833b3f73082eeb6acaa57dae8b7c4bebb47a0c +Author: Jonny Lamb +Date: 2009-02-20 19:05:47 +0000 + + Target unstable. + + Signed-off-by: Jonny Lamb + +commit 15749efe449786c29bd0376e26ac7af757abd15e +Author: Jonny Lamb +Date: 2009-02-20 19:05:26 +0000 + + debian/control: Removed duplicate Section field. + + Signed-off-by: Jonny Lamb + +commit ca30ffb3739e5ae18f587c13e669c9879319a902 +Author: Jonny Lamb +Date: 2009-02-20 19:05:01 +0000 + + debian/copyright: Link to LGPL-2.1 instead of LGPL in common-licenses. + +commit b32ad025a83dcdb997f482f6705eeee384f7acd7 +Author: Jonny Lamb +Date: 2009-02-20 18:55:39 +0000 + + debian/rules: Corrected s/class/rules/ typo in including simple-patchsys.mk. + +commit 692730cfae7e0d0572c70b9dc1ad72acef654364 +Author: Jonny Lamb +Date: 2009-02-20 18:48:18 +0000 + + debian/control: Upped build-dep on libtelepathy-glib-dev to >= 0.7.15. + + Signed-off-by: Jonny Lamb + +commit 2421f665807a2e18816352ba44b8300baf8c9405 +Author: Jonny Lamb +Date: 2009-02-20 18:47:00 +0000 + + debian/control: Upped Standards-Version. + + Signed-off-by: Jonny Lamb + +commit 4f5248fe5afc18c1ebf11ca0cd80a021e2e0ff1a +Author: Jonny Lamb +Date: 2009-02-20 18:43:51 +0000 + + debian/control: Added myself to Uploaders. + +commit 06d9160b3b9712cb7e3bbac594c60db56a82c596 +Author: Jonny Lamb +Date: 2009-02-20 18:42:43 +0000 + + debian/control: Removed XS-Dm-Upload-Allowed. + + Signed-off-by: Jonny Lamb + +commit fe260b15efdeeb871e8727541d2ef7a072602fa7 +Author: Jonny Lamb +Date: 2009-02-20 18:42:22 +0000 + + debian/gbp.conf: Removed no-create-orig field. + +commit cca4b673ba2115ad5c896f0c04b9357939c42f3f +Author: Jonny Lamb +Date: 2009-02-20 18:41:25 +0000 + + New upstream release. + +commit 8eb2bd0cd58f186b782421934d6290f90d2aac3d +Merge: 707c4c5 fdeb0b0 +Author: Jonny Lamb +Date: 2009-02-20 18:40:35 +0000 + + Merge commit 'upstream/0.1.3' into debian + +commit fdeb0b011e808248b07ad1b50398b37c051e9cde +Author: Jonny Lamb +Date: 2009-02-20 18:40:34 +0000 + + Imported Upstream version 0.1.3 commit 79673a760ccd017f21c15de12215fe8a569a4e1e Author: Jonathon Jongsma @@ -4305,6 +4751,62 @@ Bug was introduced in commit 02cf59fb7b7efebbec39422460ec13ae1e3f5c89 +commit 707c4c5181ca1b6ea9e71c855182a1f5e2d6ff0c +Author: Simon McVittie +Date: 2008-12-24 14:26:42 +0000 + + * Move packaging to git + * Use debian.org email addresses for me and Laurent + +commit b7631f8cb7792b2fcd336fa86e3ccbceb7497ea9 +Merge: f9c6c72 05c4ce1 +Author: Simon McVittie +Date: 2008-12-24 14:19:13 +0000 + + Merge commit 'upstream/0.1.2' into debian + +commit 05c4ce16ff188395bec751d5db68fb1a69cc3a56 +Author: Simon McVittie +Date: 2008-12-24 14:08:35 +0000 + + Imported Upstream version 0.1.2 + +commit fc084ad3f16bd962f11849cd342d59afe6365c36 +Author: Simon McVittie +Date: 2008-12-24 14:08:34 +0000 + + Imported Upstream version 0.1.1 + +commit 229e5f45b5d42e44360268c8ac4bd3ea4d420d02 +Author: Simon McVittie +Date: 2008-12-24 14:08:33 +0000 + + Imported Upstream version 0.1.0 + +commit 49457fb548588ad642f22a872096637da2cd73f0 +Author: Simon McVittie +Date: 2008-12-24 14:08:31 +0000 + + Imported Upstream version 0.0.5 + +commit 0e67a1e5bd9e128201637bb8326089565ce860a4 +Author: Simon McVittie +Date: 2008-12-24 14:08:30 +0000 + + Imported Upstream version 0.0.4 + +commit 153acf6309b2eee3d5faa9609a4f755c56587b64 +Author: Simon McVittie +Date: 2008-12-24 14:08:29 +0000 + + Imported Upstream version 0.0.3 + +commit 0f158e7026de9211986f17abeae58e57cac1e529 +Author: Simon McVittie +Date: 2008-12-24 14:08:28 +0000 + + Imported Upstream version 0.0.2.1 + commit f65a516ad01362f834f93cff1f947892c2bce46c Merge: bc09457 1917b5a Author: Simon McVittie @@ -4783,6 +5285,51 @@ 20071123140139-53eee-56849a8ae9ca447e90b62de8d14ec6e52f03546c.gz +commit f9c6c72eac7ad66f4bc17f7c5c7b84b90fab2ab7 +Merge: 6751466 71d2b96 +Author: Simon McVittie +Date: 2007-11-19 18:42:27 +0000 + + * Remove debian/telepathy-idle.8 on clean + * Use new Homepage field instead of old pseudo-field + * Use now official Vcs-* field + +commit 67514661c79319df47b5f00fd0c7ed5863e4e3ae +Author: Simon McVittie +Date: 2007-11-19 18:40:49 +0000 + + Add XS-Dm-Upload-Allowed: yes so I can upload it in future + +commit 71d2b96cfb3e6eeb7a6d5551d7276fa3506a079f +Author: Laurent Bigonville +Date: 2007-11-08 05:44:57 +0100 + + * Use now official Vcs-* field + +commit 0da5d508044a348e3959a739c01f8f2d424fb101 +Author: Laurent Bigonville +Date: 2007-11-08 05:02:14 +0100 + + * Use new Homepage field instead of old pseudo-field + +commit afdeb5d6ab32f43da37f35be59c5e748aee6fbea +Author: Laurent Bigonville +Date: 2007-11-07 18:54:00 +0100 + + * Remove debian/telepathy-idle.8 on clean + +commit 0501044e7cdc02259acbc97417e83a8921d1cde9 +Author: Simon McVittie +Date: 2007-11-07 13:33:48 +0000 + + Re-order rules file so the move to /usr/lib/telepathy actually happens + +commit 66245d153931a81f18e7808a1d5c1215afe995f1 +Author: Simon McVittie +Date: 2007-11-05 11:38:47 +0000 + + Sync man page with upstream patch submission: replace stray references to Gabble + commit c81f69f6db3db739f2c17ad9c0075e19de3c6f62 Author: Simon McVittie Date: 2007-11-05 11:09:42 +0000 @@ -4792,6 +5339,12 @@ 20071105110942-53eee-e69976f4df1c66a993b3c7a1c177540ccdf40e51.gz +commit 05d36a9786f212e7324ee3255c3cce86d525ef87 +Author: Simon McVittie +Date: 2007-11-03 18:09:57 +0000 + + Add man page, move binary to /usr/lib/telepathy + commit e5ad1bc2c7c4010d96550f16ea3f7b7ec1687410 Author: Simon McVittie Date: 2007-10-26 11:04:38 +0000 @@ -4801,6 +5354,25 @@ 20071026110438-53eee-867b50d1ec1e62cba39f29b9208beb5e470bde53.gz +commit 0f33ffccf790ada56021a93cccdff6f311eadecf +Author: Sjoerd Simons +Date: 2007-09-29 12:42:30 +0200 + + * Add build-depend on python + +commit 9d500abcba43cfb6ee60a0ab96cbf5422ac5d7ac +Author: Sjoerd Simons +Date: 2007-09-29 12:41:27 +0200 + + * Add build-depend on xsltproc + * Wrap the build-depends and uploaders fields + +commit 04c562250f0c8c95b406d94f483eb3b0389f57b4 +Author: Simon McVittie +Date: 2007-09-28 14:54:01 +0100 + + UNRELEASED -> unstable (sponsor requested) + commit c2d95a4b96eae6f5e692ace9f200589695cc6f6f Author: Simon McVittie Date: 2007-09-28 13:27:46 +0000 @@ -4810,6 +5382,23 @@ 20070928132746-53eee-2d8a25cddd9dda524317cc6cf395af50e9818796.gz +commit cd7bf7c27a315387dfa16489b3242fb7e730c6d9 +Author: Simon McVittie +Date: 2007-09-28 14:26:08 +0100 + + * Fix "dpkg-genchanges: warning: missing Section for source files" + * Note that #442746 is fixed + +commit 3a4a801bc503509d72201f805536f0836b57dfbb +Author: Simon McVittie +Date: 2007-09-28 14:20:24 +0100 + + * New upstream version 0.1.2 (build-system-only release) + - drop build dependency on libtelepathy-glib-unstable static library, + we now use an internal copy of the Renaming interface + * Include Collabora copyright in copyright file, update years + * Use http://wiki.debian.org/Proposals/CopyrightFormat for copyright file + commit 1561825143322b711164d9c7a218f4f8850724ed Author: Simon McVittie Date: 2007-09-28 13:08:08 +0000 @@ -4873,6 +5462,30 @@ 20070925192841-53eee-a61557a2cf97d52ca9dfb909cf2659d2ff9a165c.gz +commit d84d02b6cd87f559a4d0908f4fe1e750b3d5de23 +Author: Laurent Bigonville +Date: 2007-08-28 19:35:50 +0200 + + * Add myself as an Uploaders + +commit a9ef9f03ef18e9b85eb093ffcd62fd223d694ac2 +Author: Laurent Bigonville +Date: 2007-08-06 15:12:50 +0200 + + * Add XS-Vcs-Bzr to control file + +commit a5b2f45963f9d35a808cc185d3205ba594ddb50e +Author: Laurent Bigonville +Date: 2007-07-16 17:31:52 +0200 + + * Adding watch file + +commit 977d3140e50441bf32007c7709f6c2e99cbcbeb9 +Author: Sjoerd Simons +Date: 2007-06-13 08:29:57 +0200 + + New upstream release (0.1.1) + commit b9d946038a2420aab9d1669542dcdd1fc8dd42f6 Author: Olli Salli Date: 2007-06-12 16:25:18 +0000 @@ -4909,6 +5522,30 @@ 20070510101223-9db4d-a50c3ddec233076d28fd9bce763f4d1e5ee59281.gz +commit 047f342bc4400e14987123af1ac3fcf5b94da396 +Author: Sjoerd Simons +Date: 2007-05-10 11:02:43 +0200 + + Undo accidental wrapping + +commit 1ae60059377fad8571489bd0eb47de79fd9ec1f9 +Author: Sjoerd Simons +Date: 2007-05-10 11:02:06 +0200 + + add libtelepathy-glib-unstable-dev to build-deps + +commit d6cd1110081209b150f77bbb7483a5f57a100672 +Author: Sjoerd Simons +Date: 2007-05-10 10:59:06 +0200 + + Set the mailinglist to be the maintainer + +commit 1e0ece8a8802a696ca102e58e492e8df35b9cba4 +Author: Sjoerd Simons +Date: 2007-05-01 19:25:42 +0200 + + Package telepathy-idle 0.1.0 + commit 53cd5666bd2bdaca0badb4d5ce746e04765c2a46 Author: Olli Salli Date: 2007-05-01 13:02:53 +0000 @@ -5548,6 +6185,18 @@ 20070412182348-9db4d-3d9b6ab856e87ef0e01e2003b7dc4dc9abd75b86.gz +commit a08bfe14a20746013a5d3f33d288ada94d96a756 +Author: Sjoerd Simons +Date: 2007-04-12 20:03:23 +0200 + + Correct Olli Salli's mail address + +commit 3b0e4d2fc8bae171dd81ad14ee342a0b8d206860 +Author: Sjoerd Simons +Date: 2007-04-12 20:02:26 +0200 + + Sanatize maintainers/uploaders + commit e53736fc28a9c95dfb6d9992563d0ff8768bf3f4 Author: Olli Salli Date: 2007-04-12 17:38:04 +0000 @@ -5890,6 +6539,12 @@ 20070328152136-9db4d-4b0c241a38a6cab149f9af00bd5b243f39644048.gz +commit 8e461f6775867a5e38b9a15d109201819b77870d +Author: Simon McVittie +Date: 2007-03-26 19:13:08 +0100 + + New upstream 0.0.5-1 + commit 05b15bd32a8d3253e99f92307f18b28ded44ac7d Author: Olli Salli Date: 2007-03-22 17:25:41 +0000 @@ -6250,6 +6905,24 @@ 20070131143722-9db4d-edb35f1c390f891c7b8df273acdf7fd7051c4ca2.gz +commit 89b95125a6320ba857221d31ecc874fdb09bd9ce +Author: Riccardo Setti +Date: 2007-01-30 11:06:50 +0100 + + added myself as uploader + +commit a984c01f822c0e3ef7ff245b8ba073a150e091e4 +Author: Riccardo Setti +Date: 2007-01-30 10:58:35 +0100 + + removed libsofia build-deps + +commit 91c3a2bdbefc2e339d1d7af434cb5a98de83d91f +Author: Riccardo Setti +Date: 2007-01-30 10:56:14 +0100 + + new upstream + commit 7a897b917168505139de0c726e96663e2c7ed977 Author: Olli Salli Date: 2007-01-29 15:47:36 +0000 @@ -6258,6 +6931,42 @@ 20070129154736-9db4d-be80727a61507e6581870228122d0d2a7c12995e.gz + +commit 853e1d0e32e9f205763ad149e8037ca27f3aed3e +Author: Sjoerd Simons +Date: 2007-01-25 19:18:13 +0100 + + New upstream release + +commit aebbf9753e909321f642aa73706a1f280a362b16 +Author: Daniel Holbach +Date: 2006-10-11 19:12:30 +0200 + + telepathy-idle provides telepathy-connection-manager. + +commit 5da0d4b339936cc4831df8f5dff1e132312b8d5a +Author: Daniel Holbach +Date: 2006-09-26 17:32:38 +0200 + + improved copyright, changed descriptions, dropped autoreconf hackery and some build-depends for that + +commit 63a756f2fee53821b60bfc357a7ba6c129610ad4 +Author: Daniel Holbach +Date: 2006-09-21 16:28:54 +0200 + + changed version number, changed compatibility, changed standards-version, changed build-deps according to configure.ac, dropped unneeded stuff from debian/rules + +commit cadb37ae96dc41ad463edc245148913a58c3d748 +Author: Christophe Sauthier +Date: 2006-09-21 13:19:50 +0200 + + Recall of the debian history in the changelog + +commit c0297f4ffe140266facc839227be47862035a8ec +Author: Christophe Sauthier +Date: 2006-09-21 12:23:45 +0200 + + Adaptation of the debian unstable package (found on the upstream svn server https://svn.sourceforge.net/svnroot/telepathy-idle/releases/telepathy-idle-0.0.2.1/) so that it builds fine on edgy. commit 36e7ba52d4397763aca609c368bc6f2472b644a1 Author: git-darcs-import <> diff --git a/Makefile.in b/Makefile.in index b27a524..7be709d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -141,8 +141,8 @@ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.h.in +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -165,7 +165,7 @@ DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/tools/telepathy.am AUTHORS COPYING ChangeLog INSTALL \ - NEWS README compile config.guess config.sub install-sh \ + NEWS README compile config.guess config.sub depcomp install-sh \ ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) @@ -205,6 +205,8 @@ DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -608,6 +610,10 @@ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -650,6 +656,8 @@ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -666,7 +674,7 @@ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ @@ -828,7 +836,7 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ + dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ diff --git a/aclocal.m4 b/aclocal.m4 index fd2883c..ab57017 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.16.1 -*- Autoconf -*- - -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# generated automatically by aclocal 1.16.3 -*- Autoconf -*- + +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -296,7 +296,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -311,7 +311,7 @@ [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.16.1], [], +m4_if([$1], [1.16.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -327,14 +327,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.16.1])dnl +[AM_AUTOMAKE_VERSION([1.16.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -354,7 +354,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -406,7 +406,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -437,7 +437,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -628,7 +628,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -667,7 +667,9 @@ done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi @@ -694,7 +696,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -891,7 +893,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -912,7 +914,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -933,7 +935,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -976,7 +978,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -997,12 +999,7 @@ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then @@ -1013,7 +1010,7 @@ fi ]) -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1049,7 +1046,7 @@ # Obsolete and "removed" macros, that must however still report explicit # error messages when used, to smooth transition. # -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1076,7 +1073,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1105,7 +1102,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1152,7 +1149,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1235,12 +1232,14 @@ m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) else - dnl Query Python for its version number. Getting [:3] seems to be - dnl the best way to do this; it's what "site.py" does in the standard - dnl library. + dnl Query Python for its version number. Although site.py simply uses + dnl sys.version[:3], printing that failed with Python 3.10, since the + dnl trailing zero was eliminated. So now we output just the major + dnl and minor version numbers, as numbers. Apparently the tertiary + dnl version is not of interest. AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], - [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) + [am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % sys.version_info[[:2]])"`]) AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) dnl Use the values of $prefix and $exec_prefix for the corresponding @@ -1390,7 +1389,7 @@ sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1409,7 +1408,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1490,7 +1489,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1550,7 +1549,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1578,7 +1577,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1597,7 +1596,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/configure b/configure index 7a1279a..d22b26c 100755 --- a/configure +++ b/configure @@ -2447,12 +2447,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then @@ -14130,7 +14125,7 @@ if ${am_cv_python_version+:} false; then : $as_echo_n "(cached) " >&6 else - am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` + am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % sys.version_info[:2])"` fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5 $as_echo "$am_cv_python_version" >&6; } @@ -16064,7 +16059,9 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } diff --git a/data/Makefile.in b/data/Makefile.in index 86c00e1..5101b4f 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 25e2e34..ad4f119 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -537,7 +537,8 @@ installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -639,7 +640,7 @@ uninstall-am: -.MAKE: all check install install-am install-strip +.MAKE: all check install install-am install-exec install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 205752c..d82e8d9 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/src/Makefile.in b/src/Makefile.in index db71098..a83481b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/tests/Makefile.in b/tests/Makefile.in index 2b168b7..842dea5 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -391,6 +391,7 @@ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test @@ -918,7 +919,7 @@ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ diff --git a/tests/twisted/Makefile.in b/tests/twisted/Makefile.in index 61e0ef8..f012c37 100644 --- a/tests/twisted/Makefile.in +++ b/tests/twisted/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -592,7 +592,8 @@ installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive -install-exec: install-exec-recursive +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive @@ -690,7 +691,7 @@ uninstall-am: .MAKE: $(am__recursive_targets) all check check-am install install-am \ - install-strip + install-exec install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am check-local clean clean-generic clean-libtool \ diff --git a/tests/twisted/tools/Makefile.in b/tests/twisted/tools/Makefile.in index 728411c..3c7a431 100644 --- a/tests/twisted/tools/Makefile.in +++ b/tests/twisted/tools/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -374,7 +374,8 @@ installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -471,7 +472,7 @@ uninstall-am: -.MAKE: all check install install-am install-strip +.MAKE: all check install install-am install-exec install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ diff --git a/tools/Makefile.in b/tools/Makefile.in index 43f5718..24a7892 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it,