~mati75/kadu/ubuntu

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
kadu (3.0-1) UNRELEASED; urgency=medium

  [ Mateusz Łukasik ]
  * New upstream release. (Closes: #582549, #808697)
  * Update debian/watch file - thanks bartm!
  * d/control:
    - Drop libqca2-dev, libqt4-dev and libqtwebkit-dev from B-D.
      (Closes: #784472)
    - B-D: Replace qtquick1-5-dev by qtdeclarative5-dev.
    - Update description about Qt version. 
    - Update depends to Qt5 versions. 
    - Bump Standards-Version to 3.9.7.
    - Update homepage address.

 -- Mateusz Łukasik <mati75@linuxmint.pl>  Sat, 20 Feb 2016 22:31:52 +0100

kadu (3.0~rc1-1.1) unstable; urgency=medium

  * Non-maintainer upload with maintainer's permission.
  * Drop build-dependency on libindicate-qt-dev. (Closes: #812240)

 -- Felix Geyer <fgeyer@debian.org>  Wed, 23 Mar 2016 18:23:11 +0100

kadu (3.0~rc1-1) unstable; urgency=medium

  * New upstream release
  * Added libqxmpp-dev to Build-Depends
  * Removed debian/patches/04-int_narrowing_fix.patch. Issue fixed
    upstream.

 -- Patryk Cisek <patryk@debian.org>  Fri, 25 Dec 2015 18:07:46 +0100

kadu (2.1-2) unstable; urgency=medium

  * Added debian/patches/04-int_narrowing_fix.patch (Closes: #795488)
  * Added description and author to 03-exclude_unsupported_plugins.patch

 -- Patryk Cisek <patryk@debian.org>  Sat, 17 Oct 2015 14:57:17 +0200

kadu (2.1-1) unstable; urgency=medium

  * New upstream release (Closes: #795488)
  * Updated debian/patches/02-about-dialog.patch for Kadu 2.1
  * Removed 03-exclude_unsupported_plugins.patch, as it's been applied
    upstream.
  * Removed kadu.menu, as there's a corresponding .desktop file in
    place.
  * Removed obsolete url from debian/watch

 -- Patryk Cisek <patryk@debian.org>  Sun, 11 Oct 2015 12:55:38 +0200

kadu (1.3-2) unstable; urgency=medium

  * Fixed build error with new CMake (Closes: #789840)

 -- Patryk Cisek <patryk@debian.org>  Wed, 08 Jul 2015 20:31:58 +0200

kadu (1.3-1) unstable; urgency=medium

  * New upstream release
  * Removed hardcoded upstream version (1.0) from debian/build_kadu.sh
    helper script

 -- Patryk Cisek <patryk@debian.org>  Sun, 28 Dec 2014 16:00:22 +0100

kadu (1.2-2) unstable; urgency=medium

  * Changed Architecture of kadu-dev to any

 -- Patryk Cisek <patryk@debian.org>  Sun, 23 Nov 2014 16:25:21 +0100

kadu (1.2-1) unstable; urgency=medium

  * New upstream release (Closes: #768463)

 -- Patryk Cisek <patryk@debian.org>  Sat, 08 Nov 2014 15:17:42 +0100

kadu (1.1-1) unstable; urgency=medium

  * New upstream release.
  * Removed 03-no-CMAKE_CXX_FLAGS-overwrite.patch patch. It's been
    included upstream.

 -- Patryk Cisek <patryk@debian.org>  Sun, 19 Oct 2014 10:01:12 +0200

kadu (1.0-2) unstable; urgency=medium

  * Using dpkg-buildflags to set compilation and linker flags.
  * Added 03-no-CMAKE_CXX_FLAGS-overwrite.patch to make it possible to set
    compilation flags.
  * Removed lintian override for RPATH in Kadu's plugins.
  * Using chrpath to strip Kadu's plugins from RPATH, since they're not
    needed there.

 -- Patryk Cisek <patryk@debian.org>  Thu, 02 Oct 2014 11:55:19 +0200

kadu (1.0-1) unstable; urgency=medium

  * New upstream release (Closes: #620690, #696761)
  * Fixed build on kfreebsd-* (Closes: #755105)
  * Updated copyright information in debian/copyright
  * Added debian/tmp/usr/share/kadu/AUTHORS.html to debian/kadu.docs

 -- Patryk Cisek <patryk@debian.org>  Tue, 30 Sep 2014 19:15:28 +0200

kadu (1.0~rc10-1) unstable; urgency=medium

  * New upstream release
  * Added libkadu package

 -- Patryk Cisek <patryk@debian.org>  Thu, 25 Sep 2014 18:39:45 +0200

kadu (1.0~rc2.5-1) unstable; urgency=low

  * New upstream release (Closes: #746102).
  * Cleaned-up debian/patches -- made those fit Kadu 1.0
  * Added pkgconf, libarchive-dev and libotr5-dev to Build-Depends
  * Removed kadu-external-modules package
  * Updated debian/*.install files
  * Replaced hardening-wrapper with dpkg-buildflags
  * In debian/rules (install/install-indep) moving cmake files to proper
    directory
  * Added -DCMAKE_SKIP_RPATH=True to cmake call
  * Bumped version of debhelper in Build-Depends
  * Added debian/patches/03-install_libkadu_in_proper_dir.patch
  * Added debian/post{inst,rm} to call ldconfig for libkadu.so

 -- Patryk Cisek <patryk@debian.org>  Tue, 15 Jul 2014 19:05:09 +0200

kadu (0.12.3-3) unstable; urgency=low

  * Fixed a build issue. Thanks Mateusz Łukasik for the patch! (Closes:
    #730923)

 -- Patryk Cisek <patryk@debian.org>  Sun, 08 Dec 2013 09:26:29 +0100

kadu (0.12.3-2) unstable; urgency=low

  * debian.install and debian/kadu-external-modules.install are now modified
    so they fit non-linux Debian flavors
  * Bumped Standards-Version to 3.9.4

 -- Patryk Cisek <patryk@debian.org>  Sat, 13 Jul 2013 19:10:55 +0200

kadu (0.12.3-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/05-hotfix_upstream.patch and
    debian/patches/06-mpris_player-harden-fix.patch -- patches applied
    upstream
  * Icon theme glass is installed again, since all icon sizes have been
    corrected
  * Changed build dependency from aspell to enchant (Upstream's suggestion)

 -- Patryk Cisek <patryk@debian.org>  Sat, 15 Sep 2012 13:02:48 +0200

kadu (0.12.2-3) unstable; urgency=low

  * Added debian/patches/06-mpris_player-harden-fix.patch which fixes
    loading mpris_player plugin on Debian hardened build.

 -- Patryk Cisek <patryk@debian.org>  Mon, 10 Sep 2012 07:26:01 +0200

kadu (0.12.2-2) unstable; urgency=low

  * Added important fix in debian/patches/05-hotfix_upstream.patch reported
    by upstream
  * Using hardening-wrapper from now on

 -- Patryk Cisek <patryk@debian.org>  Wed, 05 Sep 2012 09:31:06 +0200

kadu (0.12.2-1) unstable; urgency=low

  * New upstream release
  * Added import_history plugin back
  * Bumped debhelper's version in Build-Depends
  * Added Pre-Depends: ${misc:Pre-Depends} to kadu and
    kadu-external-modules
  * Added translations to mpd_mediaplayer plugin in debian/kadu-
    common.install

 -- Patryk Cisek <patryk@debian.org>  Mon, 03 Sep 2012 16:03:29 +0200

kadu (0.12.0-1) unstable; urgency=low

  * New upstream release
  * Updated debian/build_kadu.sh to new branches names (0.12/*)
  * Updated debian/patches/03-about-dialog.patch to make it fit 0.12.0
  * Removed importhistory module, since it's no longer maintained
  * Removed debian/tmp/usr/share/kadu/plugins/sdk/ from
    debian/kadu-dev.install
  * Using dpkg-buildflags for hardening now
  * Removed glass icon theme until directory names get fixed
  * Fixed resolution of dialog-error.png in default icon theme

 -- Patryk Cisek <patryk@debian.org>  Sun, 05 Aug 2012 17:21:53 +0200

kadu (0.11.2-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/05-kadu_completion_fix.patch -- fix already
    included upstream
  * Added libqt4-svg to kadu's Depends

 -- Patryk Cisek <patryk@debian.org>  Tue, 17 Apr 2012 07:52:47 +0200

kadu (0.11.1-3) unstable; urgency=low

  * Backported the following fix of kadu_completion plugin from upstream
    repository:
    git://gitorious.org/mime_tex/kadu_completion.git
    The backported commit's fix: dfa94a16d3ff51e9bc05996836e4d46627d93d84

 -- Patryk Cisek <patryk@debian.org>  Wed, 04 Apr 2012 15:15:58 +0200

kadu (0.11.1-2) unstable; urgency=low

  * Fixed serious mistake in changelog entry for 0.11.1-1:
    This upstream versions contains important security issues... ->
    This upstream versions contains fixes of important security issues

 -- Patryk Cisek <patryk@debian.org>  Tue, 28 Feb 2012 08:15:00 +0100

kadu (0.11.1-1) unstable; urgency=high

  * New upstream release
  * This upstream versions contains fixes of important security issues
    introduced in version 0.9.0.
  * Bumped Standards-Version to 3.9.3
  * Added kadu_completion plugin to kadu-external-modules
  * TLS negotiation problem solved upstream (Closes: #634037)
  * Wide description window problem solved upstream (Closes: #592931)

 -- Patryk Cisek <patryk@debian.org>  Mon, 27 Feb 2012 10:33:53 +0100

kadu (0.11.0-2) unstable; urgency=low

  * Added aspell package to Build-Depends

 -- Patryk Cisek <patryk@debian.org>  Sun, 26 Feb 2012 19:54:09 +0100

kadu (0.11.0-1) unstable; urgency=low

  * New upstream release
  * Updated messagessplitter to newest upstream version

 -- Patryk Cisek <patryk@debian.org>  Sat, 04 Feb 2012 14:37:35 +0100

kadu (0.11.0~rc3-1) unstable; urgency=low

  * New upstream release
  * Renamed 05-lowered_expectant_libgadu_version.patch to 04-
    lowered_expectant_libgadu_version.patch

 -- Patryk Cisek <patryk@debian.org>  Thu, 02 Feb 2012 16:52:30 +0100

kadu (0.11.0~rc2-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/04-backport_patch-
    only_send_jabber_status_to_server_when_connecting.patch included
    upstream.

 -- Patryk Cisek <patryk@debian.org>  Thu, 19 Jan 2012 16:45:02 +0100

kadu (0.11.0~rc1-1) unstable; urgency=low

  * New upstream release
  * Updated all external plugins to their newest upstream versions
  * Updated debian/patches/02-external-plugins.patch
  * Added indicator_docking plugin
  * Backported fix for Kadu patch from git. It fixes problem with
    reconnecting after suspend.
  * Updated debian/patches/02-external-plugins.patch
  * Lowered minimum expected version of libgadu. See description in
    debian/patches/05-lowered_expectant_libgadu_version.patch for more
    details.
  * Added libindicate-qt-dev to Build-Depends

 -- Patryk Cisek <patryk@debian.org>  Mon, 16 Jan 2012 10:08:06 +0100

kadu (0.10.1-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/04-globalhotkeys.patch -- no longer needed.
  * Updated debian/patches/03-about-dialog.patch for Kadu 0.10.1
  * Moved FindKadu.cmake from /usr/share/cmake/Modules to
    /usr/share/cmake-2.8/Modules
  * Updated external plugins to their newest upstream versions
  * Build error against dpkg-1.16.1 fixed upstream (Closes: #646278)

 -- Patryk Cisek <patryk@debian.org>  Tue, 25 Oct 2011 17:45:32 +0200

kadu (0.10.0-3) unstable; urgency=low

  * Added globalhotkeys.desc to kadu-external-modules.install

 -- Patryk Cisek <patryk@debian.org>  Mon, 17 Oct 2011 15:28:43 +0200

kadu (0.10.0-2) unstable; urgency=low

  * Moved import_history, messagessplitter, networkping and nextinfo
    plugins from kadu to kadu-external-modules
  * Added globalhotkeys plugin
  * Moved idle and auto_hide plugin files in appropriate packages
  * Refreshed information in debian/copyright

 -- Patryk Cisek <patryk@debian.org>  Sun, 16 Oct 2011 12:05:59 +0200

kadu (0.10.0-1) unstable; urgency=low

  * New upstream release
  * Added libsqlite3-dev to Build-Depends
  * Added kadu-dev package
  * Removed libjs-mootools from kadu-common Depends and libao-dev from
    Build-Depends
  * Got rid of kadu.install.(no)alsa -- no alsa_sound plugin anymore
  * Updated external plugins to their newest upstream versions

 -- Patryk Cisek <patryk@debian.org>  Fri, 23 Sep 2011 17:31:22 +0200

kadu (0.9.2-2) unstable; urgency=low

  * Rebuild to link against libgadu3 version 1.11.0-2 or newer needed
    (Closes: #637172)
  * Upstream fixed build error when using gcc 4.6.1 (Closes: #634396)
  * Changed build dependency from libasound-dev to libasound2-dev
    (Closes: #637138, #635305)

 -- Patryk Cisek <patryk@debian.org>  Tue, 09 Aug 2011 09:53:46 +0200

kadu (0.9.2-1) unstable; urgency=low

  * New upstream release
  * Updated debian/patches/02-.config.patch to make it fit 0.9.2
  * Updated debian/patches/01-no_autodownload.patch to make it fit 0.9.2
  * Removed server_monitor module's files from *.install -- module's been
    removed upstream.

 -- Patryk Cisek <patryk@debian.org>  Fri, 01 Jul 2011 15:55:45 +0200

kadu (0.9.1-1) unstable; urgency=low

  * New upstream release
  * debian/kadu.desktop: Kadu now supports XMPP as well as Gadu-Gadu

 -- Patryk Cisek <patryk@debian.org>  Mon, 11 Apr 2011 13:16:43 +0200

kadu (0.9.0-1) unstable; urgency=low

  * New upstream release

 -- Patryk Cisek <patryk@debian.org>  Sun, 20 Mar 2011 09:12:01 +0100

kadu (0.6.6~rc3-1) unstable; urgency=low

  * New upstream release
  * Added libqtwebkit-dev to Build-Depends. (Closes: #618214)

 -- Patryk Cisek <patryk@debian.org>  Mon, 14 Mar 2011 09:25:25 +0100

kadu (0.6.6~rc2-1) unstable; urgency=low

  * New upstream release
  * Included information about XMPP protocol support in package descriptions
  * Changed "module(s)" to "plugin(s)" in package descriptions
  * Updated debian/patches/02-.config.patch to make it fit 0.6.6~rc2
  * Updated debian/patches/03-about-dialog.patch to make it fit 0.6.6~rc2
  * Removed debian/patches/04-gcc4.4-build-fix.patch, since it's no
    longer needed

 -- Patryk Cisek <patryk@debian.org>  Mon, 07 Mar 2011 15:16:01 +0100

kadu (0.6.6~rc1-1) unstable; urgency=low

  * New upstream release

 -- Patryk Cisek <patryk@debian.org>  Wed, 23 Feb 2011 16:28:39 +0100

kadu (0.6.6~beta17-2) unstable; urgency=low

  * Used wrap-and-sort from ubuntu-dev-tools to sort .install files, sort
    dependency fields in debian/control and wrap fields longer than 80
    characters
  * Added Vcs-Git and Vcs-Browser to debian/control
  * Added debian/build_kadu.sh script, which may be used to build Kadu
    packages when in Git checkout of Vcs-Git repository
  * Updated debian/README.source; added info about Vcs-* in
    debian/control, deleted CDBS info -- it's no longer used in Kadu
    packaging
  * Refreshed external modules list in debian/README.Debian

 -- Patryk Cisek <patryk@debian.org>  Mon, 21 Feb 2011 11:18:13 +0100

kadu (0.6.6~beta17-1) unstable; urgency=low

  * New upstream release
  * Added nextinfo external module

 -- Patryk Cisek <patryk@debian.org>  Sat, 19 Feb 2011 09:36:07 +0000

kadu (0.6.6~beta16-1) unstable; urgency=low

  * New upstream release
  * Added code.google.com to debian/watch
  * Refreshed debian/patches/02-.config.patch
  * Removed 05-panelkadu_no-strict-aliasing.patch, since panelkadu's
    been fixed upstream
  * Removed libcurl4-gnutls-dev from Build-Depends, since it's no longer
    needed
  * Added zlib1g-dev to Build-Depends
  * debian/handle_external.sh: externalthemes/icons is no longer
    taken care of.
  * Added libidn11-dev to Build-Depends
  * Added debian/patches/05-panelkadu_lednotify-build-fix.patch, that
    fixes panelkadu and lednotify build errors
  * Removed kadu05 icon theme from being installed

 -- Patryk Cisek <patryk@debian.org>  Thu, 17 Feb 2011 10:12:37 +0100

kadu (0.6.6~beta15-1) unstable; urgency=low

  * New upstream release
  * Bumped Standards-Version
  * Added dependency on libqt4-sql-sqlite for kadu package to make history
    module work properly
  * Updated Kadu Team members list in debian/copyright
  * Update of clean target in debian/rules: debian/alsa-stamp gets
    removed as well
  * Added metadata to debian/patches to make them comply DEP3
    http://dep.debian.net/deps/dep3
  * Updated debian/patches/* make them fit to new upstream version
  * Minor updates to debian/patches/* to make them fit new source
  * Setting 755 on /usr/share/kadu/themes/icons/oxygen/src/rebuild-
    statuses.sh
  * Updated external modules to their newest upstream versions
  * Added debian/patches/05-panelkadu_no-strict-aliasing.patch to get
    rid of compilation warning, which results in an error thanks to
    "-Werror" compilation flag

 -- Patryk Cisek <patryk@debian.org>  Fri, 11 Feb 2011 11:18:52 +0100

kadu (0.6.5.4.ds1-1) unstable; urgency=low

  * Added missing copyright notices about dbus and pajacyk modules to
    debian/copyright
  * Updated year ranges in debian/copyright from ...-2009 to ...-2010
  * Standards-Version to 3.8.4
  * Migrated to 3.0 (quilt) format
  * Set fake 0.6.5.4.ds1 version to simulate new upstream release.

 -- Patryk Cisek <patryk@debian.org>  Sun, 20 Jun 2010 12:00:02 +0000

kadu (0.6.5.4-1) unstable; urgency=low

  * New upstream release
  * Refreshed patches in debian/patches to code changes since last stable
    release of Kadu
  * Added debian/patches/06-mail.patch -- updates external mail module
    to new API in kadu-0.6.5.4. Patch maintained by Kadu Team.
  * Updated external modules to their newest versions
  * Added dbus module to kadu package
  * Added pajacyk, single_window and mpris_mediaplayer to
    kadu-external-modules
  * Added kadu-pajacyk external module

 -- Patryk Cisek <patryk@debian.org>  Mon, 08 Feb 2010 08:34:11 +0000

kadu (0.6.5.4~rc1-2) experimental; urgency=low

  * Backported upstream image sending fix

 -- Patryk Cisek <patryk@debian.org>  Fri, 18 Dec 2009 08:41:24 +0000

kadu (0.6.5.4~rc1-1) experimental; urgency=low

  * New upstream release
  * Updated external modules to their newest upstream versions
  * Updated external themes to their newest upstream versions

 -- Patryk Cisek <patryk@debian.org>  Tue, 08 Dec 2009 17:17:11 +0000

kadu (0.6.5.3-2) unstable; urgency=low

  * Added debian/patches/05-lib64-suffix-fix.patch to fix FTBFS on 64-bit
    architectures

 -- Patryk Cisek <patryk@debian.org>  Tue, 15 Sep 2009 12:51:15 +0200

kadu (0.6.5.3-1) unstable; urgency=low

  * New upstream release
  * Bumped Standards-Version to 3.8.3 (no changed needed)
  * Added -DLIB_SUFFIX_64=0 to cmake invocation to force kadu's modules
    being installed in /usr/lib on 64-bit architectures

 -- Patryk Cisek <patryk@debian.org>  Thu, 10 Sep 2009 09:53:38 +0200

kadu (0.6.5.2-4) unstable; urgency=low

  * Fixed regressive bug: AUTHORS, THANKS, LICENSE, about-changes-tab.txt are
    again (after abandoning CDBS) prevented from being compressed, since
    their contents are listed in About dialog box

 -- Patryk Cisek <patryk@debian.org>  Mon, 27 Jul 2009 13:01:21 +0200

kadu (0.6.5.2-3) unstable; urgency=low

  * CDBS is no longer used for building
  * Removed build dependency on autotools-dev -- Kadu is cmake-based now
  * Backported upstream patch
    (debian/patches/05-backported-plus_pl_sms-AJAX-fix.patch) for plus_pl_sms
    to make it work with new AJAX SMS gateway

 -- Patryk Cisek <patryk@debian.org>  Sun, 26 Jul 2009 13:37:43 +0200

kadu (0.6.5.2-2) unstable; urgency=low

  * Added debian/patches/04-gcc4.4-build-fix.patch, which fixes compilation
    errors, when using gcc-4.4 (Closes: #525892)

 -- Patryk Cisek <patryk@prezu.one.pl>  Tue, 12 May 2009 17:38:34 +0200

kadu (0.6.5.2-1) unstable; urgency=low

  * New upstream release
  * debian/extract.sh: Added "-k" to tar invocations to avoid overwriting
    potentially patched (by debian/patches) external modules/themes
  * Added encryption module -- new version gets rid of GPL vs. OpenSSL
    license issue
  * Updated debian/patches/02-.config.patch to include new modules
  * Added new Build-Depends to compile newly added modules
  * Bumped Standards-Version to 3.8.1

 -- Patryk Cisek <patryk@prezu.one.pl>  Sat, 02 May 2009 10:13:44 +0200

kadu (0.6.5.1-5) unstable; urgency=low

  * Removed debian/patches/05-default_sms-fix.patch and
    debian/patches/06-saveWindowsGeometry-fix.patch -- they've alreadt been
    applied upstream
  * qt4_docking is now linked dynamically (Closes: #515045)
  * Removed "libvlc0-dev | libvlc-dev, and xmms2-dev" from Build-Depends --
    *_mediaplayer modules in their current versions use D-Bus to communicate
    players

 -- Patryk Cisek <patryk@prezu.one.pl>  Fri, 13 Feb 2009 15:34:33 +0100

kadu (0.6.5.1-4) unstable; urgency=low

  * Added debian/patches/04-config_wizard_no_data_content.patch -- content of
    /usr/share/kadu/modules/data/config_wizard/ should not be empty. It should
    contain some .png files needed by config_wizard module. This patch fixes
    the bug.

 -- Patryk Cisek <patryk@prezu.one.pl>  Tue, 10 Feb 2009 09:53:19 +0100

kadu (0.6.5.1-3) unstable; urgency=low

  * Changed the order of libvlc-dev and libvlc0-dev in Build-Depends -- sbuild
    failed to build the package when $check_depends_algorithm = "first-only";
    in sbuild.conf was set

 -- Patryk Cisek <patryk@prezu.one.pl>  Sun, 08 Feb 2009 15:14:36 +0100

kadu (0.6.5.1-2) unstable; urgency=low

  * Moving 0.6.5.1 from experimental to unstable

 -- Patryk Cisek <patryk@prezu.one.pl>  Mon, 02 Feb 2009 21:30:29 +0100

kadu (0.6.5.1-1) experimental; urgency=low

  * New upstream release
  * Added some external modules: mx610_notify, qt4_docking_notify,
    water_notify, weather
  * Added libvlc-dev (vlc_mediaplayer module), libxmms2-dev
    (xmms2_mediaplayer module) and libdbus-1-dev to Build-Depends
  * Removed debian/patches/04-sound-themes-fix.patch (already applied
    upstream)

 -- Patryk Cisek <patryk@prezu.one.pl>  Mon, 26 Jan 2009 16:09:31 +0100

kadu (0.6.5-1) experimental; urgency=low

  * New upstream release
  * kadu-kde-modules and kadu-gtk-modules have been removed, since we no
    longer have any kdelibs/GTK+ dependent modules
  * Removed kadu-mozilla man page, moved sounds to kadu-themes, updated
    Kadu Team members list in debian/copyright -- Thanks to Piotr Galiszewski
    (Kadu Team member) for submitting a patch
  * Updated Kadu Team members list in debian/copyright
  * Updated debian/README.source -- Kadu is now cmake based, not autotools
  * Removed Tango icon theme -- its license (CC-SA 2.5) is not DFSG-compliant
  * Channged (C) to © in debian/copyright

 -- Patryk Cisek <patryk@prezu.one.pl>  Mon, 19 Jan 2009 13:18:49 +0100

kadu (0.6.0.2-3) unstable; urgency=high

  * Now Kadu is linked against libgadu provided by libgadu3 package, instead
    of the one shipped in Kadu's tarball. This fixes CVE-2008-4776
    (Closes: #504429, #504430)

 -- Patryk Cisek <patryk@prezu.one.pl>  Tue, 04 Nov 2008 15:37:05 +0100

kadu (0.6.0.2-2) unstable; urgency=low

  [ Patryk Cisek ]
  * Added copyright notices to manual pages
  * Backported upstream patch for miastoplusa_sms module, that makes it
    work again with libcurl liked against libgnutls

  [ Piotr Ożarowski ]
  * debian/watch detects all upstream releases now

 -- Patryk Cisek <patryk@prezu.one.pl>  Sat, 13 Sep 2008 11:25:27 +0200

kadu (0.6.0.2-1) unstable; urgency=low

  * New upstream release
  * Added debian/watch file for current stable branch (0.6.0.x)
  * Added senthistory module to debian/kadu-external-modules.install
  * Fixed compilation error for non-Linux ports. Since ALSA is Linux-specific,
    now alsa-sound is compiled only on linux. Used dpkg-architecture in
    debian/rules for that.
  * Bumped Standards-Version to 3.8.0
  * Added debian/README.source

 -- Patryk Cisek <patryk@prezu.one.pl>  Wed, 23 Jul 2008 09:54:47 +0200

kadu (0.6.0.1-1) unstable; urgency=low

  * New upstream release
  * With this release came 3 additional external modules: autostatus,
    globalhotkeys and last_seen
  * Corrected names of the modules in REAME.Debian
  * Added kadu-gtk-modules package. It holds modules (currently only one:
    xosd_notify) dependent on libgtk
  * Added kadu-common package for holding /usr/share data in architecture all
    package

 -- Patryk Cisek <patryk@prezu.one.pl>  Fri, 09 May 2008 12:10:43 +0000

kadu (0.6.0-1) unstable; urgency=low

  * New upstream release
  * New external modules: anonymous_check, antistring, audacious_mediaplayer,
    auto_hide, cenzor, osdhints_notify, panelkadu, parser_extender,
    powerkadu, split_messages, word_fix
  * Added debian/patches/05-audacious_mediaplayer-spec.patch to fix
    compilation error in Debian

 -- Patryk Cisek <patryk@prezu.one.pl>  Sat, 08 Mar 2008 18:59:58 +0100

kadu (0.6.0~rc3.1-1) unstable; urgency=low

  * Updated Glass and Tango icon themes. This is a fake upstream version
    because these themes are in external/themes directory, so .orig.tar.gz
    had to be changed. (Closes: #465869)
  * Added copyright notices about newly added modules in debian/copyright
  * Changed Architecture from any to all for kadu-dev
  * Moved pcspeaker.ui from kadu.install to kadu-external-modules.install
    and xosd_notify.desc from kadu-external-modules.install to kadu.install
  * Removed libgadu-dev from Build-Depends
  * Added debian/patches/04-icedove_email_client.patch to add a support for
    IceDove mail client. (Closes: #465920)

 -- Patryk Cisek <patryk@prezu.one.pl>  Sun, 17 Feb 2008 13:52:27 +0000

kadu (0.6.0~rc3-1) unstable; urgency=medium

  * New upstream release (Closes: #461677)
  * Updated following external modules: mime_tex
  * debian/control:
    - moved Homepage: from long description to a header
    - Modified Build-Depends
    - Removed kadu-xmms module due to xmms removal (Closes: #461741)
    - kadu conflicts with kadu-external-modules (<< 0.6.0~) (new internal
      modules, see below)
    - Bumped Standards-Version to 3.7.3
  * debian/extract.sh:
    - Modified due to fit new external modules and themes lists
  * debian/kadu-external-modules.install:
    Added following modules:
    - mime_tex
    - agent
    - Mediaplayer
    - falf_mediaplayer
    - mx610_notify
    - water_notify.so
    removed followinf modules:
    - advanced_userlist (moved to kadu.install, since it's now an internal
      module)
    - ext_info
    - iwait4u
    - osdhints_notify (probably only temporally, should be back in 0.6.0)
    - powerkadu
    - xmms
    - xosd_notify (moved to kadu.install, since it's now an internal module)
  * debian/patches:
    - Removed 01-libgadu_Makefile.patch - not needed any more
    - 02-.config.patch updated to fit new .config file and it's list of
      modules and themes.
    - 03-about-dialog.patch modified to fit 0.6.0 version of Kadu.
    - 04-configure_nostrip.patch modified to fit 0.6.0 version of Kadu. Also
      patch file's name changed to 01-configure-nostrip.patch
  * debian/rules:
    - Linking statically against libgadu from Kadu sources -- version of
      libgadu currently in Debian is too old -- doesn't support dcc7 needed
      for dcc module.
    - Removing .o files after unpacking (see mediaplayer tarball).
  * external:
    - updated modules and themes to their newest versions.

 -- Patryk Cisek <patryk@prezu.one.pl>  Thu, 14 Feb 2008 08:08:00 +0000

kadu (0.5.0-4) unstable; urgency=low

  * debian/control
    - Fixed packages dependencies to make kadu be binNMU-safe
  * debian/patches/04-configure_nostrip.patch
    - Added this patch to prevent from stripping binaries during linkage
      time (Closes: #437250)
  * debian/kadu.menu
    - Section changed to Applications/Network/Communication

 -- Patryk Cisek <patryk@prezu.one.pl>  Sun, 12 Aug 2007 19:18:48 +0200

kadu (0.5.0-3) unstable; urgency=low

  * kadu-dcopexport and kadu-amarok modules moved to a separate package
    kadu-kde-modules due to their dependency on kdelibs.
  * In copyright notices changed: "Vogel" to "Rafał 'Vogel' Malinowski" (on
    Rafał's request)

 -- Patryk Cisek <patryk@prezu.one.pl>  Thu, 07 Jun 2007 10:09:18 +0200

kadu (0.5.0-2) unstable; urgency=low

  * Just a rebuild against libcurl4-gnutls

 -- Patryk Cisek <patryk@prezu.one.pl>  Mon, 14 May 2007 20:50:16 +0200

kadu (0.5.0-1) unstable; urgency=low

  * Initial release
  * debian/patches:
    - 01-libgadu_Makefile.patch - make distclean breaks the libgadu sources.
      This patch avoids deleting libgadu/config.h.in, libgadu/configure and
      libgadu/aclocal.m4
    - 02-.config.patch - This patch selects all modules and all additional
      icons and emoticons themes (exceptions are encryption and mail modules,
      which are not selected due to OpenSSL's license vs. GPL incompatibility)
    - 03-about-dialog.patch - Originally "About..." dialog reads contents of
      AUTHORS, THANKS, LICENSE and ChangeLog files from the /usr/share/kadu/
      directory. These files are moved to /usr/share/doc/kadu/ and this patch
      makes "About..." dialog read from proper directory. Also ChangeLog is
      installed as about-changes-tab.txt.
  * debian/extract.sh:
    Kadu has a mechanism called "autodownload". It's purpose is to fetch
    external modules and themes (selected in .config file) by a configure
    script. This is unacceptable for Debian source package, because such data
    wouldn't be verifiable. external directory holds all these modules and
    themes and debian/extract.sh unpacks the tarballs, overriding autodownload
    mechanism.
  * Voice module has to be linked against patched version of libgsm to work
    properly, that's why libgsm is shipped with the module and linked
    statically.
  * Contents of all tabs in an "About..." dialog are read directly from
    AUTHORS, THANKS, LICENSE and (after applying 03-about-dialog.patch)
    about-changes-tab.txt. That's why these files cannot be gzipped.

 -- Patryk Cisek <patryk@prezu.one.pl>  Thu, 03 May 2007 15:18:04 +0200