Codebase list telepathy-idle / 4f136f4
Import upstream version 0.2.2+git20201203.1.d2f10e6 Debian Janitor 2 years ago
12 changed file(s) with 1001 addition(s) and 284 deletion(s). Raw diff Collapse all Expand all
0 commit 02d03c57cb5f061e374fe375c9b82f3c826cb538
1 Author: Alexander Akulich <akulichalexander@gmail.com>
2 Date: 2020-11-01 18:57:58 +0300
3
4 Update NEWS for 0.2.2 release
5
6 commit bbcf090b9cb4ca97cbf8875e06e8166fc5322a5c
7 Author: Alexander Akulich <akulichalexander@gmail.com>
8 Date: 2020-11-01 18:19:16 +0300
9
10 Meson: Omit twisted_tests arg (make the script read it from file)
11
12 Meson pass the argument without quotes and the script accept only $1.
13 Just omit the argument to make script read the tests list from file.
14
15 commit 5b97f9d348c400630a61f8fe47f188f63e5a9b2a
16 Author: Alexander Akulich <akulichalexander@gmail.com>
17 Date: 2020-11-01 18:10:22 +0300
18
19 Adjust tests/twisted/tools/exec-with-log.sh to optionally omit libtool
20
21 commit d47f2fbe9d027ddd6dd45d3bfc8ded06395ba951
22 Author: Alexander Akulich <akulichalexander@gmail.com>
23 Date: 2020-11-01 18:09:47 +0300
24
25 Make .in script files executable (for the sake of Meson)
26
27 commit ad485b602adb5b07058c27919d6230afc6e9a9a4
28 Author: Alexander Akulich <akulichalexander@gmail.com>
29 Date: 2020-11-01 16:01:42 +0300
30
31 Tests: Omit messages/invalid-utf8.py for now
32
33 commit 008cd4810ae8857f6527a1fc0923c8d06b21e68e
34 Author: Alexander Akulich <akulichalexander@gmail.com>
35 Date: 2020-11-01 15:37:04 +0300
36
37 Port tests to Python 3
38
39 commit 07f5b8e2be0d1f1e7838e8ed68c34b7e0e8b8863
40 Author: Alexander Akulich <akulichalexander@gmail.com>
41 Date: 2020-11-01 15:17:48 +0300
42
43 Meson: Fix the build for 0.2 branch
44
45 commit 3a1ce69b1a316f9547ff2e49a65cf8f501df279b
46 Author: Alexander Akulich <akulichalexander@gmail.com>
47 Date: 2020-11-01 15:06:59 +0300
48
49 Meson: Use Python 3
50
51 commit a4b0667200ecb4ad5e9bc0cc579f04e35d68aeef
52 Author: Alexander Akulich <akulichalexander@gmail.com>
53 Date: 2020-11-01 15:04:31 +0300
54
55 NEWS: Fix 0.2.1 release notes
56
57 commit 0b32d6601442edc7220819a32b8cd8054cb7d825
58 Author: Alexander Akulich <akulichalexander@gmail.com>
59 Date: 2020-11-01 15:03:44 +0300
60
61 Prepare 0.2.2 release
62
63 commit b0f139ff63c4d5f9471423422f298443ae222f9a
64 Author: Alexander Akulich <akulichalexander@gmail.com>
65 Date: 2020-11-01 01:20:32 +0300
66
67 Prepare 0.2.1
68
69 commit 108e30c59bf2c7f96611129c67d060f232ddbaf4
70 Author: Jan Tojnar <jtojnar@gmail.com>
71 Date: 2018-11-18 16:12:13 +0100
72
73 build: Add meson build system
74
75 commit 71ea7e98a1e68c5a51b0a36e662a95d07a04a3d7
76 Author: Daniel Landau <daniel@landau.fi>
77 Date: 2016-11-09 21:27:11 +0200
78
79 Handle modechars properly
80
81 Never strip out modechars unless we are explicitly trying to parse
82 a nickname with modechars, i.e., atom 'C'
83
84 commit c1ae3d2bdc7801cdf60adb6a5cdb6390a0749014
85 Author: Daniel Landau <daniel@landau.fi>
86 Date: 2016-11-09 00:09:17 +0200
87
88 Channel names can start with a '!'
89
90 According to RFC2811 (https://tools.ietf.org/html/rfc2811#section-3.2)
91 channel names can start with a bang. Without this check the initial bang
92 gets stripped out and Telepathy tries to ensure as a channel without the
93 prefix. That obviously fails, leading to the messages from that channel
94 arriving as "private" messages.
95
96 commit 07d021e5e1c11e9ecda0907038bb7a6fa7f18c58
97 Author: David Heidelberg <david@ixit.cz>
98 Date: 2019-10-27 17:25:35 +0100
99
100 fix compilation on GCC 9.x, add #pragma
101
102 Fixes:
103 In function 'strncpy',
104 inlined from 'idle_server_connection_send_async' at idle-server-connection.c:593:2:
105 /usr/include/bits/string_fortified.h:106:10: error: '__builtin_strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation]
106 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
107 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108 cc1: all warnings being treated as errors
109
110 Signed-off-by: David Heidelberg <david@ixit.cz>
111
112 commit c9b6a16206dd25c37ea3fc43f2b8870bfe410e52
113 Author: Alexander Akulich <akulichalexander@gmail.com>
114 Date: 2020-11-01 01:33:47 +0300
115
116 tools/make-release-mail: Update from telepathy-glib (fix for python 3)
117
118 commit 6967ca8e1f8d8f7948a430fea0bf159e126042be
119 Author: Michael Catanzaro <mcatanzaro@gnome.org>
120 Date: 2020-09-24 07:03:10 -0500
121
122 Properly handle long IRC messages
123
124 IRC messages are delimited by CRLF. When the string passed to
125 idle_parser_receive() doesn't end in \r or \n, the remaining parts get
126 stashed away to be used to form a message on the next call to
127 idle_parser_receive(). But telepathy-idle improperly assumes that the
128 next call to idle_parser_receive() will definitely contain \r or \n,
129 i.e. it assumes that an IRC message cannot be split between three calls
130 to idle_parser_receive(). That assumption is wrong.
131
132 Fixes polari#147
133
134 commit 3f04a0d60fdc653bffd6919cb374a8d496771a8e
135 Author: Michael Catanzaro <mcatanzaro@gnome.org>
136 Date: 2020-09-23 17:25:10 -0500
137
138 Fix build with python3
139
140 Hello from 2020!
141
142 Fixes taken from Bastien's Fedora patches. Thanks Bastien!
143
144 commit 5e5b677173ef64055b4a7073cb5a15066fc03f70
145 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
146 Date: 2014-02-14 12:12:54 +0100
147
148 idle-connection: make sure to always reset force_disconnect_id
149
150 Recent GLib raises a critical when trying to remove an invalid source.
151
152 (cherry picked from commit 12211654baa75db13a05b5c2b3293d1378fcf7a2)
153
154 commit acf5fcf4d830ae0b5953d8ded8eba4c17726c6f3
155 Author: Diane Trout <diane@ghic.org>
156 Date: 2017-11-06 21:46:00 -0800
157
158 Returning FALSE from the timer function causes the timeout to be destroyed
159
160 I asked one of the polari devs and was told that yes it is ok to set
161 the timer id to zero in the timer function.
162
163 With this patch make check works without changing any of the expected
164 test results and without any coredumps
165
166 commit 0ce3a8fa2bd3f4e72358bb53ecd0acf8fe448483
167 Author: Diane Trout <diane@ghic.org>
168 Date: 2017-11-04 23:32:32 -0700
169
170 Avoid errors from Python caused by the deliberatly invalid Unicode
171
172 Because stream.nick is Unicode when sendMessage combines the command,
173 nick, and invalid utf8 python 2.7 ends up converting everything to
174 Unicode. Since this test deliberately includes invalid Unicode, Python
175 notices and throws an exception.
176
177 In Python 3, network traffic is usually encoded as bytes. So I thought
178 coercing the nick to bytes would be appropriate, and as bytes can contain
179 anything including invalid Unicode, Python doesn't throw an exception.
180
181 commit 5a2510ddea8f165f0808a8841e1dca311c003e20
182 Author: Diane Trout <diane@ghic.org>
183 Date: 2017-11-04 23:03:26 -0700
184
185 Update self-signed certificate to 2048 bytes with SHA-256 signature
186
187 Valid for 10 years
188
189 commit bf6d596e40e5b9426a68dcd22aa62a697457c4f7
190 Author: Florian Müllner <fmuellner@gnome.org>
191 Date: 2016-02-13 10:08:42 +0100
192
193 ctcp: Don't bling the non-bling
194
195 When stripping color codes, we currently remove any sequence of digits
196 following ^C. As color codes use at most two digits, this means that we
197 also remove any numbers at the start of the colored text - make sure we
198 stop doing that and only remove digits that are actually part of a color
199 code.
200
201 https://bugs.freedesktop.org/show_bug.cgi?id=94189
202
203 commit dc7568986824c07cd841d002ef7f15f65a16846a
204 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
205 Date: 2013-10-03 14:14:44 +0200
206
207 set nano version
0 commit d2f10e6fb1f4f8ee92120e8b9db88681177fb61d
1 Author: Laurent Bigonville <bigon@debian.org>
2 Date: 2020-12-03 12:44:19 +0100
3
4 debian/changelog: Fixup changelog entry
5
6 Gbp-Dch: Ignore
7
8 commit 21286759925084677909b3461ab3622b0a103acb
9 Author: Laurent Bigonville <bigon@debian.org>
10 Date: 2020-12-03 11:03:25 +0100
11
12 Release to unstable
13
14 commit e3afa6fb05314bdea9b6a30829f9cd9e090e8bf7
15 Author: Laurent Bigonville <bigon@debian.org>
16 Date: 2020-12-03 10:59:42 +0100
17
18 Build-depend against python3 instead of python2 (Closes: #943285)
19
20 commit 98a4e6de0ffbf575f36eb1be31e0823666d5ef21
21 Author: Laurent Bigonville <bigon@debian.org>
22 Date: 2020-12-03 10:57:28 +0100
23
24 New upstream release
25
26 commit 1898baec67d55ce81f5ccc155a3c1570dc842a29
27 Merge: 63fc45e 9abc57d
28 Author: Laurent Bigonville <bigon@debian.org>
29 Date: 2020-12-03 10:56:36 +0100
30
31 Update upstream source from tag 'upstream/0.2.2'
32
33 Update to upstream version '0.2.2'
34 with Debian dir 779669186b5b669390b1d5cf5324590d738c99ce
35
36 commit 9abc57dbf22b4da9f63b1e2ccc8aea62e6e1f441
37 Author: Laurent Bigonville <bigon@debian.org>
38 Date: 2020-12-03 10:56:33 +0100
39
40 New upstream version 0.2.2
41
42 commit 63fc45e58df00679a6eac784a254412f2e0c1eec
43 Author: Laurent Bigonville <bigon@debian.org>
44 Date: 2020-12-03 10:52:50 +0100
45
46 Bump debhelper campatibility version to 13
47
48 commit ded37f1735885e2f0436f20e9e902b59d9131f4e
49 Author: Laurent Bigonville <bigon@debian.org>
50 Date: 2020-12-03 10:52:09 +0100
51
52 Remove Dafydd Harries from uploaders. Thanks for your past work on this package! (Closes: #965395)
53
54 commit ef25af6c7141816555231bb18c7d241aca1bc531
55 Author: Laurent Bigonville <bigon@debian.org>
56 Date: 2020-12-03 10:47:51 +0100
57
58 debian/watch: Use HTTPS and file format 4
59
60 commit 52db2369ad28b68c719770f2faade0d3161dd3ef
61 Author: Laurent Bigonville <bigon@debian.org>
62 Date: 2020-12-03 10:45:02 +0100
63
64 debian/control: Bump Standards-Version to 4.5.1 (no further changes)
65
66 commit d781406749813d54f64883c09844ee9a8804f220
67 Author: Laurent Bigonville <bigon@debian.org>
68 Date: 2020-12-03 10:43:56 +0100
69
70 debian/control: Update the Vcs-* fields now that the repository moved to salsa
71
72 commit 551fb23262ab4e70689887a7477401f76324dc90
73 Author: Laurent Bigonville <bigon@debian.org>
74 Date: 2020-12-03 10:42:04 +0100
75
76 Explicitly use python2 for build. The unversioned python executable is going away for Debian 11. Adjust the shebang accordingly. (Closes: #967217)
77
78 commit 3514de9f112332a86b149e904c9e94d039e3573a
79 Author: Jonny Lamb <jonny@debian.org>
80 Date: 2016-06-15 16:18:14 +0100
81
82 Remove myself from Uploaders.
83
84 commit 37c18df110382dc0ce73a2529041ca1e54e014af
85 Author: Simon McVittie <smcv@debian.org>
86 Date: 2014-12-12 13:42:59 +0000
87
88 Remove myself from Uploaders
89
90 commit 56218dc976b7d6cda4259de86cdd3274acc22ef1
91 Author: Simon McVittie <smcv@debian.org>
92 Date: 2014-09-16 19:11:46 +0100
93
94 release
95
96 commit 053d093499c6865110ccd57a2a0200cd78189960
97 Author: Simon McVittie <smcv@debian.org>
98 Date: 2014-09-16 14:24:48 +0100
99
100 debian/watch: don't watch for development or 1.0-branch versions
101
102 commit e229b8744fc6a310a775bda13eab6761828a7842
103 Author: Simon McVittie <smcv@debian.org>
104 Date: 2014-01-27 15:34:03 +0000
105
106 release
107
108 commit 7e6b37526550cd22b2c67740db447b53327fa25b
109 Author: Simon McVittie <smcv@debian.org>
110 Date: 2014-01-27 15:33:52 +0000
111
112 drop patch backporting Idle to telepathy-glib 0.18, no longer needed
113
114 commit 541d0441968e2a4dfa25e5daebdf3dfa5eac303b
115 Author: Simon McVittie <smcv@debian.org>
116 Date: 2014-01-27 15:32:34 +0000
117
118 update dependencies
119
120 commit e4cea6339865b8268ea83ce34e90cb7f447ba1a5
121 Author: Simon McVittie <smcv@debian.org>
122 Date: 2014-01-27 15:19:56 +0000
123
124 Standards-Version: 3.9.5 (no further changes)
125
126 commit 582ebcc03223b026619bd0dbd2c632345e68e0c8
127 Author: Simon McVittie <smcv@debian.org>
128 Date: 2014-01-27 15:19:24 +0000
129
130 New upstream release
131
132 commit 91f9d240910039886f62249ce7db86d36ac11719
133 Merge: 79c74e2 7901152
134 Author: Simon McVittie <smcv@debian.org>
135 Date: 2014-01-27 15:18:08 +0000
136
137 Merge tag 'upstream/0.2.0' into debian
138
139 Upstream version 0.2.0
140
141 commit 79011523acddc2c137081b812d7fbe5dac4f5f69
142 Merge: 4a4001b 2237183
143 Author: Simon McVittie <smcv@debian.org>
144 Date: 2014-01-27 15:18:07 +0000
145
146 Imported Upstream version 0.2.0
208147
209148 commit 22371837e080c41343600ca773fd987e5310baf2
210149 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
345284 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64923
346285 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
347286
287 commit 79c74e23d3313c724385188a2f0376207baed333
288 Author: Simon McVittie <smcv@debian.org>
289 Date: 2013-06-16 13:14:49 +0100
290
291 Standards-Version: 3.9.4 (no further changes)
292
293 commit cac6a217b4c15c96c1450f5531281382e2312033
294 Author: Simon McVittie <smcv@debian.org>
295 Date: 2013-06-16 13:13:51 +0100
296
297 Provide a somewhat longer long description
298
299 Also stop claiming that Idle is "fully featured" - it doesn't support
300 most channel-operator functionality.
301
302 commit 8cd4528187463d03683b6333ad99c7ce05e0ed90
303 Author: Simon McVittie <smcv@debian.org>
304 Date: 2013-06-16 13:08:31 +0100
305
306 Canonicalize Vcs-* fields
307
308 commit a3048daa212e551effd79d169cf04d8e39b78736
309 Author: Simon McVittie <smcv@debian.org>
310 Date: 2013-06-16 12:58:07 +0100
311
312 Use dh_autoreconf to run autoreconf during the build
313
314 commit 69e10a9be188de39e944edfd2d33927d83209169
315 Author: Simon McVittie <smcv@debian.org>
316 Date: 2013-06-16 13:06:54 +0100
317
318 Convert packaging from cdbs to dh
319
320 commit 7b83f07586566cf75a4a390d623af9f35810eb7a
321 Author: Simon McVittie <smcv@debian.org>
322 Date: 2013-06-16 12:52:24 +0100
323
324 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)
325
326 commit c82e0d42d3629d1d181b6e9a567f58d7fd3d7504
327 Author: Simon McVittie <smcv@debian.org>
328 Date: 2013-06-16 12:49:06 +0100
329
330 Remove obsolete Debian-specific man page, superseded upstream
331
348332 commit 231b12a7d127f07fc83b1c4486ddba9c65a16f66
349333 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
350334 Date: 2013-05-01 17:08:14 +0100
384368 Date: 2013-05-01 17:01:37 +0100
385369
386370 nano version
371
372 commit 58b51c95ba531577c767dcda5d2c15a514bd942f
373 Author: Simon McVittie <smcv@debian.org>
374 Date: 2013-05-01 16:09:06 +0100
375
376 New upstream release
377
378 commit 9ac77f54847a27fe466b2679c92858cc7292ee3a
379 Merge: 591561e 4a4001b
380 Author: Simon McVittie <smcv@debian.org>
381 Date: 2013-05-01 15:51:06 +0100
382
383 Merge tag 'upstream/0.1.16' into debian
384
385 Upstream version 0.1.16
386
387 commit 4a4001bbc538949be1b882943ead4ef17f46247a
388 Merge: f4e7ea2 25571e3
389 Author: Simon McVittie <smcv@debian.org>
390 Date: 2013-05-01 15:51:05 +0100
391
392 Imported Upstream version 0.1.16
387393
388394 commit 25571e384d054707e5cdfd08ec65672194bcb9a6
389395 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
598604
599605 Nano version
600606
607 commit 591561ed51c9a2008c759b11e2dc6b5de7406f1c
608 Author: Simon McVittie <smcv@debian.org>
609 Date: 2013-04-24 16:35:15 +0100
610
611 New upstream release
612
613 - update build-dependencies
614 - verifies TLS certificates properly (Closes: #706094)
615
616 commit 1971b657938900fb058dd479c813b088154be8e6
617 Merge: 72e5c92 f4e7ea2
618 Author: Simon McVittie <smcv@debian.org>
619 Date: 2013-04-24 15:58:36 +0100
620
621 Merge tag 'upstream/0.1.15' into debian
622
623 Upstream version 0.1.15
624
625 commit f4e7ea235a86274ff96972d4e52041bf21753f04
626 Merge: 177ec38 0e60ce6
627 Author: Simon McVittie <smcv@debian.org>
628 Date: 2013-04-24 15:58:35 +0100
629
630 Imported Upstream version 0.1.15
631
632 commit 72e5c929563dcbc5d6036b2c5d73c30c494a936a
633 Author: Simon McVittie <smcv@debian.org>
634 Date: 2013-04-24 15:56:22 +0100
635
636 Revert "Set debian branch to experimental again"
637
638 This reverts commit b684d6f034766bcf633e5951b6d98090dc62838b.
639
601640 commit 0e60ce6055608eef143cc47446cdca71bc0f4ccc
602641 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
603642 Date: 2013-04-24 15:47:54 +0100
662701
663702 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
664703
704 commit bc5e2e4a5278e75e82ce563f19a87f24fc9e5d13
705 Author: Sjoerd Simons <sjoerd@luon.net>
706 Date: 2012-11-16 10:19:30 +0100
707
708 Target experimental
709
710 commit 0e85b7893874474ea00c0ccdd6a360e8364410e5
711 Author: Sjoerd Simons <sjoerd@luon.net>
712 Date: 2012-11-16 10:17:08 +0100
713
714 Upstream release 0.1.14
715
716 commit 0a61372c1d63461498b252b5e5f8ec3e86a26349
717 Merge: bbbc763 177ec38
718 Author: Sjoerd Simons <sjoerd@luon.net>
719 Date: 2012-11-16 10:16:51 +0100
720
721 Merge tag 'upstream/0.1.14' into debian-experimental
722
723 Upstream version 0.1.14
724
725 commit 177ec38ac91c0e3fdc410b0266a5530e805b8114
726 Author: Sjoerd Simons <sjoerd@luon.net>
727 Date: 2012-11-16 10:16:50 +0100
728
729 Imported Upstream version 0.1.14
730
665731 commit 9d4854585d1c2eac8a20af3b07952d43cc92cdb5
666732 Author: Will Thompson <will.thompson@collabora.co.uk>
667733 Date: 2012-11-16 09:10:03 +0000
688754 Date: 2012-11-16 08:50:43 +0000
689755
690756 Parse PONG more leniently
757
758 commit bbbc76308f7ad52f0c4bc3580c97aa91c7571b63
759 Author: Sjoerd Simons <sjoerd@luon.net>
760 Date: 2012-11-16 09:17:14 +0100
761
762 New upstream release
763
764 commit ee06836612b0075dfdd1d2c5e5fe237160a8fc98
765 Author: Sjoerd Simons <sjoerd@luon.net>
766 Date: 2012-11-16 09:17:01 +0100
767
768 Imported Upstream version 0.1.13
769
770 commit e9ccd9e78622bb648ae57b9189540085a193ec8c
771 Merge: b684d6f ee06836
772 Author: Sjoerd Simons <sjoerd@luon.net>
773 Date: 2012-11-16 09:17:01 +0100
774
775 Merge tag 'upstream/0.1.13' into debian-experimental
776
777 Upstream version 0.1.13
778
779 commit b684d6f034766bcf633e5951b6d98090dc62838b
780 Author: Sjoerd Simons <sjoerd@luon.net>
781 Date: 2012-11-16 09:16:50 +0100
782
783 Set debian branch to experimental again
691784
692785 commit 3e3dd269f63f808049b4c7df5c7f1e50b7daedf2
693786 Author: Will Thompson <will.thompson@collabora.co.uk>
9791072
9801073 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
9811074
1075 commit 065d51ea7c909ddee4f12c6b82612964d23075ec
1076 Author: Sjoerd Simons <sjoerd@luon.net>
1077 Date: 2012-08-05 14:39:37 +0200
1078
1079 Target unstable
1080
1081 commit 4d91c7ec37f2930396caff08d537824e8de7cde8
1082 Author: Sjoerd Simons <sjoerd@luon.net>
1083 Date: 2012-08-05 14:30:56 +0200
1084
1085 Start new upstream release
1086
1087 commit e40fba9c4f43062d171b5260580e7f4af5dfe1f5
1088 Author: Sjoerd Simons <sjoerd@luon.net>
1089 Date: 2012-08-05 14:29:56 +0200
1090
1091 Imported Upstream version 0.1.12
1092
1093 commit d40ceed1f30c098018f5d17d94bec931f8ca0ab2
1094 Merge: 8157934 e40fba9
1095 Author: Sjoerd Simons <sjoerd@luon.net>
1096 Date: 2012-08-05 14:29:56 +0200
1097
1098 Merge tag 'upstream/0.1.12' into debian
1099
1100 Upstream version 0.1.12
1101
9821102 commit d940d1a912f92d9c486464c3c6ae737fcac70be3
9831103 Author: Will Thompson <will.thompson@collabora.co.uk>
9841104 Date: 2012-08-03 08:29:36 +0100
16781798
16791799 This makes idle compliant with the updated spec.
16801800
1801 commit 8157934a062bf063bc3a2d27098b10d3568a9830
1802 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1803 Date: 2011-11-02 07:12:25 +0000
1804
1805 Target unstable
1806
1807 commit 8025b162a6c7f6cc3c7559ac7abcf9757464060f
1808 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1809 Date: 2011-11-02 07:10:10 +0000
1810
1811 debian/patches/Support-trailing-parameter-without-a-initial.patch:
1812
1813 * debian/patches/Support-trailing-parameter-without-a-initial.patch:
1814 + Added. Fix parsing of single-word topic as send by bip
1815
16811816 commit a4c98cfc5f89e84628c7ebd4bcaeb431f986917a
16821817 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
16831818 Date: 2011-11-01 23:10:00 +0000
16961831 Subject: implement ActorHandle property.
16971832
16981833 Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1834
1835 commit fce84940b0a331e063cffa9e93d4ecf85cc40dbb
1836 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1837 Date: 2011-11-01 13:18:05 +0100
1838
1839 Target unstable
1840
1841 commit a13dac545a0810f4fad81a252f7a0b423cee98f5
1842 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1843 Date: 2011-11-01 13:13:48 +0100
1844
1845 New upstream release
1846
1847 * New upstream release
1848 * debian/control: Bump glib and telepathy-glib b-d
1849
1850 commit b2ae4cc543be0e6470f6d25fb18b4784d067f9af
1851 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1852 Date: 2011-11-01 13:12:17 +0100
1853
1854 Imported Upstream version 0.1.11
1855
1856 commit e0b52478c382afb6d1b50a52c61ebd888df55d6f
1857 Merge: 67eaa2e b2ae4cc
1858 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
1859 Date: 2011-11-01 13:12:17 +0100
1860
1861 Merge commit 'upstream/0.1.11' into debian
16991862
17001863 commit 9a4964631952846d829fc63d8f4f5299e697908a
17011864 Author: Will Thompson <will.thompson@collabora.co.uk>
21252288 GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html
21262289
21272290 Fixes: https://bugs.freedesktop.org/37515
2291
2292 commit 67eaa2e1a15bdd2813539e18d023277fb08c73f4
2293 Author: Jonny Lamb <jonny@debian.org>
2294 Date: 2011-05-12 08:50:44 +0100
2295
2296 Target unstable.
2297
2298 commit 809ae1bdc94c4ce4c743e3ced4b8b3054e698b1e
2299 Author: Jonny Lamb <jonny@debian.org>
2300 Date: 2011-05-12 08:50:18 +0100
2301
2302 New upstream release.
2303
2304 commit c91f1c36f03eac28faebd1598d1c88ed7112c8c4
2305 Merge: f3c9363 de9528f
2306 Author: Jonny Lamb <jonny@debian.org>
2307 Date: 2011-05-12 08:45:08 +0100
2308
2309 Merge commit 'upstream/0.1.10' into debian
2310
2311 commit de9528f971eb25491da8a52285a0decbbf87c81e
2312 Author: Jonny Lamb <jonny@debian.org>
2313 Date: 2011-05-12 08:45:07 +0100
2314
2315 Imported Upstream version 0.1.10
21282316
21292317 commit 4a1ebddd3a69fba828d6e71f4742077cd019b4a4
21302318 Author: Debarshi Ray <rishi@gnu.org>
24582646
24592647 Fixes: https://bugs.freedesktop.org/35058
24602648
2649 commit f3c93636ec76e52260d146f962ef80809a606101
2650 Author: Laurent Bigonville <bigon@debian.org>
2651 Date: 2011-04-11 19:23:38 +0200
2652
2653 debian/gbp.conf: Set debian-branch to debian
2654
2655 commit 986bd3657e85861e53756a8443d29a542065cd6c
2656 Author: Laurent Bigonville <bigon@debian.org>
2657 Date: 2011-04-11 19:13:53 +0200
2658
2659 Release to unstable
2660
2661 commit 3c0f7d56988e1f495c193ca86665f0549f0b859b
2662 Author: Laurent Bigonville <bigon@debian.org>
2663 Date: 2011-04-11 19:10:28 +0200
2664
2665 New upstream release.
2666
2667 * New upstream release.
2668 * debian/control:
2669 - Bump libtelepathy-glib-dev build-dependency
2670
2671 commit 8749821a47f9de6aea2b71c2b666ff83fffdd261
2672 Merge: 1e29de5 e9351bc
2673 Author: Laurent Bigonville <bigon@debian.org>
2674 Date: 2011-04-11 19:07:17 +0200
2675
2676 Merge commit 'upstream/0.1.9' into debian-experimental
2677
2678 commit e9351bc4e0fc64372450c933a05bdc059d44fcd0
2679 Author: Laurent Bigonville <bigon@debian.org>
2680 Date: 2011-04-11 19:07:16 +0200
2681
2682 Imported Upstream version 0.1.9
2683
24612684 commit 5c3672d0d66eb9f51ef1c86d287d637b5d9f69d9
24622685 Author: Will Thompson <will.thompson@collabora.co.uk>
24632686 Date: 2011-04-11 16:46:42 +0100
26712894 Reviewed-by: Olli Salli <olli.salli@collabora.co.uk>
26722895 Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
26732896
2897 commit 1e29de512d91999203ef67d82be513bc3359a4b1
2898 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
2899 Date: 2011-03-05 15:13:32 +0000
2900
2901 Upload to for experimental for now
2902
26742903 commit b00a48f27869a28e9f2845739d5d2999e2997cfb
26752904 Author: Olli Salli <olli.salli@collabora.co.uk>
26762905 Date: 2011-03-04 12:23:21 +0200
27302959
27312960 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34812
27322961
2962 commit d04479c94dd7f97eee197164d7d7905473fe003e
2963 Author: Laurent Bigonville <bigon@bigon.be>
2964 Date: 2011-02-11 17:04:26 +0100
2965
2966 Switch to dpkg-source 3.0 (quilt) format
2967
27332968 commit e521bae419cb485df241b60864edd842dca3b70d
27342969 Author: Will Thompson <will.thompson@collabora.co.uk>
27352970 Date: 2011-02-11 14:34:13 +0000
27482983
27492984 Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=34166>
27502985
2986 commit f71a812a4ddd1738cc7268c27ec9a3287be39113
2987 Author: Laurent Bigonville <bigon@bigon.be>
2988 Date: 2011-02-11 11:59:44 +0100
2989
2990 Bump libtelepathy-glib-dev build-dependency
2991
2992 commit 9b2833d8d11a4bf63802c7f89a51a55a8e287367
2993 Author: Laurent Bigonville <bigon@bigon.be>
2994 Date: 2011-02-11 11:59:06 +0100
2995
2996 debian/control: Bump Standards-Version to 3.9.1
2997
2998 commit 908a8bfea598137cff29add00b4b474abaa6cced
2999 Author: Laurent Bigonville <bigon@bigon.be>
3000 Date: 2011-02-11 11:50:03 +0100
3001
3002 New upstream release.
3003
3004 commit c1c60bed03b3b20698ba033fa8b100c31921497a
3005 Merge: 91bd6b4 5378df8
3006 Author: Laurent Bigonville <bigon@bigon.be>
3007 Date: 2011-02-11 11:49:16 +0100
3008
3009 Merge commit 'upstream/0.1.8' into debian
3010
3011 commit 5378df8a6bee132b8da39859412b4cd487db774d
3012 Author: Laurent Bigonville <bigon@bigon.be>
3013 Date: 2011-02-11 11:49:15 +0100
3014
3015 Imported Upstream version 0.1.8
3016
27513017 commit c8223feda96ec38ca0d5accabe4a563c20b7a5e1
27523018 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
27533019 Date: 2011-02-11 10:07:46 +0100
28303096 Date: 2010-12-10 17:08:07 +0000
28313097
28323098 Update telepathy.am from telepathy-glib
3099
3100 commit 91bd6b4781d403c8aa9a5114d665f8304e0ee9f0
3101 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
3102 Date: 2010-12-07 13:13:57 +0000
3103
3104 Target unstable
3105
3106 commit 8ed2ac4f2bafc1b4c6b2748fc9cbe5706e93ea4e
3107 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
3108 Date: 2010-12-07 13:03:04 +0000
3109
3110 New upstream release
3111
3112 commit 11dd1b0f33085a3b0255c8e33558da3600853386
3113 Merge: 55fb122 87e8643
3114 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
3115 Date: 2010-12-07 13:01:36 +0000
3116
3117 Merge commit 'upstream/0.1.7' into debian
3118
3119 commit 87e8643034cdc46c360c7576ad2f75543aedf46a
3120 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
3121 Date: 2010-12-07 13:01:35 +0000
3122
3123 Imported Upstream version 0.1.7
28333124
28343125 commit 3d83a180df44ae86921d639cb5fd1e835b76feab
28353126 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
30623353
30633354 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
30643355
3356 commit 55fb122ac94386b4445195077c08817565b75db0
3357 Author: Jonny Lamb <jonny@debian.org>
3358 Date: 2010-02-19 13:58:39 +0000
3359
3360 Target untable.
3361
3362 Signed-off-by: Jonny Lamb <jonny@debian.org>
3363
3364 commit b9f15523db86cd48173853520de4cc6702608996
3365 Author: Jonny Lamb <jonny@debian.org>
3366 Date: 2010-02-19 13:58:30 +0000
3367
3368 debian/control: Upped tp-glib build-dep to 0.8.0.
3369
3370 commit 8c7f061230c17d4ca63105258ca626c00aaab0d5
3371 Author: Jonny Lamb <jonny@debian.org>
3372 Date: 2010-02-19 13:54:42 +0000
3373
3374 New upstream release.
3375
3376 commit 2283f3928b7d14ab5072ba67cfc21a84f95a0f6c
3377 Merge: 0763bfa 294399a
3378 Author: Jonny Lamb <jonny@debian.org>
3379 Date: 2010-02-19 13:54:19 +0000
3380
3381 Merge commit 'upstream/0.1.6' into debian
3382
3383 commit 294399a68c0080d581ee905ccd7322b6a0896167
3384 Author: Jonny Lamb <jonny@debian.org>
3385 Date: 2010-02-19 13:54:18 +0000
3386
3387 Imported Upstream version 0.1.6
3388
30653389 commit 861597aa629703929399edb3e4ced0e9a49fa3dd
30663390 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
30673391 Date: 2010-02-19 13:19:10 +0000
31493473
31503474 Param was implemented but has been forget in the manager file for some
31513475 reason.
3476
3477 commit 0763bfa5fe9239a0af603d72774fa5887b02a5ee
3478 Author: Jonny Lamb <jonny@debian.org>
3479 Date: 2009-09-14 14:46:47 +0100
3480
3481 Target unstable.
3482
3483 Signed-off-by: Jonny Lamb <jonny@debian.org>
3484
3485 commit 3e278041791f09d365f808e5afd58b659ac1d48d
3486 Author: Jonny Lamb <jonny@debian.org>
3487 Date: 2009-09-14 14:46:32 +0100
3488
3489 debian/control: Upped Standards-Version. (no changes)
3490
3491 commit 1c63d83df5d213cde9641b3e275c36507e1818f1
3492 Author: Jonny Lamb <jonny@debian.org>
3493 Date: 2009-09-14 14:45:59 +0100
3494
3495 debian/rules: Pass --disable-silent-rules to get more verbose build logs.
3496
3497 commit b9dc135a071c30b09d9539058b09da5597beb00c
3498 Author: Jonny Lamb <jonny@debian.org>
3499 Date: 2009-09-14 14:42:41 +0100
3500
3501 New upstream release.
3502
3503 commit 9c3523b3aa64a6dada88f6705eba2abf225a3f11
3504 Merge: f5833b3 b4c84b7
3505 Author: Jonny Lamb <jonny@debian.org>
3506 Date: 2009-09-14 14:42:19 +0100
3507
3508 Merge commit 'upstream/0.1.5' into debian
3509
3510 commit b4c84b76ecb584c210f0234d946662a333f58b13
3511 Author: Jonny Lamb <jonny@debian.org>
3512 Date: 2009-09-14 14:42:17 +0100
3513
3514 Imported Upstream version 0.1.5
31523515
31533516 commit 0da5af160fe1aee19eaa9f33f5b196bc521b4652
31543517 Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
34793842
34803843 Add the hex value of the connection's memory address to the end fo the object
34813844 path as a uniquifier.
3845
3846 commit f5833b3f73082eeb6acaa57dae8b7c4bebb47a0c
3847 Author: Jonny Lamb <jonny@debian.org>
3848 Date: 2009-02-20 19:05:47 +0000
3849
3850 Target unstable.
3851
3852 Signed-off-by: Jonny Lamb <jonny@debian.org>
3853
3854 commit 15749efe449786c29bd0376e26ac7af757abd15e
3855 Author: Jonny Lamb <jonny@debian.org>
3856 Date: 2009-02-20 19:05:26 +0000
3857
3858 debian/control: Removed duplicate Section field.
3859
3860 Signed-off-by: Jonny Lamb <jonny@debian.org>
3861
3862 commit ca30ffb3739e5ae18f587c13e669c9879319a902
3863 Author: Jonny Lamb <jonny@debian.org>
3864 Date: 2009-02-20 19:05:01 +0000
3865
3866 debian/copyright: Link to LGPL-2.1 instead of LGPL in common-licenses.
3867
3868 commit b32ad025a83dcdb997f482f6705eeee384f7acd7
3869 Author: Jonny Lamb <jonny@debian.org>
3870 Date: 2009-02-20 18:55:39 +0000
3871
3872 debian/rules: Corrected s/class/rules/ typo in including simple-patchsys.mk.
3873
3874 commit 692730cfae7e0d0572c70b9dc1ad72acef654364
3875 Author: Jonny Lamb <jonny@debian.org>
3876 Date: 2009-02-20 18:48:18 +0000
3877
3878 debian/control: Upped build-dep on libtelepathy-glib-dev to >= 0.7.15.
3879
3880 Signed-off-by: Jonny Lamb <jonny@debian.org>
3881
3882 commit 2421f665807a2e18816352ba44b8300baf8c9405
3883 Author: Jonny Lamb <jonny@debian.org>
3884 Date: 2009-02-20 18:47:00 +0000
3885
3886 debian/control: Upped Standards-Version.
3887
3888 Signed-off-by: Jonny Lamb <jonny@debian.org>
3889
3890 commit 4f5248fe5afc18c1ebf11ca0cd80a021e2e0ff1a
3891 Author: Jonny Lamb <jonny@debian.org>
3892 Date: 2009-02-20 18:43:51 +0000
3893
3894 debian/control: Added myself to Uploaders.
3895
3896 commit 06d9160b3b9712cb7e3bbac594c60db56a82c596
3897 Author: Jonny Lamb <jonny@debian.org>
3898 Date: 2009-02-20 18:42:43 +0000
3899
3900 debian/control: Removed XS-Dm-Upload-Allowed.
3901
3902 Signed-off-by: Jonny Lamb <jonny@debian.org>
3903
3904 commit fe260b15efdeeb871e8727541d2ef7a072602fa7
3905 Author: Jonny Lamb <jonny@debian.org>
3906 Date: 2009-02-20 18:42:22 +0000
3907
3908 debian/gbp.conf: Removed no-create-orig field.
3909
3910 commit cca4b673ba2115ad5c896f0c04b9357939c42f3f
3911 Author: Jonny Lamb <jonny@debian.org>
3912 Date: 2009-02-20 18:41:25 +0000
3913
3914 New upstream release.
3915
3916 commit 8eb2bd0cd58f186b782421934d6290f90d2aac3d
3917 Merge: 707c4c5 fdeb0b0
3918 Author: Jonny Lamb <jonny@debian.org>
3919 Date: 2009-02-20 18:40:35 +0000
3920
3921 Merge commit 'upstream/0.1.3' into debian
3922
3923 commit fdeb0b011e808248b07ad1b50398b37c051e9cde
3924 Author: Jonny Lamb <jonny@debian.org>
3925 Date: 2009-02-20 18:40:34 +0000
3926
3927 Imported Upstream version 0.1.3
34823928
34833929 commit 79673a760ccd017f21c15de12215fe8a569a4e1e
34843930 Author: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
43044750
43054751 Bug was introduced in commit 02cf59fb7b7efebbec39422460ec13ae1e3f5c89
43064752
4753 commit 707c4c5181ca1b6ea9e71c855182a1f5e2d6ff0c
4754 Author: Simon McVittie <smcv@debian.org>
4755 Date: 2008-12-24 14:26:42 +0000
4756
4757 * Move packaging to git
4758 * Use debian.org email addresses for me and Laurent
4759
4760 commit b7631f8cb7792b2fcd336fa86e3ccbceb7497ea9
4761 Merge: f9c6c72 05c4ce1
4762 Author: Simon McVittie <smcv@debian.org>
4763 Date: 2008-12-24 14:19:13 +0000
4764
4765 Merge commit 'upstream/0.1.2' into debian
4766
4767 commit 05c4ce16ff188395bec751d5db68fb1a69cc3a56
4768 Author: Simon McVittie <smcv@debian.org>
4769 Date: 2008-12-24 14:08:35 +0000
4770
4771 Imported Upstream version 0.1.2
4772
4773 commit fc084ad3f16bd962f11849cd342d59afe6365c36
4774 Author: Simon McVittie <smcv@debian.org>
4775 Date: 2008-12-24 14:08:34 +0000
4776
4777 Imported Upstream version 0.1.1
4778
4779 commit 229e5f45b5d42e44360268c8ac4bd3ea4d420d02
4780 Author: Simon McVittie <smcv@debian.org>
4781 Date: 2008-12-24 14:08:33 +0000
4782
4783 Imported Upstream version 0.1.0
4784
4785 commit 49457fb548588ad642f22a872096637da2cd73f0
4786 Author: Simon McVittie <smcv@debian.org>
4787 Date: 2008-12-24 14:08:31 +0000
4788
4789 Imported Upstream version 0.0.5
4790
4791 commit 0e67a1e5bd9e128201637bb8326089565ce860a4
4792 Author: Simon McVittie <smcv@debian.org>
4793 Date: 2008-12-24 14:08:30 +0000
4794
4795 Imported Upstream version 0.0.4
4796
4797 commit 153acf6309b2eee3d5faa9609a4f755c56587b64
4798 Author: Simon McVittie <smcv@debian.org>
4799 Date: 2008-12-24 14:08:29 +0000
4800
4801 Imported Upstream version 0.0.3
4802
4803 commit 0f158e7026de9211986f17abeae58e57cac1e529
4804 Author: Simon McVittie <smcv@debian.org>
4805 Date: 2008-12-24 14:08:28 +0000
4806
4807 Imported Upstream version 0.0.2.1
4808
43074809 commit f65a516ad01362f834f93cff1f947892c2bce46c
43084810 Merge: bc09457 1917b5a
43094811 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
47825284
47835285 20071123140139-53eee-56849a8ae9ca447e90b62de8d14ec6e52f03546c.gz
47845286
5287 commit f9c6c72eac7ad66f4bc17f7c5c7b84b90fab2ab7
5288 Merge: 6751466 71d2b96
5289 Author: Simon McVittie <smcv@ianadd.pseudorandom.co.uk>
5290 Date: 2007-11-19 18:42:27 +0000
5291
5292 * Remove debian/telepathy-idle.8 on clean
5293 * Use new Homepage field instead of old pseudo-field
5294 * Use now official Vcs-* field
5295
5296 commit 67514661c79319df47b5f00fd0c7ed5863e4e3ae
5297 Author: Simon McVittie <smcv@ianadd.pseudorandom.co.uk>
5298 Date: 2007-11-19 18:40:49 +0000
5299
5300 Add XS-Dm-Upload-Allowed: yes so I can upload it in future
5301
5302 commit 71d2b96cfb3e6eeb7a6d5551d7276fa3506a079f
5303 Author: Laurent Bigonville <bigon@bigon.be>
5304 Date: 2007-11-08 05:44:57 +0100
5305
5306 * Use now official Vcs-* field
5307
5308 commit 0da5d508044a348e3959a739c01f8f2d424fb101
5309 Author: Laurent Bigonville <bigon@bigon.be>
5310 Date: 2007-11-08 05:02:14 +0100
5311
5312 * Use new Homepage field instead of old pseudo-field
5313
5314 commit afdeb5d6ab32f43da37f35be59c5e748aee6fbea
5315 Author: Laurent Bigonville <bigon@bigon.be>
5316 Date: 2007-11-07 18:54:00 +0100
5317
5318 * Remove debian/telepathy-idle.8 on clean
5319
5320 commit 0501044e7cdc02259acbc97417e83a8921d1cde9
5321 Author: Simon McVittie <smcv@ianadd.pseudorandom.co.uk>
5322 Date: 2007-11-07 13:33:48 +0000
5323
5324 Re-order rules file so the move to /usr/lib/telepathy actually happens
5325
5326 commit 66245d153931a81f18e7808a1d5c1215afe995f1
5327 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
5328 Date: 2007-11-05 11:38:47 +0000
5329
5330 Sync man page with upstream patch submission: replace stray references to Gabble
5331
47855332 commit c81f69f6db3db739f2c17ad9c0075e19de3c6f62
47865333 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
47875334 Date: 2007-11-05 11:09:42 +0000
47915338
47925339 20071105110942-53eee-e69976f4df1c66a993b3c7a1c177540ccdf40e51.gz
47935340
5341 commit 05d36a9786f212e7324ee3255c3cce86d525ef87
5342 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
5343 Date: 2007-11-03 18:09:57 +0000
5344
5345 Add man page, move binary to /usr/lib/telepathy
5346
47945347 commit e5ad1bc2c7c4010d96550f16ea3f7b7ec1687410
47955348 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
47965349 Date: 2007-10-26 11:04:38 +0000
48005353
48015354 20071026110438-53eee-867b50d1ec1e62cba39f29b9208beb5e470bde53.gz
48025355
5356 commit 0f33ffccf790ada56021a93cccdff6f311eadecf
5357 Author: Sjoerd Simons <sjoerd@luon.net>
5358 Date: 2007-09-29 12:42:30 +0200
5359
5360 * Add build-depend on python
5361
5362 commit 9d500abcba43cfb6ee60a0ab96cbf5422ac5d7ac
5363 Author: Sjoerd Simons <sjoerd@luon.net>
5364 Date: 2007-09-29 12:41:27 +0200
5365
5366 * Add build-depend on xsltproc
5367 * Wrap the build-depends and uploaders fields
5368
5369 commit 04c562250f0c8c95b406d94f483eb3b0389f57b4
5370 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
5371 Date: 2007-09-28 14:54:01 +0100
5372
5373 UNRELEASED -> unstable (sponsor requested)
5374
48035375 commit c2d95a4b96eae6f5e692ace9f200589695cc6f6f
48045376 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
48055377 Date: 2007-09-28 13:27:46 +0000
48095381
48105382 20070928132746-53eee-2d8a25cddd9dda524317cc6cf395af50e9818796.gz
48115383
5384 commit cd7bf7c27a315387dfa16489b3242fb7e730c6d9
5385 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
5386 Date: 2007-09-28 14:26:08 +0100
5387
5388 * Fix "dpkg-genchanges: warning: missing Section for source files"
5389 * Note that #442746 is fixed
5390
5391 commit 3a4a801bc503509d72201f805536f0836b57dfbb
5392 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
5393 Date: 2007-09-28 14:20:24 +0100
5394
5395 * New upstream version 0.1.2 (build-system-only release)
5396 - drop build dependency on libtelepathy-glib-unstable static library,
5397 we now use an internal copy of the Renaming interface
5398 * Include Collabora copyright in copyright file, update years
5399 * Use http://wiki.debian.org/Proposals/CopyrightFormat for copyright file
5400
48125401 commit 1561825143322b711164d9c7a218f4f8850724ed
48135402 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
48145403 Date: 2007-09-28 13:08:08 +0000
48725461
48735462 20070925192841-53eee-a61557a2cf97d52ca9dfb909cf2659d2ff9a165c.gz
48745463
5464 commit d84d02b6cd87f559a4d0908f4fe1e750b3d5de23
5465 Author: Laurent Bigonville <bigon@bigon.be>
5466 Date: 2007-08-28 19:35:50 +0200
5467
5468 * Add myself as an Uploaders
5469
5470 commit a9ef9f03ef18e9b85eb093ffcd62fd223d694ac2
5471 Author: Laurent Bigonville <bigon@bigon.be>
5472 Date: 2007-08-06 15:12:50 +0200
5473
5474 * Add XS-Vcs-Bzr to control file
5475
5476 commit a5b2f45963f9d35a808cc185d3205ba594ddb50e
5477 Author: Laurent Bigonville <bigon@bigon.be>
5478 Date: 2007-07-16 17:31:52 +0200
5479
5480 * Adding watch file
5481
5482 commit 977d3140e50441bf32007c7709f6c2e99cbcbeb9
5483 Author: Sjoerd Simons <sjoerd@luon.net>
5484 Date: 2007-06-13 08:29:57 +0200
5485
5486 New upstream release (0.1.1)
5487
48755488 commit b9d946038a2420aab9d1669542dcdd1fc8dd42f6
48765489 Author: Olli Salli <olli.salli@collabora.co.uk>
48775490 Date: 2007-06-12 16:25:18 +0000
49085521
49095522 20070510101223-9db4d-a50c3ddec233076d28fd9bce763f4d1e5ee59281.gz
49105523
5524 commit 047f342bc4400e14987123af1ac3fcf5b94da396
5525 Author: Sjoerd Simons <sjoerd@luon.net>
5526 Date: 2007-05-10 11:02:43 +0200
5527
5528 Undo accidental wrapping
5529
5530 commit 1ae60059377fad8571489bd0eb47de79fd9ec1f9
5531 Author: Sjoerd Simons <sjoerd@luon.net>
5532 Date: 2007-05-10 11:02:06 +0200
5533
5534 add libtelepathy-glib-unstable-dev to build-deps
5535
5536 commit d6cd1110081209b150f77bbb7483a5f57a100672
5537 Author: Sjoerd Simons <sjoerd@luon.net>
5538 Date: 2007-05-10 10:59:06 +0200
5539
5540 Set the mailinglist to be the maintainer
5541
5542 commit 1e0ece8a8802a696ca102e58e492e8df35b9cba4
5543 Author: Sjoerd Simons <sjoerd@luon.net>
5544 Date: 2007-05-01 19:25:42 +0200
5545
5546 Package telepathy-idle 0.1.0
5547
49115548 commit 53cd5666bd2bdaca0badb4d5ce746e04765c2a46
49125549 Author: Olli Salli <olli.salli@collabora.co.uk>
49135550 Date: 2007-05-01 13:02:53 +0000
55476184
55486185 20070412182348-9db4d-3d9b6ab856e87ef0e01e2003b7dc4dc9abd75b86.gz
55496186
6187 commit a08bfe14a20746013a5d3f33d288ada94d96a756
6188 Author: Sjoerd Simons <sjoerd@luon.net>
6189 Date: 2007-04-12 20:03:23 +0200
6190
6191 Correct Olli Salli's mail address
6192
6193 commit 3b0e4d2fc8bae171dd81ad14ee342a0b8d206860
6194 Author: Sjoerd Simons <sjoerd@luon.net>
6195 Date: 2007-04-12 20:02:26 +0200
6196
6197 Sanatize maintainers/uploaders
6198
55506199 commit e53736fc28a9c95dfb6d9992563d0ff8768bf3f4
55516200 Author: Olli Salli <olli.salli@collabora.co.uk>
55526201 Date: 2007-04-12 17:38:04 +0000
58896538
58906539 20070328152136-9db4d-4b0c241a38a6cab149f9af00bd5b243f39644048.gz
58916540
6541 commit 8e461f6775867a5e38b9a15d109201819b77870d
6542 Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
6543 Date: 2007-03-26 19:13:08 +0100
6544
6545 New upstream 0.0.5-1
6546
58926547 commit 05b15bd32a8d3253e99f92307f18b28ded44ac7d
58936548 Author: Olli Salli <olli.salli@collabora.co.uk>
58946549 Date: 2007-03-22 17:25:41 +0000
62496904
62506905 20070131143722-9db4d-edb35f1c390f891c7b8df273acdf7fd7051c4ca2.gz
62516906
6907 commit 89b95125a6320ba857221d31ecc874fdb09bd9ce
6908 Author: Riccardo Setti <giskard@ubuntu.com>
6909 Date: 2007-01-30 11:06:50 +0100
6910
6911 added myself as uploader
6912
6913 commit a984c01f822c0e3ef7ff245b8ba073a150e091e4
6914 Author: Riccardo Setti <giskard@ubuntu.com>
6915 Date: 2007-01-30 10:58:35 +0100
6916
6917 removed libsofia build-deps
6918
6919 commit 91c3a2bdbefc2e339d1d7af434cb5a98de83d91f
6920 Author: Riccardo Setti <giskard@ubuntu.com>
6921 Date: 2007-01-30 10:56:14 +0100
6922
6923 new upstream
6924
62526925 commit 7a897b917168505139de0c726e96663e2c7ed977
62536926 Author: Olli Salli <olli.salli@collabora.co.uk>
62546927 Date: 2007-01-29 15:47:36 +0000
62576930
62586931
62596932 20070129154736-9db4d-be80727a61507e6581870228122d0d2a7c12995e.gz
6933
6934 commit 853e1d0e32e9f205763ad149e8037ca27f3aed3e
6935 Author: Sjoerd Simons <sjoerd@luon.net>
6936 Date: 2007-01-25 19:18:13 +0100
6937
6938 New upstream release
6939
6940 commit aebbf9753e909321f642aa73706a1f280a362b16
6941 Author: Daniel Holbach <daniel.holbach@ubuntu.com>
6942 Date: 2006-10-11 19:12:30 +0200
6943
6944 telepathy-idle provides telepathy-connection-manager.
6945
6946 commit 5da0d4b339936cc4831df8f5dff1e132312b8d5a
6947 Author: Daniel Holbach <daniel.holbach@ubuntu.com>
6948 Date: 2006-09-26 17:32:38 +0200
6949
6950 improved copyright, changed descriptions, dropped autoreconf hackery and some build-depends for that
6951
6952 commit 63a756f2fee53821b60bfc357a7ba6c129610ad4
6953 Author: Daniel Holbach <daniel.holbach@ubuntu.com>
6954 Date: 2006-09-21 16:28:54 +0200
6955
6956 changed version number, changed compatibility, changed standards-version, changed build-deps according to configure.ac, dropped unneeded stuff from debian/rules
6957
6958 commit cadb37ae96dc41ad463edc245148913a58c3d748
6959 Author: Christophe Sauthier <christophe.sauthier@gmail.com>
6960 Date: 2006-09-21 13:19:50 +0200
6961
6962 Recall of the debian history in the changelog
6963
6964 commit c0297f4ffe140266facc839227be47862035a8ec
6965 Author: Christophe Sauthier <christophe.sauthier@gmail.com>
6966 Date: 2006-09-21 12:23:45 +0200
6967
6968 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.
62606969
62616970 commit 36e7ba52d4397763aca609c368bc6f2472b644a1
62626971 Author: git-darcs-import <>
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
140140 $(am__extra_recursive_targets)
141141 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
142142 cscope distdir distdir-am dist dist-all distcheck
143 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
144 $(LISP)config.h.in
143 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
144 config.h.in
145145 # Read a list of newline-separated strings from the standard input,
146146 # and print each of them once, without duplicates. Input order is
147147 # *not* preserved.
164164 DIST_SUBDIRS = $(SUBDIRS)
165165 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
166166 $(srcdir)/tools/telepathy.am AUTHORS COPYING ChangeLog INSTALL \
167 NEWS README compile config.guess config.sub install-sh \
167 NEWS README compile config.guess config.sub depcomp install-sh \
168168 ltmain.sh missing
169169 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170170 distdir = $(PACKAGE)-$(VERSION)
204204 DIST_ARCHIVES = $(distdir).tar.gz
205205 GZIP_ENV = --best
206206 DIST_TARGETS = dist-gzip
207 # Exists only to be overridden by the user if desired.
208 AM_DISTCHECK_DVI_TARGET = dvi
207209 distuninstallcheck_listfiles = find . -type f -print
208210 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
209211 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
607609 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
608610 $(am__post_remove_distdir)
609611
612 dist-zstd: distdir
613 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
614 $(am__post_remove_distdir)
615
610616 dist-tarZ: distdir
611617 @echo WARNING: "Support for distribution archives compressed with" \
612618 "legacy program 'compress' is deprecated." >&2
649655 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
650656 *.zip*) \
651657 unzip $(distdir).zip ;;\
658 *.tar.zst*) \
659 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
652660 esac
653661 chmod -R a-w $(distdir)
654662 chmod u+w $(distdir)
665673 $(DISTCHECK_CONFIGURE_FLAGS) \
666674 --srcdir=../.. --prefix="$$dc_install_base" \
667675 && $(MAKE) $(AM_MAKEFLAGS) \
668 && $(MAKE) $(AM_MAKEFLAGS) dvi \
676 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
669677 && $(MAKE) $(AM_MAKEFLAGS) check \
670678 && $(MAKE) $(AM_MAKEFLAGS) install \
671679 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
827835 am--refresh check check-am clean clean-cscope clean-generic \
828836 clean-libtool cscope cscopelist-am ctags ctags-am dist \
829837 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
830 dist-tarZ dist-xz dist-zip distcheck distclean \
838 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
831839 distclean-generic distclean-hdr distclean-libtool \
832840 distclean-tags distcleancheck distdir distuninstallcheck dvi \
833841 dvi-am html html-am info info-am install install-am \
0 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
295295 AS_VAR_IF([$1], [""], [$5], [$4])dnl
296296 ])dnl PKG_CHECK_VAR
297297
298 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
298 # Copyright (C) 2002-2020 Free Software Foundation, Inc.
299299 #
300300 # This file is free software; the Free Software Foundation
301301 # gives unlimited permission to copy and/or distribute it,
310310 [am__api_version='1.16'
311311 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
312312 dnl require some minimum version. Point them to the right macro.
313 m4_if([$1], [1.16.1], [],
313 m4_if([$1], [1.16.3], [],
314314 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
315315 ])
316316
326326 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
327327 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
328328 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
329 [AM_AUTOMAKE_VERSION([1.16.1])dnl
329 [AM_AUTOMAKE_VERSION([1.16.3])dnl
330330 m4_ifndef([AC_AUTOCONF_VERSION],
331331 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
332332 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
333333
334334 # Figure out how to run the assembler. -*- Autoconf -*-
335335
336 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
336 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
337337 #
338338 # This file is free software; the Free Software Foundation
339339 # gives unlimited permission to copy and/or distribute it,
353353
354354 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
355355
356 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
356 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
357357 #
358358 # This file is free software; the Free Software Foundation
359359 # gives unlimited permission to copy and/or distribute it,
405405
406406 # AM_CONDITIONAL -*- Autoconf -*-
407407
408 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
408 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
409409 #
410410 # This file is free software; the Free Software Foundation
411411 # gives unlimited permission to copy and/or distribute it,
436436 Usually this means the macro was only invoked conditionally.]])
437437 fi])])
438438
439 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
439 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
440440 #
441441 # This file is free software; the Free Software Foundation
442442 # gives unlimited permission to copy and/or distribute it,
627627
628628 # Generate code to set up dependency tracking. -*- Autoconf -*-
629629
630 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
630 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
631631 #
632632 # This file is free software; the Free Software Foundation
633633 # gives unlimited permission to copy and/or distribute it,
666666 done
667667 if test $am_rc -ne 0; then
668668 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
669 for automatic dependency tracking. Try re-running configure with the
669 for automatic dependency tracking. If GNU make was not used, consider
670 re-running the configure script with MAKE="gmake" (or whatever is
671 necessary). You can also try re-running configure with the
670672 '--disable-dependency-tracking' option to at least be able to build
671673 the package (albeit without support for automatic dependency tracking).])
672674 fi
693695
694696 # Do all the work for Automake. -*- Autoconf -*-
695697
696 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
698 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
697699 #
698700 # This file is free software; the Free Software Foundation
699701 # gives unlimited permission to copy and/or distribute it,
890892 done
891893 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
892894
893 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
895 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
894896 #
895897 # This file is free software; the Free Software Foundation
896898 # gives unlimited permission to copy and/or distribute it,
911913 fi
912914 AC_SUBST([install_sh])])
913915
914 # Copyright (C) 2003-2018 Free Software Foundation, Inc.
916 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
915917 #
916918 # This file is free software; the Free Software Foundation
917919 # gives unlimited permission to copy and/or distribute it,
932934
933935 # Check to see how 'make' treats includes. -*- Autoconf -*-
934936
935 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
937 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
936938 #
937939 # This file is free software; the Free Software Foundation
938940 # gives unlimited permission to copy and/or distribute it,
975977
976978 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
977979
978 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
980 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
979981 #
980982 # This file is free software; the Free Software Foundation
981983 # gives unlimited permission to copy and/or distribute it,
996998 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
997999 AC_REQUIRE_AUX_FILE([missing])dnl
9981000 if test x"${MISSING+set}" != xset; then
999 case $am_aux_dir in
1000 *\ * | *\ *)
1001 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1002 *)
1003 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1004 esac
1001 MISSING="\${SHELL} '$am_aux_dir/missing'"
10051002 fi
10061003 # Use eval to expand $SHELL
10071004 if eval "$MISSING --is-lightweight"; then
10121009 fi
10131010 ])
10141011
1015 # Copyright (C) 2003-2018 Free Software Foundation, Inc.
1012 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
10161013 #
10171014 # This file is free software; the Free Software Foundation
10181015 # gives unlimited permission to copy and/or distribute it,
10481045 # Obsolete and "removed" macros, that must however still report explicit
10491046 # error messages when used, to smooth transition.
10501047 #
1051 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1048 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
10521049 #
10531050 # This file is free software; the Free Software Foundation
10541051 # gives unlimited permission to copy and/or distribute it,
10751072
10761073 # Helper functions for option handling. -*- Autoconf -*-
10771074
1078 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1075 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
10791076 #
10801077 # This file is free software; the Free Software Foundation
10811078 # gives unlimited permission to copy and/or distribute it,
11041101 AC_DEFUN([_AM_IF_OPTION],
11051102 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
11061103
1107 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
1104 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
11081105 #
11091106 # This file is free software; the Free Software Foundation
11101107 # gives unlimited permission to copy and/or distribute it,
11511148 # For backward compatibility.
11521149 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
11531150
1154 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
1151 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
11551152 #
11561153 # This file is free software; the Free Software Foundation
11571154 # gives unlimited permission to copy and/or distribute it,
12341231 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
12351232 else
12361233
1237 dnl Query Python for its version number. Getting [:3] seems to be
1238 dnl the best way to do this; it's what "site.py" does in the standard
1239 dnl library.
1234 dnl Query Python for its version number. Although site.py simply uses
1235 dnl sys.version[:3], printing that failed with Python 3.10, since the
1236 dnl trailing zero was eliminated. So now we output just the major
1237 dnl and minor version numbers, as numbers. Apparently the tertiary
1238 dnl version is not of interest.
12401239
12411240 AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
1242 [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
1241 [am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % sys.version_info[[:2]])"`])
12431242 AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
12441243
12451244 dnl Use the values of $prefix and $exec_prefix for the corresponding
13891388 sys.exit(sys.hexversion < minverhex)"
13901389 AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
13911390
1392 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1391 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
13931392 #
13941393 # This file is free software; the Free Software Foundation
13951394 # gives unlimited permission to copy and/or distribute it,
14081407
14091408 # Check to make sure that the build environment is sane. -*- Autoconf -*-
14101409
1411 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1410 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
14121411 #
14131412 # This file is free software; the Free Software Foundation
14141413 # gives unlimited permission to copy and/or distribute it,
14891488 rm -f conftest.file
14901489 ])
14911490
1492 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
1491 # Copyright (C) 2009-2020 Free Software Foundation, Inc.
14931492 #
14941493 # This file is free software; the Free Software Foundation
14951494 # gives unlimited permission to copy and/or distribute it,
15491548 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
15501549 ])
15511550
1552 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1551 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
15531552 #
15541553 # This file is free software; the Free Software Foundation
15551554 # gives unlimited permission to copy and/or distribute it,
15771576 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
15781577 AC_SUBST([INSTALL_STRIP_PROGRAM])])
15791578
1580 # Copyright (C) 2006-2018 Free Software Foundation, Inc.
1579 # Copyright (C) 2006-2020 Free Software Foundation, Inc.
15811580 #
15821581 # This file is free software; the Free Software Foundation
15831582 # gives unlimited permission to copy and/or distribute it,
15961595
15971596 # Check how to create a tarball. -*- Autoconf -*-
15981597
1599 # Copyright (C) 2004-2018 Free Software Foundation, Inc.
1598 # Copyright (C) 2004-2020 Free Software Foundation, Inc.
16001599 #
16011600 # This file is free software; the Free Software Foundation
16021601 # gives unlimited permission to copy and/or distribute it,
24462446 am_aux_dir=`cd "$ac_aux_dir" && pwd`
24472447
24482448 if test x"${MISSING+set}" != xset; then
2449 case $am_aux_dir in
2450 *\ * | *\ *)
2451 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2452 *)
2453 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2454 esac
2449 MISSING="\${SHELL} '$am_aux_dir/missing'"
24552450 fi
24562451 # Use eval to expand $SHELL
24572452 if eval "$MISSING --is-lightweight"; then
1412914124 if ${am_cv_python_version+:} false; then :
1413014125 $as_echo_n "(cached) " >&6
1413114126 else
14132 am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
14127 am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % sys.version_info[:2])"`
1413314128 fi
1413414129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
1413514130 $as_echo "$am_cv_python_version" >&6; }
1606316058 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1606416059 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1606516060 as_fn_error $? "Something went wrong bootstrapping makefile fragments
16066 for automatic dependency tracking. Try re-running configure with the
16061 for automatic dependency tracking. If GNU make was not used, consider
16062 re-running the configure script with MAKE=\"gmake\" (or whatever is
16063 necessary). You can also try re-running configure with the
1606716064 '--disable-dependency-tracking' option to at least be able to build
1606816065 the package (albeit without support for automatic dependency tracking).
1606916066 See \`config.log' for more details" "$LINENO" 5; }
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
536536 installdirs:
537537 install: $(BUILT_SOURCES)
538538 $(MAKE) $(AM_MAKEFLAGS) install-am
539 install-exec: install-exec-am
539 install-exec: $(BUILT_SOURCES)
540 $(MAKE) $(AM_MAKEFLAGS) install-exec-am
540541 install-data: install-data-am
541542 uninstall: uninstall-am
542543
638639
639640 uninstall-am:
640641
641 .MAKE: all check install install-am install-strip
642 .MAKE: all check install install-am install-exec install-strip
642643
643644 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
644645 clean-generic clean-libtool clean-noinstLTLIBRARIES \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
390390 bases='$(TEST_LOGS)'; \
391391 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
392392 bases=`echo $$bases`
393 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
393394 RECHECK_LOGS = $(TEST_LOGS)
394395 TEST_SUITE_LOG = test-suite.log
395396 TEST_EXTENSIONS = @EXEEXT@ .test
917918 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
918919 fi; \
919920 echo "$${col}$$br$${std}"; \
920 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
921 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
921922 echo "$${col}$$br$${std}"; \
922923 create_testsuite_report --maybe-color; \
923924 echo "$$col$$br$$std"; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
591591 installdirs-am:
592592 install: $(BUILT_SOURCES)
593593 $(MAKE) $(AM_MAKEFLAGS) install-recursive
594 install-exec: install-exec-recursive
594 install-exec: $(BUILT_SOURCES)
595 $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
595596 install-data: install-data-recursive
596597 uninstall: uninstall-recursive
597598
689690 uninstall-am:
690691
691692 .MAKE: $(am__recursive_targets) all check check-am install install-am \
692 install-strip
693 install-exec install-strip
693694
694695 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
695696 check-am check-local clean clean-generic clean-libtool \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
373373 installdirs:
374374 install: $(BUILT_SOURCES)
375375 $(MAKE) $(AM_MAKEFLAGS) install-am
376 install-exec: install-exec-am
376 install-exec: $(BUILT_SOURCES)
377 $(MAKE) $(AM_MAKEFLAGS) install-exec-am
377378 install-data: install-data-am
378379 uninstall: uninstall-am
379380
470471
471472 uninstall-am:
472473
473 .MAKE: all check install install-am install-strip
474 .MAKE: all check install install-am install-exec install-strip
474475
475476 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
476477 cscopelist-am ctags-am distclean distclean-generic \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,