File: changelog

package info (click to toggle)
gnome-sharp2 2.24.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,308 kB
  • ctags: 1,205
  • sloc: sh: 10,129; cs: 5,298; makefile: 440; ansic: 215; xml: 74; perl: 32
file content (858 lines) | stat: -rw-r--r-- 32,821 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
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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
gnome-sharp2 (2.24.2-4) unstable; urgency=medium

  * Rebuild for CLR 4.5 transition

 -- Jo Shields <directhex@apebox.org>  Tue, 17 Nov 2015 09:53:43 +0000

gnome-sharp2 (2.24.2-3) unstable; urgency=low

  * [b114ece] Cherry-pick patch to initialize dbus-glib for threading.
    Thanks to Mirco Bauer <meebey@meebey.net> (Closes: #700585)

 -- Chow Loong Jin <hyperair@debian.org>  Mon, 04 Mar 2013 00:00:06 +0800

gnome-sharp2 (2.24.2-2) unstable; urgency=low

  * [e4737ab] Update debian/rules for DH8-compatible "--with cli"

 -- Jo Shields <directhex@apebox.org>  Tue, 24 Jan 2012 00:41:36 +0000

gnome-sharp2 (2.24.2-1) unstable; urgency=low

  [ Iain Lane ]
  * debian/control: Update section to cli-mono, per the archive overrides
  * [da573ba] Drop ltmain-add-as-needed patch; dh-autoreconf can do this now
  * [60fe3e1] Standards-Version → 3.9.2, no changes required

  [ Julian Taylor ]
  * new upstream release
  * [743f580] remove debian/list-examples
  * [7098d1d] Revert "move -dev packages to libdevel section"
    cli-mono has higher priority than libdevel
  * [991a0c9] remove libgnome2.24-cil.clilibs and set dependencies in control instead
  * [fe146eb] remove obsolete MONO_SHARED_DIR setting

 -- Julian Taylor <jtaylor.debian@googlemail.com>  Sun, 05 Jun 2011 19:03:38 +0000

gnome-sharp2 (2.24.1-6) unstable; urgency=low

  * debian/control:
    + Add explicit Depends lines to libgnome2.0-cil-dev pointing to -dev
      packages which gnome-sharp-2.0.pc has Requires: lines for

 -- Jo Shields <directhex@apebox.org>  Thu, 07 Jan 2010 09:41:43 +0000

gnome-sharp2 (2.24.1-5) unstable; urgency=low

  [ Jo Shields ]
  * debian/control:
    + Bump to Standards 3.8.3
    + Switch mono-devel and *-cil build-dependencies for mono -dev transition
    + Add missing build-depend on libglib2.0-cil-dev
  * debian/control,
    debian/lib*.install:
    + Create unversioned -dev packages containing pkg-config files, GAPI
      files, and generic tools in some cases
  * debian/rules,
    debian/libgnome-cil-dev.install:
    + Don't rename pcfile. Leave it as-is, as the "unversioned" name for
      the gnome-sharp-2.0 package. Yes yes, I know, it'd be nice if upstream
      could be consistent over ABI versions, but there you go.
  * debian/rules:
    + Use mono-csc as compiler command

  [ Mirco Bauer ]
  * debian/lib*-cil-dev.install
    debian/control:
    + Renamed the -cil-dev packages so they contain the API version, as the
      pkg-config files are versioned too.
      (no Replaces/Conflicts added as -2 never hit the archive!)
  * debian/control:
    + Let gnome-sharp2 meta package depend on the same source version for
      simple and reliable upgrades.

  [ Christopher James Halse Rogers ]
  * debian/ltmain-add-as-needed.patch:
    + Add --as-needed magic to ltmain.sh
  * debian/rules:
    + Apply ltmain-add-as-needed.patch after running autoreconf.  This should
      be more robust than copying a patched ltmain.sh from debian/ as ltmain.sh
      is required to be versioned in lock-step with the rest of libtool.      
  * debian/README.source:
    + Add dpatch README.source; we might as well comply with policy here.
      One less lintian warning!

 -- Christopher James Halse Rogers <raof@ubuntu.com>  Mon, 04 Jan 2010 17:01:14 +1100

gnome-sharp2 (2.24.1-4) unstable; urgency=low

  [ Iain Lane ]
  * debian/libgnome2.24-cil.install,
    debian/libgnome2.24-cil.installcligac,
    debian/patches/02_fix_pkg-config_paths.dpatch:
    + Install gconf-sharp-peditors to /usr/lib/cli/gconf-sharp-peditors-2.24
      per policy. Fix broken pc file too.

  [ Mirco Bauer ]
  * debian/*.install
    debian/*.installcligac:
    + Switched to /usr/lib/cli/$ASSEMBLY-$ABI/ directory layout, to make the
      ABI versioning of the assemblies more clear.
  * debian/rules:
    + Replaced full re-autogen with autoreconf, that should be more than
      enough.
    + Put patched ltmain.sh in place for --as-needed magic.
    + Don't build binary-indep packages if the binary-arch target was
      called. (Closes: #521399)

 -- Mirco Bauer <meebey@debian.org>  Sun, 19 Apr 2009 16:57:00 +0200

gnome-sharp2 (2.24.1-3) unstable; urgency=low

  * debian/rules:
    + Only call dh_makeclilibs on arch:all packages in binary-indep target 
      and on arch:any packages in binary-arch target.
    + Added hack that makes sure the clilibs of the arch:all packages are
      always generated as the arch:any packages rely on that for
      inner-dependencies between the packages. This caused missing binary
      dependencies on non-i386 (my arch) because I built binary-indep and
      binary-arch unlike the buildds. (Closes: #520966)

 -- Mirco Bauer <meebey@debian.org>  Wed, 25 Mar 2009 01:01:43 +0100

gnome-sharp2 (2.24.1-2) unstable; urgency=low

  * Upload to unstable
  * debian/*.install
    debian/*.installcligac:
    + Use late-GAC install now for all libraries as per Debian CLI Policy and
      with that the new locations (/usr/lib/cli instead of /usr/lib/mono).
      This allows us to install multiple versions of a library at the same
      time when an ABI bump was done, which happened with libgnome2.0-cil ->
      libgnome2.24-cil. This also makes a very smooth transition possible.
  * debian/control:
    + Use multiple lines for build-deps.
    + Removed conflicts libgnome2.0-cil from libgnome2.24-cil as they have
      different assembly versions and are parallel installable now.
    + Bumped Standards-Version to 3.8.1 (no changes needed)
    + Bumped debhelper build-dep to >= 7.
    + Added libtool, autoconf, and automake to build-deps.
  * debian/compat:
    + Bumped to 7
  * debian/patches/00list:
    + Disabled 99_ltmain_as-needed as it has no influence to the binary deps
      and caused issues withthe re-autogen in debian/rules.
  * debian/MAINTAINERS:
    + Removed (thats what control is for)

 -- Mirco Bauer <meebey@debian.org>  Sat, 21 Mar 2009 15:08:16 +0100

gnome-sharp2 (2.24.1-1) experimental; urgency=low

  * New upstream release:
    + debian/control,
      debian/*.install:
      - All libraries except gnome-sharp were versioned back to
        2.0 as upstream added policy assemblies again for the older
        versions and their API didn't really change. gnome-sharp
        is still in libgnome2.24-cil and has no policy assemblies
        as the API has changed.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 06 Mar 2009 15:01:46 +0100

gnome-sharp2 (2.24.0-3) experimental; urgency=low

  * debian/control:
    + Let the gnome-sharp2 metapackage depend on the new package versions.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 24 Jan 2009 21:43:02 +0100

gnome-sharp2 (2.24.0-2) experimental; urgency=low

  [ Steve Langasek ]
  * debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
    transition.
  * debian/control: update the build-dependencies for mono 2.0.
  * debian/control: add conflicts/replaces on the old package names, since
    there are file overlaps between them.

  [ Sebastian Dröge ]
  * Upload to experimental.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 18 Jan 2009 10:45:12 +0100

gnome-sharp2 (2.24.0-1) experimental; urgency=low

  * New upstream stable release:
    + debian/control:
      - Update build depends.
      - Update Standards-Version to 3.8.0.
      - Update package names to reflect the new API versions.
    + debian/patches/01_dllmaps.dpatch:
      - Updated to apply cleanly again.
    + debian/rules:
      - Update API version to 2.24.0.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 19 Nov 2008 09:20:09 +0100

gnome-sharp2 (2.20.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + This fixes the infamous segfault-at-exit which many applications using
      Gnome.Program had in the past.
    + debian/control:
      - Require libgtk2.0-cil (>= 2.12.1) for new API.
  * debian/control:
    + Make libart2.0-cil and libgnome-vfs2.0-cil architecture all as
      they only contain architecture independent files.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Apr 2008 23:47:16 +0200

gnome-sharp2 (2.20.0-2) unstable; urgency=low

  * debian/copyright:
    + Updated and cleaned up a bit.
  * Upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 17 Mar 2008 10:02:02 +0100

gnome-sharp2 (2.20.0-1) experimental; urgency=low

  * New upstream release:
    + debian/control:
      - Update and cleanup build dependencies.
      - Remove rsvg, gtkhtml and vte packages.
      - Update descriptions.
    + debian/librsvg2.0-cil.install,
      debian/libvte2.0-cil.install,
      debian/libgtkhtml2.0-cil.install:
      - Dropped, these are in gnome-desktop-sharp2 now.
    + debian/rules:
      - Update API version to 2.20.0.
    + debian/patches/01_dllmaps.dpatch:
      - Convert 01_glue-locations.dpatch and 02_missing_dllmaps.dpatch into
        a single patch.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 05 Mar 2008 19:50:22 +0100

gnome-sharp2 (2.16.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + debian/control,
      debian/libgnome2.0-cil.install,
      debian/libgconf2.0-cil.install:
      - Move gconf-sharp-peditors to libgnome2.0-cil. It needs all Gnome
        libraries anyway and fits better there.
    + debian/control:
      - Require gtk-sharp >= 2.10.3.
    + patches/99_ltmain_as-needed.dpatch:
      - Update to apply cleanly again.
    + debian/rules:
      - Update clilibs to >= 2.16.1.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 29 Feb 2008 06:40:26 +0100

gnome-sharp2 (2.16.0-10) unstable; urgency=low

  * debian/control:
    + Added Homepage, Vcs-Svn and Vcs-Browser fields.
    + Removed GTK# packages from dependencies of the gnome-sharp2 meta package,
      the gtk-sharp2 meta package does already a good job for that.
    + Updated Standards-Version to 3.7.3, no changes needed.
    + Added names of assemblies in the package long description to aid
      apt-cache searches.
    + Added suggests monodoc-gtk2.0-manual to the library packages.

 -- Mirco Bauer <meebey@debian.org>  Thu, 27 Dec 2007 22:23:43 +0100

gnome-sharp2 (2.16.0-9) unstable; urgency=low

  [ Sebastian Dröge ]
  * debian/rules:
    + Also use -Wl,-z,defs -Wl,-O1 when linking.
  * debian/control:
    + Updated Maintainer to the new Debian CLI Libraries Team.

  [ Mirco Bauer ]
  * debian/control:
    + Added mono-1.0-devel to build-deps, fixes FTBFS.
      (needed since the as mono-mcs package was split)
    + Fixed casing of Gtk+ and Gnome# in package descriptions, as the official
      names are GTK+ and GNOME (uppercase).
    + Using my Debian email address now.
    + Removed unneeded manual binary dependencies of libgnome2.0-cil.
      (those were a left over of a package split transition, Closes: #427925)
  * debian/rules:
    + Use dh_clifixperms instead of find calls.

 -- Mirco Bauer <meebey@debian.org>  Sat, 22 Dec 2007 23:37:18 +0100

gnome-sharp2 (2.16.0-8) unstable; urgency=low

  * debian/rules:
    + Actually pass CFLAGS and LDFLAGS to configure
    + Use --as-needed when linking to get less dependencies.
  * debian/patches/99_ltmain_as-needed.dpatch:
    + Patch used in many Gnome package to reorder the linking
      parameters so --as-needed is actually used.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 04 Dec 2007 13:57:49 +0100

gnome-sharp2 (2.16.0-7) unstable; urgency=low

  * debian/control:
    + Build depend on Gtk# >= 2.10.1-3 to get a rebuild with the newer version.
      This fixes segfaults in several applications on quit.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 07 Aug 2007 17:49:39 +0200

gnome-sharp2 (2.16.0-6) unstable; urgency=low

  * Sebastian 'slomo' Dröge:
    + debian/libgconf2.0-cil.install,
      debian/libgnome2.0-cil.install,
      debian/control:
      - Move the gconf-sharp-peditors libraries from libgnome2.0-cil to
        libgconf2.0-cil as the pkg-config file of gconf-sharp references them.
    + debian/control:
      - Let the metapackage depend on all library packages.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 17 May 2007 11:05:36 +0200

gnome-sharp2 (2.16.0-5) unstable; urgency=low

  * Sebastian 'slomo' Dröge:
    + debian/control:
      - Add transitional dependencies on the new packages for libgnome2.0-cil.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 09 May 2007 08:11:26 +0200

gnome-sharp2 (2.16.0-4) unstable; urgency=low

  * Sebastian 'slomo' Dröge:
    + debian/control,
      debian/libart2.0-cil.install,
      debian/libgnome-vfs2.0-cil.install,
      debian/libgtkhtml2.0-cil.install,
      debian/librsvg2.0-cil.install:
      - Move the libart, gnomevfs, gtkhtml and rsvg bindings into their own
        packages to prevent unnecessary large dependency chains.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 09 May 2007 07:26:49 +0200

gnome-sharp2 (2.16.0-3) unstable; urgency=low

  * Sebastian 'slomo' Dröge:
    + debian/patches/01_glue-locations.dpatch,
      debian/control:
      - Build against libvte9.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 24 Apr 2007 22:49:55 +0200

gnome-sharp2 (2.16.0-2) unstable; urgency=low

  * Upload to unstable
  * Sebastian 'slomo' Dröge:
    + debian/control:
      - s/2.10/2.16/ These are bindings for Gnome 2.16, not 2.10.
        Thanks to Loic Minier for noticing
      - Remove Dave Beckett from Uploaders by his request
    + debian/patches/01_glue-locations.dpatch:
      - Adjust soname of libvte for the version in unstable

 -- Sebastian Dröge <slomo@debian.org>  Mon, 16 Apr 2007 00:25:41 +0200

gnome-sharp2 (2.16.0-1) experimental; urgency=low

  * Sebastian 'slomo' Dröge:
    + New package based on gtk-sharp2:
      - Gnome and GTK+ bindings split into separate source packages
    + debian/watch:
      - Updated
    + debian/control:
      - Updated Build-Depends
      - Updated to use my debian.org mail address
    + debian/patches/01_glue-locations.dpatch,
      debian/patches/02_missing_dllmaps.dpatch:
      - Updated
    + debian/rules:
      - Bumped clilibs to >= 2.16
    + debian/control,
      debian/libgnome2.0-cil.install,
      debian/libvte2.0-cil.install:
      - Move gapi XML files to their corresponding library packages

 -- Sebastian Dröge <slomo@debian.org>  Wed, 31 Jan 2007 11:04:09 +0100

gtk-sharp2 (2.8.3-2) unstable; urgency=medium

  * Mirco 'meebey' Bauer
    + debian/patches/01_glue-locations.dpatch:
      - Fixed tag closing, caused parse error for dh_clideps (FTBFS).
        (Closes: #390116)
    + debian/patches/02_missing_dllmaps.dpatch:
      - Adds some missing entries in the DLL maps.
    + debian/control:
      - Bumped cli-common-dev build-dep to >= 0.4.6, handles paths now
        correctly in DLL maps.
 
 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat,  30 Sep 2006 01:16:22 +0200

gtk-sharp2 (2.8.3-1) unstable; urgency=low

  * Sebastian 'slomo' Dröge
    + New upstream release
    + debian/patches/02_workaround-340904.dpatch,
      debian/patches/03_gnomevfs-mimetype-pinvokes.dpatch,
      debian/patches/04_list-to-array-marshalling.dpatch,
      debian/patches/05_gdk-drawable.dpatch,
      debian/patches/06_value-array-smp-free.dpatch:
      - dropped, merged upstream
    + debian/control,
      debian/compat:
      - update debhelper compat level to 5

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun,  9 Jul 2006 23:43:04 +0200

gtk-sharp2 (2.8.2-2) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + Rebuild against Mono 1.1.13.6-3
    + Updated cli-common build-dep to cli-common-dev >= 0.4.0
    + Added libmono-cairo1.0-cil to build-deps.
  * Sebastian 'slomo' Dröge
    + Add myself to Uploaders
    + Update Standards-Version to 3.7.2
    + debian/patches/03_gnomevfs-mimetype-pinvokes.dpatch: (SVN rev 58615)
      - Fix the GnomeVFS MimeType P/Invokes to conform to the
        const/non-const conventions as specified in the gnomevfs headers.
        This fixes a possible double free().
    + debian/patches/04_list-to-array-marshalling.dpatch: (SVN rev 58609)
      - Fix the ListToArray marshalling to respect the owners of the Opaque
        elements.
    + debian/patches/05_gdk-drawable.dpatch:
      - Fix signature of Gdk.Drawable.DrawPoints(). The old version was
        completely wrong and would segfault everything using it.
        http://bugzilla.ximian.com/show_bug.cgi?id=77942
    + debian/patches/06_value-array-smp-free.dpatch:
      - Don't immediately free ValueArrays; queue them up to be freed in the
        main thread by using a Timeout. This fixes SMP deadlocks when the
        GValues contained therein aren't threadsafe (like GDK resources).

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 14 Apr 2006 12:48:02 +0200

gtk-sharp2 (2.8.2-1) unstable; urgency=low

  * New upstream release

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 12 Mar 2006 01:10:07 +0100

gtk-sharp2 (2.8.1-1) unstable; urgency=low

  * New upstream release
  * Mirco 'meebey' Bauer
    + debian/control:
      - Added missing conflicts/replaces to gtk-sharp2-gapi for
        gtk-sharp2-unstable-gapi.

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 12 Feb 2006 22:33:58 +0100

gtk-sharp2 (2.8.0-1) unstable; urgency=low

  * New upstream release
    + This release ships GAC policy files which ensures ABI compatiblity for
      programs that were compiled against GTK# 2.4 and 2.6
  * Mirco 'meebey' Bauer
    + debian/control:
      - Updated package descriptions for 2.8
      - Updated build-deps to use GTK+ 2.8
      - Added ${misc:Depends} where appropriate
    + debian/rules:
      - Updated dh_makeclilibs call for minimum ABI comp version 2.7.90
    + debian/libgconf2.0-cil.install:
      - Added GAC policy files.
    + debian/libglade2.0-cil.install:
      - Added GAC policy files.
    + debian/libglib2.0-cil.install:
      - Added GAC policy files.
    + debian/libgnome2.0-cil.install:
      - Added GAC policy files.
    + debian/libgtk2.0-cil.install:
      - Added GAC policy files.
    + debian/libvte2.0-cil.install:
      - Added GAC policy files.

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Thu, 2 Feb 2006 20:08:26 +0100

gtk-sharp2 (2.4.0-2) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + Fixed debian/watch
    + Added debian/02_workaround-340904.dpatch by Andreas Henriksson
      <andreas@fjortis.info> (Closes: #348994):
      - Changed Makefile.(am|in) to solve VTE build problems

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 20 Jan 2006 11:58:45 +0100

gtk-sharp2 (2.4.0-1) unstable; urgency=low

  * New upstream release
    + This is the final stable release, thus dropping all "unstable version"
      marks in the package descriptions.
  * Mirco 'meebey' Bauer
    + Added missing gtk-dotnet-2.0.pc to libgtk2.0-cil package.
    + Updated all packages descriptions to match what the library binds.
    + Patch by Sebastian 'slomo' Dröge <slomo@ubuntu.com>:
      - Renamed source package to gtk-sharp2 as it's stable now
      - Moved glue libs from /usr/lib into /usr/lib/mono/gtk-sharp-2.0
      - Less stricter clilibs. Upstream guarantees ABI compatibility from now
        on.

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 13 Nov 2005 19:53:17 +0100

gtk-sharp2-unstable (2.3.92-2) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + Added missing glib-sharp-2.0.pc to libglib2.0-cil package.

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 16 Oct 2005 20:21:39 +0100

gtk-sharp2-unstable (2.3.92-1) unstable; urgency=low

  * New upstream version

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 16 Oct 2005 20:21:39 +0100

gtk-sharp2-unstable (2.3.91-1) unstable; urgency=low

  * New upstream version
    + Upstream bumped version number to 2.3.x so it will match the GTK+ 2.4
      version in the final release.
  * Mirco 'meebey' Bauer
    + Changes for Gtk# 2.3.91 are inspired by the Ubuntu patch
      (thanks to Brandon Hale).
    + gda and gnomedb are not shipped anymore in libgnome2.0-cil, dropped
      upstream.
      - Removed libgda2-dev and libgnomedb2-dev from build-deps.
      - Removed dllmap hack in debian/rules for gda.
    + Shipping gtk-dotnet assemblies in libgtk2.0-cil now. (Closes: #316483)
    + dh_makeclilibs will now generate less strict deps, because with
      2.3.90 the API is now stable. 
    + Updated to Standards Version 3.6.2.1 (no changes).
    + Added monodoc-gtk2.0-manual to "Depends" of gtk-sharp2 meta package.
    + Change arch-field of libvte2.0-cil back to any, it contains now a glue
      library.
    + Updated versioned build-dep of cli-common to >= 0.2.0

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 25 Sep 2005 19:56:04 +0100

gtk-sharp2-unstable (1.9.5-2) unstable; urgency=low

  * Dave Beckett
    + Rebuild against libgtkhtml3.6-dev (Closes: #321560)

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 6 Aug 2005 14:21:04 +0100

gtk-sharp2-unstable (1.9.5-1) unstable; urgency=low

  * upload to unstable
  * New upstream release
  * Mirco 'meebey' Bauer
    + debian/gtk-sharp2-gapi.install:
      - gapi_parser.pl got replaced by gapi-parser.exe
      - added gapi_pp.pl and gapi2xml.pl
    + debian/gtk-sharp2-examples.manpages:
      - created undocumented manpage for gapi2-codegen, gapi2-fixup and
        gapi2-parser
    + debian/gtk-sharp2-gapi.manpages:
      - created undocumented manpage for gtk-sharp2-examples-list
    + debian/libgtk2.0-cil.install:
      - added libpangosharpglue-2.so
    + debian/libvte2.0-cil.install:
      - added libvtesharpglue-2.so
    + added debian/watch file

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 29 May 2005 19:57:32 +0200

gtk-sharp2-unstable (1.9.3-2) experimental; urgency=low

  * Mirco 'meebey' Bauer
    + added monodoc-gtk2.0-manual binary package
      (we generate the Gtk#2 documentation now)
    + updated versioned build-dep of cli-common to >= 0.1.3

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 15 May 2005 19:11:20 +0200

gtk-sharp2-unstable (1.9.3-1) experimental; urgency=low

  * New upstream release
  * Mirco 'meebey' Bauer
    + /usr/share/dotnet to /usr/lib transition
    + merged .files with .install
    + fixed/updated directories/files so it can co-exist with gtk-sharp nicely
    + created gkt-sharp2 metapackage, this way users can easily install the
      whole Gtk# suite.
    + updated versioned build-dep of libgnomedb2-dev to >= 1.2.1
    + added dllmap hack to use libgda-2.so.3 instead of libgda-2.so.1
    + removed "unstable" string from package names.
    + added -l to dh_makeclilibs, making stricter dependencies now
      (the is API not unstable yet)
  * Dave Beckett
    + Rebuild against libgda2-3
    + updated versioned build-dep of libgda2-dev to >= 1.2.1
    + Changed source package name to gtk-sharp2-unstable
    + Switch to experimental
    + Remove not-used Build-Depend on autoconf and automake1.4
    + debian/rules: generate correct clilibs version, directly using main
      version rather than hand-edited hardcoded version
    + Renamed libgtksharpglue-2.0* and libpanelappletsharpglue-2*
      to libgtksharpglue-2* and libpanelappletsharpglue-2* to match upstream.
    + Initial packaging for Gtk# 2.0 based on gtk-sharp source package.

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 10 Apr 2005 12:21:40 +0200

gtk-sharp (1.0.2-1) unstable; urgency=low

  * New upstream release
  * Mirco 'meebey' Bauer
    + changed dh_makenetlibs -m 0.93 to 1.0 (to guarantee compability)
    + moved glade.pc to libglade-cil
      (closes: #271873 thanks to Matt Kraai <kraai@ftbfs.org>)

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Thu, 09 Oct 2004 19:21:23 +0200

gtk-sharp (1.0-4) unstable; urgency=low

  * restored accidently deleted links for gapi-fixup and gapi-codegen

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 08 Aug 2004 16:46:43 +0200

gtk-sharp (1.0-3) unstable; urgency=medium

  * Switched to use "stable" libgtkhtml series (closes: #258995)
  * set local MONO_GAC_PREFIX to make package internal dependencies
    resolveable (closes: #258040, #260373)

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 08 Aug 2004 12:30:31 +0200

gtk-sharp (1.0-2) unstable; urgency=low

  * Eduard Bloch
    + Fixed build-depends to fix FTBFS on Powerpc
    + updates to work with libgtkhtml3.1-11 (closes: #259447)
    + depending on a newer version of mono-utils having a better working
      dh_makenetlibs (closes: #258040)

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Thu, 15 Jul 2004 16:13:05 +0200

gtk-sharp (1.0-1) unstable; urgency=low

  * New upstream release
  * Eduard Bloch
    + dependency tunning, suggesting versions >= 0.93 only
    + chmod a-x on example source (closes: #255411)
  * Mirco 'meebey' Bauer
    + debian/rules: fixed .wapi path, added sample/rsvg Makefile hack

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 3 Jul 2004 00:10:15 +0200

gtk-sharp (0.98-2) unstable; urgency=low

  * Eduard Bloch
    + Set strong Build-Dep on libgtkhtml3.1-10 now (in the hope that GNOME
      funsters will keep at least THIS PACKAGE NAME and SONAME for longer than
      few weeks)
    + rewriting gtkhtml-sharp.dll.config to match the new SONAME

 -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 15:25:35 +0200

gtk-sharp (0.98-1) unstable; urgency=low

  * New upstream release
  * Eduard Bloch
    + integration of the new debhelper-managed dependencies, finaly creating
      proper dependencies between the packages and shared lib (closes: #255163)
    + relaxed the suggested dependencies, the API should be frozen
  * Mirco 'meebey' Bauer
    + added proper Conflicts/Replaces for smooth upgrades from older versions

 --  Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 14:54:01 +0200

gtk-sharp (0.91.1-1) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + new upstream version, fixes FTBFS on powerpc, jit should work
      now (Closes: Bug#244874)
    + new package libvte-cil
    + cleaned up the rules script
    + added pixmap directory for gtk-sharp-examples (Closes: Bug#248295)
    + MonoConvention 0.1.4 conform
  * Eduard Bloch
    + Build-Conflicts: with the broken libart version
    + change to Arch:any packages with splitted glue libs and
      new package names
    + splitted gnome into gnome and glade pkgs

 -- Mirco 'meebey' Bauer <mail@meebey.net>  Tue, 11 May 2004 17:44:20 +0200

gtk-sharp (0.18-2) unstable; urgency=low

  * set the dependency on new monodoc-base or at least old monodoc-browser to
    prevent possible FTBFS (monodoc/assembler.exe needed)
  * explicit build-conflicts with libgtkhtml3.0-2, wrong dependency could be
    set otherwise

 -- Eduard Bloch <blade@debian.org>  Fri,  9 Apr 2004 14:24:20 +0200

gtk-sharp (0.18-1) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + changed Build-Depends to debhelper (>= 4.1.87)
      rules: set DH_COMPAT to 4, added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
      (closes: Bug#237897 thanks to Anthony W. Juckel for the patch)
    + changed Depends to libgtkhtml3.0-4, 3.0-2 is removed fom the archive
      (closes: Bug#240529, Bug#241392)
    + added gnome-sharp to gtk-sharp-examples dependencies (closes: #240297)
    + new upstream release (closes: Bug#242001)

 -- Mirco 'meebey' Bauer <mail@meebey.net>  Tue, 06 Apr 2004 11:03:39 +0200

gtk-sharp (0.17-1) unstable; urgency=low

  * Mirco 'meebey' Bauer <mail@meebey.net>
    + chmod +x *.exe (according to MonoConventions) (closes #234891)
    + added autoconf and automake1.4 to build-depends
      (closes #233156 thanks to Daniel Schepler for the patch)
    + new upstream release

 -- Mirco 'meebey' Bauer <mail@meebey.net>  Tue, 06 Mar 2004 12:30:10 +0100

gtk-sharp (0.16-2) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + added libxml-libxml-perl dependency  (closes: #234460)

 -- Mirco 'meebey' Bauer <mail@meebey.net>  Tue, 24 Feb 2004 10:37:30 +0100

gtk-sharp (0.16-1) unstable; urgency=low

  * Mirco 'meebey' Bauer
    + added libgail-dev to build-depends.
    + new upstream release 
  * Eduard Bloch
    + moved examples and their source to /usr/share/dotnet/gtk-sharp-examples
    + added script to list them

 -- Mirco 'meebey' Bauer <mail@meebey.net>  Thu, 12 Feb 2004 17:25:33 +0100

gtk-sharp (0.15-2) unstable; urgency=low

  * added more Build-Dependencies to control, in order to build new bindings to
    Gnome2 components (gda, gnomedb, rsvg, gtkhtml)
  * Dependencies cleanup: dropped weird deps on -dev packages, replaced most
    gnome libs with depedencies to the ultimate dependencies harvester:
    libgtkhtml3.0(-dev)

 -- Eduard Bloch <blade@debian.org>  Sun, 18 Jan 2004 19:32:50 +0100

gtk-sharp (0.15-1) unstable; urgency=low

  * added the -gapi package with the same data and desc as their RPM
  * added examples and source in an extra package
  * running autogen.sh at build time

 -- Eduard Bloch <blade@debian.org>  Sat, 17 Jan 2004 20:41:15 +0100

gtk-sharp (0.8-1) unstable; urgency=low

  * New upstream release

 -- Alp Toker <alp@atoker.com>  Mon, 24 Feb 2003 18:21:27 +0000

gtk-sharp (0.7-1) unstable; urgency=low

  * New upstream release
  * Remove Gst# hacks
  * Pass RUNTIME argument to make
  * epochs: just say no

 -- Alp Toker <alp@atoker.com>  Tue, 21 Jan 2003 06:11:27 +0000

gtk-sharp (0.6-1) unstable; urgency=low

  * Gratuitously credited myself in debian/copyright.
  * Added 1: epoch in honour of all those people who tracked these
     gtk-sharp packages through the early days before they had versions
     of their own (and were versioned like Mono releases). Rolled back
     to 0.6-1 accordingly.
  * Total rewrite of debian/rules. Severe crapectomy! Seperated build
     targets for indep/arch. Correct treatment of arch all and arch any
     packages in respective binary-indep/arch targets.
  * Use correctly working DESTDIR instead of broken prefix, removing
     necessity to complain and run configure twice. :P
  * Removed need for gratuitous patchup script, do patching in the
     binary-indep target after building the generator and api dirs.
  * Tweaked descriptions in debian/control & raised standards version.
  * Updated Maintainer to mono@debianplanet.org and added me and alp as 
     Uploaders.
  * Tighten up dependencies on other -sharp packages to include the
     current package version. Never know what's changing or changed, so
     piecemeal upgrades could cause bugs or confusion down the line
     (especially with an unversioned glue lib =).
  * Added build-depends for libtool, autoconf and automake (to
     compensate for bizzarely hosed upstream tarball).
  * Added rm install-sh missing mkinstalldirs depcomp to clean target,
     and switched to maintainer-clean (for same reason).
  * Added Replaces header to glib-sharp for upgrades from old gtk-sharp
    packages.
  * Removed un-necessary .dirs files.
  * Fixed upstream make install targets to make the dirs beforehand.
  * Added gst to DIRS in the makefile so it gets built and installed
     with the rest.
  * Remove sample from DIRS in the makefile to bypass gconf schemas and
     other nonsense.
  * Use -avoid-version with libgtksharpglue to call the library .so and
     avoid symlinks. Add gtk-sharp-glue.files now we're installing
     things properly.
  * Don't ship README. It's not helpful to end users, and it was going
     into the wrong package anyway.
  * Added gtk-sharp-glue deps to glib, gnome and glade. Grepping the
     source shows this to be necessary.
  * Replace glade-sharp (rolled into gnome-sharp) with gconf-sharp which
     is potentially useful without the GNOME UI libs etc. Added
     appropriate Conflicts/Provides/Replaces to gnome-sharp.
  * Ship gconf-sharp-peditors.dll in gnome-sharp package.

 -- Robert McQueen <robot101@debian.org>  Thu, 19 Dec 2002 06:01:55 +0000

gtk-sharp (0.6-5) unstable; urgency=low

  * Fix gnome-sharp files

 -- Alp Toker <alp@atoker.com>  Tue, 17 Dec 2002 15:27:56 +0000

gtk-sharp (0.6-4) unstable; urgency=low

  * Depend on glib-sharp as needed

 -- Alp Toker <alp@atoker.com>  Tue, 17 Dec 2002 14:57:54 +0000

gtk-sharp (0.6-3) unstable; urgency=low

  * Fix the clean target

 -- Alp Toker <alp@atoker.com>  Tue, 17 Dec 2002 14:06:15 +0000

gtk-sharp (0.6-2) unstable; urgency=low

  * Add support for glade-sharp, gnome-sharp, gst-sharp as individual
    packages.

 -- Alp Toker <alp@atoker.com>  Mon, 16 Dec 2002 18:07:17 +0000

gtk-sharp (0.6-1) unstable; urgency=low

  * Initial Release.

 -- Alp Toker <alp@atoker.com>  Sun, 28 Apr 2002 22:10:10 +0100