File: changelog

package info (click to toggle)
tortoisehg 6.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 22,264 kB
  • sloc: python: 48,948; xml: 444; makefile: 107; sh: 5
file content (651 lines) | stat: -rw-r--r-- 20,711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
tortoisehg (6.9-1) unstable; urgency=medium

  * New upstream release
  * hglib: handle moving `mercurial.rcutil` to `mercurial.configuration.rcutil`
    (cherry-picked from upstream)
  * Adjust dependencies to be co-installable with mercurial 7.0.

 -- Julien Cristau <jcristau@debian.org>  Fri, 18 Apr 2025 16:31:29 +0200

tortoisehg (6.6.3-3) unstable; urgency=medium

  * Adjust dependencies to be co-installable with mercurial 6.9
    (closes: #1088070).
  * Remove generated debian/thg.1 on clean.
  * Add python3-setuptools build-dependency (closes: #1080818).

 -- Julien Cristau <jcristau@debian.org>  Mon, 25 Nov 2024 19:17:03 +0100

tortoisehg (6.6.3-2) unstable; urgency=medium

  * Adjust dependencies to be co-installable with mercurial 6.8.

 -- Julien Cristau <jcristau@debian.org>  Wed, 10 Jul 2024 13:47:05 +0200

tortoisehg (6.6.3-1) unstable; urgency=medium

  * New upstream release.
  * Adjust dependencies to be co-installable with mercurial 6.7.

 -- Julien Cristau <jcristau@debian.org>  Thu, 21 Mar 2024 23:37:46 +0100

tortoisehg (6.5.1-2) unstable; urgency=medium

  * Adjust dependencies to be co-installable with mercurial 6.6.

 -- Julien Cristau <jcristau@debian.org>  Tue, 05 Dec 2023 15:29:12 +0100

tortoisehg (6.5.1-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Cristau <jcristau@debian.org>  Tue, 26 Sep 2023 15:27:43 +0200

tortoisehg (6.4.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Julien Cristau <jcristau@debian.org>  Fri, 23 Jun 2023 15:50:43 +0200

tortoisehg (6.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Julien Cristau <jcristau@debian.org>  Thu, 15 Dec 2022 11:52:37 +0100

tortoisehg (6.2-2) unstable; urgency=medium

  * Team upload
  * Add patch for compatibility with Nautilus 43.
    Disable the property page feature there since it still needs to be
    ported to the new API

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 01 Sep 2022 09:48:23 -0400

tortoisehg (6.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release (closes: #1014806)

 -- Julien Cristau <jcristau@debian.org>  Fri, 22 Jul 2022 16:00:47 +0200

tortoisehg (6.1.1-3) unstable; urgency=medium

  * Don’t set the owner to root in install calls as we’re not requiring
    fakeroot anymore.
  * Simplify rules by using execute_after_*.
  * Use dh-sequence-python3 instead of --with python3.

 -- Andrej Shadura <andrewsh@debian.org>  Wed, 22 Jun 2022 15:23:30 +0200

tortoisehg (6.1.1-2) unstable; urgency=medium

  * Team upload.

  [ Bastian Germann ]
  * Depend on python3-* libraries (LP: #1910758, Closes: #1012499).

  [ Andrej Shadura ]
  * Wrap and sort debian/{control,copyright,*.install}.
  * Set Rules-Requires-Root: no.

 -- Andrej Shadura <andrewsh@debian.org>  Tue, 14 Jun 2022 11:33:59 +0200

tortoisehg (6.1.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 6.1.1
  * d/copyright: Update to GPL-2+ (Closes: #993967)
  * Drop upstream patch
  * Move mercurial to Build-Depends (fixes source-only builds)

 -- Bastian Germann <bage@debian.org>  Tue, 12 Apr 2022 15:04:06 +0200

tortoisehg (6.1-1) unstable; urgency=medium

  * New upstream release (closes: #1006957)

 -- Julien Cristau <jcristau@debian.org>  Thu, 24 Mar 2022 20:30:46 +0100

tortoisehg (6.0-1) unstable; urgency=medium

  * New upstream release (closes: #1001911)

 -- Julien Cristau <jcristau@debian.org>  Wed, 05 Jan 2022 15:44:18 +0100

tortoisehg (5.9.2-1) unstable; urgency=medium

  [ Julien Cristau ]
  * New upstream release
  * Bump Mercurial dependencies (Closes: #993023).
  * Tell dh_missing to ignore COPYING.txt, we have the copyright file for
    this.

  [ Andrej Shadura ]
  * Update watch file format version to 4.
  * Update standards version to 4.6.0, no changes needed.

 -- Andrej Shadura <andrewsh@debian.org>  Tue, 12 Oct 2021 07:57:54 +0200

tortoisehg (5.6.1-1) unstable; urgency=medium

  * New upstream release
    - Drop a patch applied upstream
    - Bump Mercurial dependencies (Closes: #980232).
  * Remove Max from Uploaders, add the Debian Python team instead.
  * Bump Standards-Version to 4.5.1.

 -- Andrej Shadura <andrewsh@debian.org>  Mon, 18 Jan 2021 13:59:50 +0100

tortoisehg (5.5.2-3) unstable; urgency=medium

  * Replace the deprecated tostring() with tobytes() (Closes: #976599).

 -- Andrej Shadura <andrewsh@debian.org>  Sat, 05 Dec 2020 18:18:58 +0100

tortoisehg (5.5.2-2) unstable; urgency=medium

  * Fix the copyrights.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.

 -- Andrej Shadura <andrewsh@debian.org>  Wed, 02 Dec 2020 15:27:51 +0100

tortoisehg (5.5.2-1) unstable; urgency=medium

  * New maintainer (Closes: #922565).
  * New upstream version (Closes: #921704).
  * Refresh patches.
  * Switch over to Python 3.
  * Bump Mercurial dependency.

 -- Andrej Shadura <andrewsh@debian.org>  Sun, 25 Oct 2020 14:32:49 +0100

tortoisehg (4.8.1-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ James Cowgill ]
  * New upstream version. (Closes: #909583)
  * d/control:
    - Update mercurial dependency to allow 4.7 and 4.8. (Closes: #914200)

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field.
  * d/copyright: Use https protocol in Format field.

  [ Stéphane Blondon ]
  * d/thg.1.xml: Uudate link to upstream BTS in the manpage. (Closes: #915858)

 -- James Cowgill <jcowgill@debian.org>  Sat, 22 Dec 2018 11:21:56 +0000

tortoisehg (4.7-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version. (Closes: #890307)
  * d/control: bump mercurial dependency to 4.7.
  * d/control: migrate vcs repositories to salsa.d.o.

 -- James Cowgill <jcowgill@debian.org>  Sat, 01 Sep 2018 16:37:37 +0100

tortoisehg (4.5.3-1) unstable; urgency=medium

  [ Thomas Liebetraut ]
  * Fix spelling error in patch file (lintian clean).
  * Update dependency on mercurial.
  * Update copyright notices.
  * Remove dependency on python-gobject (Closes: #890175).
  * Build-depend on dh-python.

  [ Ludovico Cavedon ]
  * New upstream release (Closes: #390807).

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 27 Apr 2018 01:07:54 -0700

tortoisehg (4.4.1-1) unstable; urgency=medium

  * New upstream version (Closes: #881707).
  * Update copyright file.
  * Update dependenceies to python-pyqt5 and python-pyqt5.qsci.
  * Build-depend on python3-sphinx instead of python-sphinx.
  * Bump Standards-Version to 4.1.2.
  * Use HTTPS URL in watch file.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 24 Dec 2017 16:40:05 +0100

tortoisehg (4.3.1-1) unstable; urgency=medium

  * Imported Upstream version 4.3.1 (Closes: #873583).
  * Update upstream homepage URL.
  * Update copyright dates.
  * Update dependency on Mercurial.
  * Add tortoisehg-caja (LP: #1371956).
  * Bump Standards-Version to 4.1.0.
  * Support nodoc in DEB_BUILD_OPTIONS.

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 30 Aug 2017 12:25:56 +0200

tortoisehg (4.0-1) unstable; urgency=medium

  * Imported Upstream version 4.0 (Closes: #846234).
  * Update copyright.
  * Update mercurial requiemrents to version 3.9 or 4.0.
  * Avoid overwriting hgext3rd/__init__.py from mercurial-common.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 06 Dec 2016 23:22:48 -0800

tortoisehg (3.9-1) unstable; urgency=medium

  * Team upload (collab-maint).
  * Update break against mercurial
  * Update copyright file.
  * Imported Upstream version 3.9 (Closes: #834499).

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 02 Sep 2016 14:30:58 +0200

tortoisehg (3.8.3-1) unstable; urgency=medium

  * Team upload (collab-maint)
  * Update VCS fields
  * Update break against mercurial
  * Imported Upstream version 3.8.3 (Closes: #824018).
  * New upstream release
  * Bump std-version to 3.9.8

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 10 Jun 2016 14:36:24 +0200

tortoisehg (3.7.3-1) unstable; urgency=medium

  * Imported Upstream version 3.7.3 (Closes: #817869).
  * Update dependency on Mercurial 3.6 or 3.7.
  * Bump debhelper compat to 9.
  * Use HTTPS for Vcs URLs.
  * Remove menu entry as it already provides a desktop entry (CTTE #741573).
  * Update Standards-Version to 3.9.7.

 -- Ludovico Cavedon <cavedon@debian.org>  Sat, 02 Apr 2016 19:07:34 -0700

tortoisehg (3.6.2-1) unstable; urgency=low

  * Imported Upstream version 3.6.2
  * Update dependency on Mercurial 3.5 or 3.6.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 25 Dec 2015 20:32:01 +0100

tortoisehg (3.5.1-1) unstable; urgency=low

  * Imported Upstream version 3.5.1
  * Update dependency on mercurial (3.4 or 3.5).
  * Update symlink to thg logo for desktop file.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 20 Sep 2015 12:15:00 -0700

tortoisehg (3.4.1-1) unstable; urgency=low

  * Imported Upstream version 3.4.1
  * Update Standards-Version to 3.9.6.
  * Update dependency on mercurial to match hgversion.py.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 12 Jul 2015 12:45:11 -0700

tortoisehg (3.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Imported Upstream version 3.4 (Closes: #787515)

 -- Andrej Shadura <andrewsh@debian.org>  Tue, 09 Jun 2015 09:58:46 +0200

tortoisehg (3.1.1-1) unstable; urgency=low

  * Imported Upstream version 3.1.1.
  * Add tortoisehg-nautilus dependency on gnome-icon-theme-full (Ubuntu) or
    gnome-icon-theme (Debian) (LP: #1295579).
  * Update copyright.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 21 Sep 2014 20:18:55 -0700

tortoisehg (3.1-1) unstable; urgency=medium

  * Imported Upstream version 3.1 (Closes: #757346, LP: #1366300).

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 27 Aug 2014 00:08:53 -0700

tortoisehg (3.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0 (Closes: #747459).
  * Update copyright information.
  * Update versioned dependencies on mercurial.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 25 May 2014 17:00:25 +0200

tortoisehg (2.11-1) unstable; urgency=medium

  * Imported Upstream version 2.11 (Closes: #738816).
  * Update dependency on mercurial.
  * Update Standards-Version to 3.9.5.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 28 Feb 2014 22:58:31 -0800

tortoisehg (2.10-1) unstable; urgency=low

  * Imported Upstream version 2.10
  * Update required mercurial version.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 17 Nov 2013 15:33:11 -0800

tortoisehg (2.9.2-1) unstable; urgency=low

  * Imported Upstream version 2.9.2
  * Handle renaming of file tortoisehg.desktop to thg.desktop.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 13 Oct 2013 16:05:33 -0700

tortoisehg (2.9-1) unstable; urgency=low

  [ Andrej Shadura ]
  * Imported Upstream version 2.9.
  * Update mercurial version dependency.

  [ Ludovico Cavedon ]
  * Update debian/copyright.

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 28 Aug 2013 18:41:40 +0200

tortoisehg (2.8-1) unstable; urgency=low

  * Imported Upstream version 2.8 (Closes: #702715, #704117, #710757).
  * Upload to unstable.
  * Update mercurial version dependency.
  * Update Vcs- fields to canonical format.
  * Update Standards-Version to 3.9.4.
  * Use upstream tortoisehg.desktop file and add desktop-keywords.patch to add
    keywords to it.
  * Fix clean target.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 02 Jun 2013 02:16:48 -0700

tortoisehg (2.6-1) experimental; urgency=low

  * Imported Upstream version 2.6 (Closes: #689707).
  * Remove fix-config-path.patch (applied upstream).
  * Update copyright.
  * Update mercurial version dependency.
  * Update location of nautilus extension.
  * Fix linking to system JS libraries.
  * Symlink duplicated email1.png file.

 -- Ludovico Cavedon <cavedon@debian.org>  Sat, 01 Dec 2012 19:25:02 -0800

tortoisehg (2.4-2) unstable; urgency=medium

  * Add fix-config-path.patch to fix crash on new installations of
    tortoisehg-nautilus (Closes: #678558, LP: #1024136).

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 16 Sep 2012 22:39:10 +0200

tortoisehg (2.4-1) unstable; urgency=low

  * Imported Upstream version 2.4 (Closes: #671473).
  * Re-add Nautilus extension (LP: #990527).
  * Update Standards-Version to 3.9.3.
  * Update copyright format.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 29 May 2012 00:59:17 -0700

tortoisehg (2.3-1) unstable; urgency=low

  * Imported Upstream version 2.3 (Closes: #660387, #658140).
  * Update dependency on Merurual (2.1, 2.2).

 -- Ludovico Cavedon <cavedon@debian.org>  Mon, 20 Feb 2012 22:03:12 -0800

tortoisehg (2.2-1) unstable; urgency=low

  * New upstream version (Closes: #647780).
  * Add menu and desktop entry for workbench (Closes: #647266).
  * Use .links file rather than create symlinks in the rules file.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 13 Nov 2011 23:31:03 -0800

tortoisehg (2.1.4-1) unstable; urgency=low

  * New upstream release.
  * Drop Nautilus extension as it does not support Gtk 3 (Closes: #644697,
    #612574, LP: #859104).
  * No longer remove config.py, as it will be removed by unapplying patches.
  * Add NEWS file reporting removal of toirtoisehg-nautilus.
  * Use system underscore.js instead of a private copy.

 -- Ludovico Cavedon <cavedon@debian.org>  Sat, 29 Oct 2011 15:17:58 -0700

tortoisehg (2.1.1-1) unstable; urgency=low

  * New upstream release (Closes: #635591).
  * Update mercurial dependency.
  * Change build system to debhelper 8 and dh_python2.

 -- Ludovico Cavedon <cavedon@debian.org>  Thu, 28 Jul 2011 23:47:59 -0700

tortoisehg (2.0.5-1) unstable; urgency=low

  * New upstream release.
  * Drop build dependency on quilt, as we are using source format v3.
  * Update Standards-Version to 3.9.2.

 -- Ludovico Cavedon <cavedon@debian.org>  Thu, 07 Jul 2011 21:05:38 -0700

tortoisehg (2.0.3-1) unstable; urgency=low

  * Imported Upstream version 2.0.3
  * tortoisehg-nautilus recommends ssh-askpass (Closes: #620121).

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 01 Apr 2011 20:02:00 -0700

tortoisehg (2.0.2-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file.
  * Depend on PyQt4 libraries rather than on PyGtk.
  * Rename manpage from hgtk to thg.
  * No longer include _hgtk zsh completion file.
  * Install wrapper script hgtk and add manpage link for it (LP: #732328).
  * Update manpage with new options and commands.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 18 Mar 2011 19:57:13 -0700

tortoisehg (1.1.9.1-1) unstable; urgency=low

  * Upload to unstable.
  * New upstream release.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 15 Feb 2011 14:45:53 -0800

tortoisehg (1.1.8-1) experimental; urgency=low

  * New upstream release.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 30 Jan 2011 18:43:13 -0800

tortoisehg (1.1.7-1) experimental; urgency=low

  [ Max Bowsher ]
  * New upstream release.

  [ Ludovico Cavedon ]
  * Update dependency on mercurial to 1.7.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 17 Dec 2010 12:50:22 +0100

tortoisehg (1.1.4-1) experimental; urgency=low

  [ Max Bowsher ]
  * New upstream release.

  [ Ludovico Cavedon ]
  * Depend on mercurial << 1.8.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 26 Oct 2010 17:24:13 -0700

tortoisehg (1.1.3-1) experimental; urgency=low

  * New upstream release.
  * Add dependency on python-gnome2 for nautilus plugin (LP: #617235).
  * Bump Standards-Version to 3.9.1.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 31 Aug 2010 21:40:49 -0700

tortoisehg (1.1.2-1) experimental; urgency=low

  * New upstream release.

 -- Max Bowsher <maxb@f2s.com>  Wed, 04 Aug 2010 16:50:55 +0100

tortoisehg (1.1.1-1) unstable; urgency=low

  * New upstream release.
  * Set minimum mercurial dependency to version 1.6 (Closes: #589503).

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 18 Jul 2010 16:41:12 +0200

tortoisehg (1.1-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file.
  * Update Standards-Version to 3.9.0.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 02 Jul 2010 18:19:44 +0200

tortoisehg (1.0.4-1) unstable; urgency=low

  * New upstream release.

 -- Ludovico Cavedon <cavedon@debian.org>  Sat, 12 Jun 2010 02:20:19 -0700

tortoisehg (1.0.3-1) unstable; urgency=low

  * New upstream release:
    - Which drops ReleaseNotes.txt, update packaging accordingly.

 -- Max Bowsher <maxb@f2s.com>  Thu, 13 May 2010 23:49:52 +0100

tortoisehg (1.0.2-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.

  [ Ludovico Cavedon ]
  * Add ReleaseNotes-update.patch: update upstream changelog
    (Closes: #579782).

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 05 May 2010 00:24:08 -0700

tortoisehg (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Upstream have flipflopped again on including the docs in the tarball,
    re-enable docs build, re-adding python-sphinx build-dep.

 -- Max Bowsher <maxb@f2s.com>  Sat, 03 Apr 2010 18:05:20 +0100

tortoisehg (1.0-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.
  * Drop disable-stdout-redirect.patch, included in this version.
  * Drop python-sphinx build-dep, use upstream's pre-built docs, which are now
    present in the tarball again.

  [ Ludovico Cavedon ]
  * Install contrib/mergetools.rc as /etc/mercurial/hgrc.d/thgmergetools.rc.

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 10 Mar 2010 09:27:19 +0100

tortoisehg (0.9.3-2) unstable; urgency=low

  * Add disable-stdout-redirect.patch: fix dangling process with python 2.6
    (LP: 519984).
  * Update Standards-Version to 3.8.4.
  * Set XS-Python-Version to >= 2.4 (Closes: #570576).

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 19 Feb 2010 19:57:37 -0800

tortoisehg (0.9.3-1) unstable; urgency=low

  * Update watch file for changed upstream download location.
  * New upstream release.

 -- Max Bowsher <maxb@f2s.com>  Wed, 03 Feb 2010 08:39:50 +0000

tortoisehg (0.9.2-1) unstable; urgency=low

  [ Ludovico Cavedon ]
  * New upstream release.
  * Remove references to quilt from debian/rules in order to allow unpacking
    with lenny's dpkg.
  * Revert to not installing _hgtk (zsh completions), but leave it in
    doc/contrib, as upstream say it is not up-to-date.

  [ Max Bowsher ]
  * Drop both preserve-version.patch and __version__.py munging code in
    debian/rules, upstream have improved their setup.py such that this is no
    longer needed.

 -- Ludovico Cavedon <cavedon@debian.org>  Mon, 04 Jan 2010 15:31:14 +0100

tortoisehg (0.9.1.1-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.
  * Upstream no longer ships HTML documentation, we must build it - add
    builddep on python-sphinx to allow this.
  * Loosen overly strict regex on the debian revision
    (facilitate backports, third-party builds, etc.)

  [ Ludovico Cavedon ]
  * Lower depends on python to 2.4, according to upstream.
  * Install _hgtk (zhs completions) into proper location for zsh.
  * Use newer source format 3.0 (quilt).
  * Update Maintainer and remove DM-Upload-Allowed.
  * Update Upstream Homepage.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 27 Dec 2009 23:26:09 +0100

tortoisehg (0.9-1) unstable; urgency=low

  [ Ludovico Cavedon ]
  * New upstream release (Closes: #557263).
  * Update copyright file.
  * Bump mercurial dependency to 1.4.
  * Specify minimum version for pyobject and pygtk dependencies.
  * Set Python-Version to current.
  * Replace fix-license-path.patch with add-config-file.patch: the whole
    config file needs to be provided.
  * Remove avoid-double-locale-install.patch (merged upstream).
  * Add preserve-version.patch to prevent setup.py from overriding the package
    version (but still fix it by hand after clean, as patches are unapplied
    before calling setup.py).
  * Include html documentation registered with doc-base (and recommend
    libjs-jquery).
  * Recommend python-iniparse.

  [ Max Bowsher ]
  * Remove obsolete note about repacking from README.source.
  * Drop python from Depends, ${python:Depends} will add it automatically.
  * Depend on mercurial, not mercurial-common.
  * Add Format-Specification line to debian/copyright, and tidy.
  * Change section to 'vcs'.
  * Narrow builddep from python-dev to python.
  * With agreement of maintainer, add myself to Uploaders.

 -- Ludovico Cavedon <ludovico.cavedon@gmail.com>  Tue, 24 Nov 2009 21:47:15 -0800

tortoisehg (0.8+dfsg1-1) unstable; urgency=low

  * Initial release (Closes: #535902).
  * Merge changes from Max Bowsher Ubuntu PPA package:
    - update copyright statement
    - fix-license-path.patch

 -- Ludovico Cavedon <ludovico.cavedon@gmail.com>  Tue, 29 Sep 2009 16:15:03 -0700