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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
|
tomboy (0.15.6-0ubuntu3) karmic; urgency=low
* debian/patches/04_armel_crasher_fix.patch: new upstream patch to fix popup
menu crashes on armel and ppc (LP: #391124)
Thanks to Sandy Armstrong <sanfordarmstrong@gmail.com> for the fix
-- Oliver Grawert <ogra@ubuntu.com> Mon, 07 Sep 2009 09:42:16 +0200
tomboy (0.15.6-0ubuntu2) karmic; urgency=low
* debian/patches/02_rest_api.patch: updated upstream patch to accept
certificates from HTTPS (LP: #419992)
-- Rodrigo Moya <rodrigo.moya@canonical.com> Wed, 02 Sep 2009 17:55:03 +0200
tomboy (0.15.6-0ubuntu1) karmic; urgency=low
[ Robert Ancell ]
* New upstream release: (LP: #418422)
- Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and
appropriate conventions on Windows and Mac OS X (#518585, #557288).
- Don't force port 22 when no port is specified for SSH sync (#574517).
- Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle).
[ Rodrigo Moya ]
* Added patch to make ubuntuone.com the default sync server (LP: #416865)
-- Robert Ancell <robert.ancell@canonical.com> Tue, 25 Aug 2009 14:08:29 +1000
tomboy (0.15.5-0ubuntu2) karmic; urgency=low
* Added patch to make REST syncing interface work with Ubuntu One server
-- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 13 Aug 2009 16:25:46 +0200
tomboy (0.15.5-0ubuntu1) karmic; urgency=low
* New upstream version (LP: #411891)
- Option to sync from Tomboy icon's contextual menu.
- Rename notebooks from the Search window.
- Clean up wasted space in Search and Preferences windows.
- Maintain scroll position when notes change while Search window open
- Fix Notebook toolbar button appearance with 'text beside icons' setting.
- Translation updates
-- Krzysztof Klimonda <kklimonda@syntaxhighlighted.com> Tue, 11 Aug 2009 13:21:02 +0200
tomboy (0.15.4-0ubuntu1) karmic; urgency=low
* New upstream release: (LP: #405637)
- Improved behavior when changing font sizes (Stefan Schweizer).
- Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong).
- Require gtk+ 2.14 and stop using obsolete libgnome APIs.
- Translation updates
* debian/control:
- Bump GTK depends to 2.14
- Drop dependency on gnomeprint
-- Robert Ancell <robert.ancell@canonical.com> Tue, 28 Jul 2009 15:43:23 +1000
tomboy (0.15.3-1) experimental; urgency=low
* New upstream version 0.15.3:
- New underline formatting add-in (disabled by default) from Mark Wakim.
- Add ctrl +/- shortcuts for changing font size (Stefan Schweizer).
- Fix bullet display in HTML export (Stefan Schweizer).
- Update WebSync to use OAuth for authentication, and use the latest REST API.
- Fix i18n issue in WebSync (Anders Petersson).
- Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences.
- Reduce command line output when not running Tomboy with --debug.
- Fix tarball for those that need panelapplet-sharp bundled.
- Documentation updates (Paul Culter).
- New Translations: vi
- Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN
-- Iain Lane <laney@ubuntu.com> Wed, 15 Jul 2009 19:46:45 +0100
tomboy (0.15.3-0ubuntu1) karmic; urgency=low
* New upstream release: (LP: #399562)
- New underline formatting add-in (disabled by default) from Mark Wakim.
- Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer).
- Fix bullet display in HTML export (#422954, Stefan Schweizer).
- Update WebSync to use OAuth for authentication, and use the latest REST API.
- Fix i18n issue in WebSync (Anders Petersson).
- Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences.
- Reduce command line output when not running Tomboy with --debug.
- Fix tarball for those that need panelapplet-sharp bundled.
- Documentation updates (Paul Culter).
* debian/control:
- Added BZR link
-- Robert Ancell <robert.ancell@canonical.com> Wed, 15 Jul 2009 12:24:57 +1000
tomboy (0.15.2-0ubuntu1) karmic; urgency=low
* Upload to Karmic from Debian's git repository due to delays (lp: #381101)
* New upstream release 0.15.1:
- New WebSync add-in syncs to any server that implements the Tomboy Web REST API,
such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release.
- Require Mono 1.9.1 to *build* Tomboy. Should still run on older Mono.
- Prevent PATH problems on Windows from breaking Tomboy.
- Search for phrases by quoting search text.
- Fix drag&drop & middle-click paste of linked text.
- Save width of notebook pane in Search window.
- Disable sync menu items until backend configured.
- Close note find bar on escape, even when not focused.
- Support FUSE being built-in to kernel.
- Prevent crashes when reading unexpected note XML.
- Change "Open New Note Template" LinkButton to Button to prevent error. (LP: #365472)
- Focus search field every time Search window summoned.
- Only show Start Here note on first run if not running as applet.
- HIG compliance in Sync preferences.
- Use correct "info" icon in add-in info windows.
- Use relative path to load help.
- Cache frequently-used text tags in one place instead of five.
- Documentation updates.
- Translation updates: el, es, et, gl
* New upstream release 0.15.2:
- Fix HTML Export on Mac OS X.
- Translation updates: es, et, nb, sv, zh_CN
* debian/control: Add help/ as GFDL 1.1+
* debian/rules: Remove --repack; not necessary as upstream is a .tar.gz and
could cause rule to be nondeterministic
-- Iain Lane <laney@ubuntu.com> Wed, 24 Jun 2009 09:44:48 +0100
tomboy (0.15.0-0ubuntu1) karmic; urgency=low
* New upstream release
* debian/rules:
+ Add get-orig-source rule
* debian/watch:
+ Do not run "uupdate" as it does not permit preparing Debian
revision on Ubuntu
* debian/patches/02_configurable_compiler.patch:
+ Deleted, merged upstream
* debian/patches/03_03_sm-name.patch:
+ Deleted, no longer relevant
-- Jo Shields <directhex@apebox.org> Wed, 06 May 2009 23:37:55 +0100
tomboy (0.14.2-3) UNRELEASED; urgency=low
[ Stefan Ebner ]
* Replace the tomboy icon misery with a proper method:
+ debian/control: Replace b-p on shareutils with imagemagick.
+ debian/rules: Convert the icons at build time.
+ Delete tomboy.dirs and tomboy-{16/32}.xpm.uu.
+ Add debian/tomboy.install to install the generated icons properly.
+ Add debian/clean to remove the generated xpm files.
[ Iain Lane ]
* debian/rules: Remove --repack; not necessary as upstream is a .tar.gz
and this could cause rule to be nondeterministic
-- Stefan Ebner <sebner@ubuntu.com> Sat, 13 Jun 2009 18:24:29 +0200
tomboy (0.14.2-2) unstable; urgency=low
[ Mirco Bauer ]
* The "Squeeze it!" release
+ The installed package size was reduced from 13MB to 8MB.
* debian/rules
debian/control
debian/compat:
+ Rewrote for dh7 (automatically uses dh_clistrip).
* debian/paches/*
debian/control:
+ Switched to quilt.
* debian/rules:
debian/control:
+ Use pngquant to optimize the file size of the PNG files.
* debian/rules:
+ autoreconf, update gnome-doc-utils.make (for symlinking the same
picture files) and put patched ltmain.sh in place for --as-needed
magic before build.
+ Removed --with-mono-addins parameter from configure call, as the
parameter no longer exist.
[ Iain Lane ]
* debian/control: Update VCS info to point to git repo
-- Mirco Bauer <meebey@debian.org> Sat, 13 Jun 2009 02:10:01 +0200
tomboy (0.14.2-1) unstable; urgency=low
[ Jo Shields ]
* New upstream release
* debian/rules:
+ Add get-orig-source rule
* debian/watch:
+ Do not run "uupdate" as it does not permit preparing Debian
revision on Ubuntu
* debian/patches/02_configurable_compiler.patch:
+ Deleted, merged upstream
* debian/patches/03_03_sm-name.patch:
+ Deleted, no longer relevant
[ Sebastian Dröge ]
* debian/control:
+ Update build dependencies.
+ Change maintainer to pkg-cli-apps.
-- Sebastian Dröge <slomo@debian.org> Thu, 14 May 2009 08:23:41 +0200
tomboy (0.14.0-0ubuntu1) jaunty; urgency=low
* New upstream release (LP: #344001)
- Fix buggy behavior with Tomboy icon menus in Windows
(#556406, #566173).
- Translation updates
-- Pedro Fragoso <ember@ubuntu.com> Tue, 17 Mar 2009 00:25:21 +0000
tomboy (0.13.6-0ubuntu1) jaunty; urgency=low
* New upstream release (LP: #337054)
- Fixes to linking (#436994,#573317,#525753
- Add printing support to Mac OS X version.
- Localization fixes: #572096, #570121
- Translation updates
* debian/control
- Fix Vcs header to point to the correct branch
-- Pedro Fragoso <ember@ubuntu.com> Tue, 03 Mar 2009 03:38:13 +0000
tomboy (0.13.5-0ubuntu2) jaunty; urgency=low
* Build-depend on libgmime2.2a-cil instead of libgmime2.2-cil, for the
Mono 2.0 transition.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 20 Feb 2009 01:20:53 +0000
tomboy (0.13.5-0ubuntu1) jaunty; urgency=low
* New upstream release
- Removed bundled Mono.Addins. Mono.Addins is
now a hard dependency.
- Update printing to use Gtk.Print (#512369, Benjamin Podszun)
Still buggy.
- Fix multi-page printing of exported note HTML (#548198)
- Fix crash when clicking link and browser not set (#569639).
- 64-bit Windows support (#558272, Jay R. Wren).
- Search window position saved on Windows/Mac (#559663).
- Fix lingering tray icon in Windows (#569709, Benjamin Podszun).
- Fix bug with font settings (#559724, Benjamin Podszun).
- Mac MonoDevelop solution now easier to build (Doug Johnston et al).
- Other fixes: #562846 (James Westby) #570917, #570918.
- Additional updates to note printing (#512369, #572024
, Benjamin Podszun).
- Windows installer now requires Novell's GTK# >= 2.12.8 (#569324).
- Increase/Decrease Indent shortcuts now appear in menu
(#570334, Benjamin Podszun).
- No longer writes to disk every 40 seconds (#514434).
- Fixes to note linking (#323845, Florian).
- Add GConf preference for auto-accepting SSL Certs in
WebDAV sync (#531364).
- After succcessfully configuring sync, offer to perform
first sync (#553079). (LP: #184109)
* debian/control:
- Use libgconf2.24-cil and libgnome2.24-cil (LP: #314516)
- Build-dep on libgnomepanel2.24-cil
- Remove Build-dep on libgnomeprint and libgnomeprintui
- Add Vcs headers
* .bzr-builddeb/default.conf: added
* debian/patches/02_configurable_compiler.patch:
- Removed, merged upstream
-- Pedro Fragoso <ember@ubuntu.com> Tue, 17 Feb 2009 03:08:19 +0000
tomboy (0.13.2-0ubuntu1) jaunty; urgency=low
* Sync with Debian experimental
- debian/rules: build with dh_clistrip, to avoid stripping Mono
debugging files in the package.
* New upstream release (LP: #308669)
- Fix Windows<->Linux sync incompatiblities (##559094).
- Fix data loss bug in sync and SetNoteCompleteXml dbus method.
- Link fixes in HTML Export (#564150, Stefan Schweizer). (LP: #307215)
- Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk).
* debian/patches/03_sm-name.patch:
- Removed, merged upstream
-- Pedro Fragoso <ember@ubuntu.com> Tue, 23 Dec 2008 13:22:58 +0000
tomboy (0.12.2-5) unstable; urgency=low
[ Stefan Ebner ]
* Update libgnome-cil build-dependency for GNOME# 2.24 transition
* Bump Standards version to 3.8.1
[ Mirco Bauer ]
* debian/control:
+ Added libgnomepanel2.24-cil to build-deps.
-- Stefan Ebner <sebner@ubuntu.com> Sun, 22 Mar 2009 14:54:14 +0100
tomboy (0.12.2-4) unstable; urgency=low
* debian/control:
+ Build depend on libgmime2.2a-cil.
-- Sebastian Dröge <slomo@debian.org> Sat, 21 Mar 2009 11:24:05 +0100
tomboy (0.12.2-3) unstable; urgency=low
[ Jo Shields ]
* debian/control:
+ Add Vcs-* fields
[ Sebastian Dröge ]
* Upload to unstable (Closes: #518414).
* debian/control:
+ Use Gnome# 2.20 for now.
-- Sebastian Dröge <slomo@debian.org> Fri, 06 Mar 2009 11:02:03 +0100
tomboy (0.12.2-2) experimental; urgency=low
* debian/control:
+ Build against Gnome# 2.24 and GnomeDesktop# 2.24.
-- Sebastian Dröge <slomo@debian.org> Sat, 24 Jan 2009 20:53:58 +0100
tomboy (0.12.2-1) experimental; urgency=low
[ Pedro Fragoso ]
* Wrap Build-deps Deps and Suggests
* Don't install la files
* Update debian/copyright to reflect tomboykeybinder tomboyutil
[ Iain Lane ]
* debian/rules, debian/control,
debian/patches/02_configurable_compiler.patch:
+ Update for Mono 2.0 transition (Closes: #509056).
+ Replace mono-gmcs build-dep with mono-devel to pull in csc
+ Remove obsolote libmono-dev build-dep
+ Pass GMCS=/usr/bin/csc to configure to use csc for the build
+ Patch the build system to respect the passed compiler (Patch from James
Westby)
[ Sebastian Dröge ]
* New upstream bugfix release.
* debian/patches/03_sm-name.patch:
+ Register as "tomboy" to the session manager instead
of "Tomboy" (Closes: #508995). Thanks to Josselin Mouette
for the patch idea.
-- Sebastian Dröge <slomo@debian.org> Sat, 20 Dec 2008 12:58:35 +0100
tomboy (0.12.1-1) experimental; urgency=low
* New upstream stable release:
+ debian/control:
- Add gnomeprint and gnomeprintui to build depends.
* debian/watch:
+ Fix URL for the upstream taraball for the
new versions (Closes: #500284).
-- Sebastian Dröge <slomo@debian.org> Thu, 20 Nov 2008 13:11:00 +0100
tomboy (0.11.3-1) experimental; urgency=low
* New upstream development release.
-- Sebastian Dröge <slomo@debian.org> Fri, 22 Aug 2008 10:15:20 +0200
tomboy (0.11.1-1) experimental; urgency=low
* New upstream development release:
+ debian/control:
- Update build dependencies.
- Update Standards-Version to 3.8.0.
- Suggest tasque.
-- Sebastian Dröge <slomo@debian.org> Sat, 09 Aug 2008 14:58:30 +0200
tomboy (0.10.2-1) unstable; urgency=low
* New upstream bugfix release.
-- Sebastian Dröge <slomo@debian.org> Tue, 20 May 2008 11:05:10 +0200
tomboy (0.10.1-1) unstable; urgency=low
* New upstream bugfix release.
-- Sebastian Dröge <slomo@debian.org> Mon, 07 Apr 2008 21:40:51 +0200
tomboy (0.10.0-1) unstable; urgency=low
* New upstream stable release:
+ Upload to unstable.
-- Sebastian Dröge <slomo@debian.org> Mon, 10 Mar 2008 19:34:31 +0100
tomboy (0.9.8-1) experimental; urgency=low
* New upstream release:
+ debian/patches/02_link-libX11.patch,
debian/patches/99_autoreconf.patch:
- Dropped, not needed anymore.
* debian/rules,
debian/PrintNotes.dll.config:
+ Install dll mappings for the Print Notes addin.
-- Sebastian Dröge <slomo@debian.org> Tue, 04 Mar 2008 11:46:34 +0100
tomboy (0.9.7-2) experimental; urgency=low
* Rebuild against gtk-sharp2 2.10.4-2 (Closes: #468906).
-- Sebastian Dröge <slomo@debian.org> Mon, 03 Mar 2008 05:06:13 +0100
tomboy (0.9.7-1) experimental; urgency=low
* New upstream development release:
+ debian/control:
- Updated build dependencies.
+ debian/patches/01_external-mono-addins.patch:
- Dropped, merged upstream.
+ debian/watch:
- Updated for the new release series.
+ debian/patches/01_dllmaps.patch:
- Fix dllmap to point to the correct path.
* debian/rules,
debian/patches/99_ltmain_as-needed.patch:
+ Link the native libraries with --as-needed to get fewer dependencies.
* debian/patches/02_link-libX11.patch:
+ Link libtomboy with libX11.
* debian/patches/99_autoreconf.patch:
+ Regenerated for the above change.
* debian/control:
+ Update Standards-Version to 3.7.3, no additional changes needed.
+ Use Homepage field.
+ Build depend on autotools-dev.
-- Sebastian Dröge <slomo@debian.org> Fri, 29 Feb 2008 08:02:26 +0100
tomboy (0.8.2-1) unstable; urgency=low
* New upstream bugfix release:
+ debian/patches/02_CVE-2005-4790-insecure-search-path.patch:
- Dropped, merged upstream.
+ debian/patches/99_autoreconf.patch:
- Updated for the new version.
-- Sebastian Dröge <slomo@debian.org> Mon, 26 Nov 2007 17:05:20 +0100
tomboy (0.8.1-2) unstable; urgency=high
* debian/patches/02_CVE-2005-4790-insecure-search-path.patch:
+ SECURITY, CVE-2005-4790:
Multiple untrusted search path vulnerabilities in SUSE Linux 9.3 and
10.0, and possibly other distributions, cause the working directory to
be added to LD_LIBRARY_PATH, which might allow local users to execute
arbitrary code via (1) beagle, (2) tomboy, or (3) blam.
NOTE: in August 2007, the tomboy vector was reported for other
distributions.
Patch taken from upstream SVN.
* debian/tomboy.menu:
+ Fix section. It's now "Applications/Data Management".
-- Sebastian Dröge <slomo@debian.org> Wed, 14 Nov 2007 05:34:45 +0100
tomboy (0.8.1-1) unstable; urgency=low
* New upstream bugfix release, with many translation updates.
* debian/patches/99_autoreconf.patch:
+ Updated for the new version.
-- Sebastian Dröge <slomo@debian.org> Tue, 16 Oct 2007 12:58:54 +0200
tomboy (0.8.0-2) unstable; urgency=low
* debian/patches/01_external-mono-addins.patch,
debian/patches/99_autoreconf.patch,
debian/control.in,
debian/rules:
+ Build against an external Mono.Addins. Patch taken from upstream SVN.
-- Sebastian Dröge <slomo@debian.org> Sat, 22 Sep 2007 11:23:05 +0200
tomboy (0.8.0-1) unstable; urgency=low
* New upstream release (Closes: #436809):
+ Adds sync support (Closes: #313302).
+ debian/patches/01_define.cs.patch:
- Dropped, merged upstream.
+ debian/tomboy.desktop:
- Dropped, upstream's desktop file is usable now and we use it since
some time already anyway.
-- Sebastian Dröge <slomo@debian.org> Mon, 17 Sep 2007 15:41:26 +0200
tomboy (0.6.3-2) unstable; urgency=low
* debian/patches/01_define.cs.patch:
+ Fix FTBFS caused by having an "[assembly: ..." attribute in the end.
It's only allowed directly after "using ..." (Closes: #441657).
* debian/rules:
+ Call dh_clifixperms to get proper permissions on all files.
-- Sebastian Dröge <slomo@debian.org> Wed, 12 Sep 2007 07:04:21 +0200
tomboy (0.6.3-1) unstable; urgency=low
* New maintainer with permission of the old maintainer. Thanks to Dave
Beckett for the work on this package in the past.
* New upstream release (Closes: #418566, #415420):
+ DBus support is fixed and tomboy is single-instance
again (Closes: #407744, #313298, #400552)
+ Fixes crash when opening preferences (Closes: #386271)
+ Ship fixed width plugin (Closes: #372776)
+ Fixes interaction with session manager (Closes: #356833)
+ Fixes bad interaction with different linking mechanisms (Closes: #396177)
+ debian/control:
- Update build dependencies. Tomboy uses C# 2.0 now and also uses the
external ndesk-dbus packages.
- Suggest evolution as tomboy has a evolution plugin which allows
dragging mails from evolution to notes and adds a nice link to the
mail in the note.
+ debian/patches/01-dbus0.9.patch:
- Dropped, not needed anymore with the new version.
* Acknowledge NMU by Michael Ablassmeier (Closes: #388205)
* debian/control:
+ Set me as maintainer.
* debian/rules,
debian/tomboy.desktop:
+ Use upstream's desktop file now as it has proper translations.
* debian/rules:
+ Drop now unecessary restoring of config.{sub,guess} as it is done
properly by cdbs since some time already.
+ Drop unecessary cleaning of the plugins as upstream's build system cares
for this now.
* debian/watch:
+ Update watch file for the 0.6 series.
-- Sebastian Dröge <slomo@debian.org> Sat, 14 Apr 2007 17:09:41 +0200
tomboy (0.5.0-1) experimental; urgency=low
* New upstream release
* Added new plugins: Bugzilla, FixedWidth, NoteOfTheDay
-- Dave Beckett <dajobe@debian.org> Thu, 16 Nov 2006 13:58:37 -0800
tomboy (0.4.1-2) unstable; urgency=low
* Added Build-Depends: on libdbus-glib-1-dev to get D-Bus remote
control enabled (Closes: #393484)
* Updated Build-Depends: for cli-common-dev to >= 0.4.4
-- Dave Beckett <dajobe@debian.org> Thu, 19 Oct 2006 00:02:29 -0700
tomboy (0.4.1-1) unstable; urgency=low
* New upstream release
* Upstream sources now DFSG as last old icon removed.
- removed 01_image_name patch
* Added D-BUS API change patch 04_dbus0.9.patch. (Closes: #385382)
* Acknowledge NMU in 0.3.9+dfsg-2.1 for previous patch.
* Depend on libdbus-1-dev (>= 0.90), no longer use libdbus-cil
* Packaged new Sticky Notes import plugin
-- Dave Beckett <dajobe@debian.org> Sat, 23 Sep 2006 19:30:03 -0700
tomboy (0.3.9+dfsg-2.1) unstable; urgency=high
* Non-maintainer upload.
* Add Patch for deprecated dbus functions (Closes: #385382)
-- Michael Ablassmeier <abi@debian.org> Tue, 19 Sep 2006 09:11:38 +0200
tomboy (0.3.9+dfsg-2) unstable; urgency=medium
* Added postint to rebuild broken scrollkeeper database using
patch to fix it from Loïc Minier - Thanks (Closes: #383201)
* Fixes RC bug, thus urgency medium.
-- Dave Beckett <dajobe@debian.org> Sun, 3 Sep 2006 09:48:52 -0700
tomboy (0.3.9+dfsg-1) unstable; urgency=medium
* Provide DFSG version of sources
* Disable scrollkeeper from installing into /var (Closes: #382800)
-- Dave Beckett <dajobe@debian.org> Sun, 13 Aug 2006 12:36:00 -0700
tomboy (0.3.9-1) unstable; urgency=medium
* New upstream release
- Builds against GTK 2.0, removed patch 02_gtk-sharp2.patch
- Builds against dbus directly rather than using dbus-sharp. Change
from Build-Depends on libdbus-cil-1 to libdbus-glib-1-2
- Preference dialog modality fixed (Closes: #313295)
- Italic pasting fixed (Closes: #329476)
- Added StickyNoteImport plugin
- Uses gnome document tools. Add Build-Depends on gnome-doc-utils and
scrollkeeper
* Upstream application icon changed "due to legal restrictions"
- Remove the replacement third-party images we were using.
- Continue to remove one use of the old icon from the source tarball.
- Updated patch 01_image_name to remove the last use of the old icon
- Added XPM versions of the new icons
* Standards version 3.7.2 (no changes)
* Updated to latest Debian Mono Policy. Build-Depend on cli-common-dev
* Build depend on libgmime2.2-cil replacing libgmime2.1-cil which was
removed from Debian yesterday fixing FTBFS on arm (Closes: #382653)
* Urgency medium due to FTBFS fix.
-- Dave Beckett <dajobe@debian.org> Sat, 12 Aug 2006 09:43:31 -0700
tomboy (0.3.5-2) unstable; urgency=low
* Add dependencies to native library (Closes: #364778)
* Enable Evolution plugin (Closes: #364779)
-- Dave Beckett <dajobe@debian.org> Tue, 25 Apr 2006 20:59:25 -0700
tomboy (0.3.5-1) unstable; urgency=low
* New upstream release (Closes: #352531)
* Require dbus 0.61-3 to get a non-broken assembly version (see bug #354798)
* Packaging updates from Ubuntu 0.3.5-0ubuntu1 thanks to Sebastian Dröge
* 02_Trie.cs_mcs119.patch deleted as merged into upstream.
-- Dave Beckett <dajobe@debian.org> Sat, 18 Mar 2006 19:47:02 -0800
tomboy (0.3.5-0ubuntu1) dapper; urgency=low
* New upstream release
* 01_image_name.patch:
+ Updated for new upstream version
* 02_gtk-sharp2.patch:
+ Use Gtk#2 instead of Gtk#
* Tightened and adjusted Build-Depends
* Added ${misc:Depends} to Depends
* Updated debhelper compat version to 5
-- Sebastian Dröge <slomo@ubuntu.com> Fri, 24 Feb 2006 17:01:15 +0100
tomboy (0.3.3-3) unstable; urgency=low
* Build against libdbus-1-cil (Closes: #338495)
-- Dave Beckett <dajobe@debian.org> Thu, 12 Jan 2006 19:41:41 -0800
tomboy (0.3.3-2) unstable; urgency=low
* Added patch from CVS to fix Mono 1.1.9.x build (Closes: 337356)
- 02_Trie.cs_mcs119.patch from CVS
-- Dave Beckett <dajobe@debian.org> Thu, 3 Nov 2005 19:59:02 -0800
tomboy (0.3.3-1) unstable; urgency=low
* New upstream release
* New ExportToHTML plugin
* Updated image name fixing patch 01_image_name.patch
* Removed Mono 1.1.8.x build patches merged upstream:
- 02_mono118_Trie.patch
- 03_mono118_AppletFactory.patch
-- Dave Beckett <dajobe@debian.org> Wed, 10 Aug 2005 19:33:28 +0100
tomboy (0.3.2-9) unstable; urgency=low
* Removed obsolete Build-Depend: on mono-jit and mono-utils
* Updated debian/watch file to new location.
* Added 24x24 icon from same author as the other icons, cleaned up by
Gordon Ingram to help the toolbar icon look better (Closes: 316765)
* Rebuild for mono 1.1.8.1
* Applied patches from CVS to fix 1.1.8.x builds:
02_mono118_Trie.patch and 03_mono118_AppletFactory.patch
* Add MONO_SHARED_DIR to stop monodis core dumping when called
inside dh_clideps
-- Dave Beckett <dajobe@debian.org> Mon, 11 Jul 2005 17:13:26 +0100
tomboy (0.3.2-8) unstable; urgency=low
* Added 16x16 and 32x32 pixmap xpm icons
* Added menu and tomboy.desktop linked to the icons
-- Dave Beckett <dajobe@debian.org> Tue, 14 Jun 2005 23:07:01 +0100
tomboy (0.3.2-7) unstable; urgency=low
* Upload to unstable
* Depend on libdbus-cil 0.23.4-3 built with mono in unstable
* Remove dependency on mono-mint (Closes: 311956)
-- Dave Beckett <dajobe@debian.org> Fri, 10 Jun 2005 16:22:59 +0100
tomboy (0.3.2-6) experimental; urgency=low
* Merge with ubuntu up to 0.3.2-4ubuntu5:
- changed the uudecode line from update-config to post-patches in
debian/rules
- not applying Tomboy/Trie.cs patch
-- Dave Beckett <dajobe@debian.org> Wed, 1 Jun 2005 20:13:48 +0100
tomboy (0.3.2-5) experimental; urgency=low
* Rebuild package with source inside changes
-- Dave Beckett <dajobe@debian.org> Fri, 27 May 2005 13:20:41 +0100
tomboy (0.3.2-4) experimental; urgency=low
* Upload of tomboy to experimental (Closes: 272264)
* Require mono 1.1.6+
* Build-Depends on sharutils for uudecode
-- Dave Beckett <dajobe@debian.org> Fri, 27 May 2005 13:09:47 +0100
tomboy (0.3.2-3) experimental; urgency=low
* Standards-Version 3.6.1.0 and depend on newer debhelper for cdbs
-- Dave Beckett <dajobe@debian.org> Fri, 15 Apr 2005 22:21:52 +0100
tomboy (0.3.2-2) experimental; urgency=low
* Rebuild against mono 1.1 packages.
* Require cli-common
-- Dave Beckett <dajobe@debian.org> Fri, 15 Apr 2005 22:04:15 +0100
tomboy (0.3.2-1) experimental; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sun, 10 Apr 2005 15:48:23 +0100
tomboy (0.3.1-1) experimental; urgency=low
* Port of the packaging from Ubuntu to Debian
* Removed non-distributable image from orig.tar.gz and
added debian/README.Debian-source to explain this
* Added replacement image debian/tomboy.png.uu from Jacub Steiner
* Added patches/01_image_name.patch to rename mentions to the image
-- Dave Beckett <dajobe@debian.org> Sun, 10 Apr 2005 15:29:35 +0100
tomboy (0.3.1-0ubuntu6) hoary; urgency=low
* Rebuilt against new libdbus-cil.
-- Daniel Holbach <dh@mailempfang.de> Wed, 16 Mar 2005 21:11:11 +0100
tomboy (0.3.1-0ubuntu5) hoary; urgency=low
* Rebuild with current libs.
-- Sebastien Bacher <seb128@canonical.com> Sat, 19 Feb 2005 14:57:09 +0100
tomboy (0.3.1-0ubuntu4) hoary; urgency=low
* Er, libpanel-applet2-dev
-- Matt Zimmerman <mdz@ubuntu.com> Wed, 2 Feb 2005 20:49:44 -0800
tomboy (0.3.1-0ubuntu3) hoary; urgency=low
* Build-Depend on libpanel-applet-dev, not libpanel-applet2-0
-- Matt Zimmerman <mdz@ubuntu.com> Wed, 2 Feb 2005 11:01:26 -0800
tomboy (0.3.1-0ubuntu2) hoary; urgency=low
* debian/control
build-dep on libpanel-applet2-0 to fix FTBFS.
-- Brandon Hale <brandon@smarterits.com> Mon, 31 Jan 2005 23:52:04 -0500
tomboy (0.3.1-0ubuntu1) hoary; urgency=low
* New upstream release
- Made the move to Gnome Panel applet. (TrayIcon mode is still supported).
- New plugin system, so anyone can customize their Tomboy notes.
- A Note printing plugin
- A new preferences dialog
* debian/control
- Add libdbus-cil to build-deps
-- Brandon Hale <brandon@smarterits.com> Thu, 27 Jan 2005 18:35:41 -0500
tomboy (0.2.2-1ubuntu1) hoary; urgency=low
* Update Build-Dep and fix FTBFS.
-- Fabio M. Di Nitto <fabbione@fabbione.net> Mon, 22 Nov 2004 13:10:03 +0100
tomboy (0.2.2-1) hoary; urgency=low
* New upstream release
-- Brandon Hale <brandon@localhost.localdomain> Sun, 21 Nov 2004 15:35:03 -0500
tomboy (0.2.0-1) unstable; urgency=low
* New upstream release
-- Brandon Hale <brandon@smarterits.com> Mon, 11 Oct 2004 09:31:35 -0400
tomboy (0.1.2-2) unstable; urgency=low
* Fix up build-depends in debian/control, use ${net:Depends} and dh_netdeps
as well.
-- Brandon Hale <brandon@smarterits.com> Thu, 7 Oct 2004 11:14:29 -0400
tomboy (0.1.2-1) unstable; urgency=low
* New upstream release
-- Brandon Hale <brandon.hale@gmail.com> Sat, 25 Sep 2004 08:59:36 -0400
tomboy (0.1.1-1) unstable; urgency=low
* Initial Release.
-- Brandon Hale <brandon.hale@gmail.com> Mon, 20 Sep 2004 20:08:46 -0400
|