File: changelog

package info (click to toggle)
libconfig-model-itself-perl 2.023-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,332 kB
  • sloc: perl: 12,530; makefile: 4
file content (730 lines) | stat: -rw-r--r-- 26,639 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
libconfig-model-itself-perl (2.023-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libpath-tiny-perl.
    + libconfig-model-itself-perl: Drop versioned constraint on
      libpath-tiny-perl in Depends.
  * Remove constraints unnecessary since buster
    * Build-Depends-Indep: Drop versioned constraint on libconfig-model-perl,
      libconfig-model-tester-perl and libconfig-model-tkui-perl.

  [ Dominique Dumont ]
  * New upstream version 2.023:
    * add use_backend_argument_as_config_file parameter in Application
    * delete files of deleted models
  * control: declare compliance with policy 4.6.0
  * control: Build-dep on libconfig-model-perl 2.142

 -- Dominique Dumont <dod@debian.org>  Sun, 30 Jan 2022 16:21:37 +0100

libconfig-model-itself-perl (2.022-1) unstable; urgency=medium

  * New upstream version 2.022
    * add IniFile quote_value parameter
  * control: depends on libconfig-model-perl >= 2.141
  * copyright: update dod's copyright years

 -- Dominique Dumont <dod@debian.org>  Fri, 22 Jan 2021 12:24:33 +0100

libconfig-model-itself-perl (2.021-1) unstable; urgency=medium

  * Import upstream version 2.021.
  * Add new test dependency: libtest-exception-perl.
  * Declare compliance with Debian Policy 4.5.1.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sun, 17 Jan 2021 14:29:04 +0100

libconfig-model-itself-perl (2.020-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Utkarsh Gupta ]
  * New upstream version 2.020
  * Bump Standards-Version to 4.5.0
  * Bump debhelper-compat to 13
  * Trim trailing whitespace in d/control
  * Add Rules-Requires-Root: no

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ gregor herrmann ]
  * Replace '--with bash{_,-}completion' in debian/rules with a build
    dependency on 'dh-sequence-bash-completion'.
  * Remove obsolete Contact key from debian/upstream/metadata.
  * Update years of packaging copyright.
  * Drop manual handling of $HOME from debian/rules.
    debhelper 13 does this for us.
  * Annotate test-only build dependencies with <!nocheck>.
  * Update short description.

 -- gregor herrmann <gregoa@debian.org>  Sat, 05 Sep 2020 14:22:42 +0200

libconfig-model-itself-perl (2.019-2) unstable; urgency=medium

  * control: runtime depends on libconfig-model-perl >= 2.134
    to unblock migration to testing

 -- Dominique Dumont <dod@debian.org>  Sun, 12 Jan 2020 17:05:53 +0100

libconfig-model-itself-perl (2.019-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/rules: remove override_dh_auto_clean.
    The package depends on a new enough version of Config::Model already.
  * Set HOME for tests during build and autopkgtest, to avoid warnings.

  [ Dominique Dumont ]
  * New upstream version 2.019
    * fix tests when using system libraries (see #935453)
    * fix tests broken by Config::Model 2.137 (Closes: #946730)
  * control: depends on libconfig-model-perl >= 2.138
  * control: declare compliance with policy 4.4.1
  * removed fix-autopkg-test patch (applied upstream)

 -- Dominique Dumont <dod@debian.org>  Sat, 28 Dec 2019 10:07:00 +0100

libconfig-model-itself-perl (2.018-2) unstable; urgency=medium

  * add patch to fix autopkg-test.
    Thanks to elbrus for the report and gregoa for the help (Closes: 935453)

 -- Dominique Dumont <dod@debian.org>  Sat, 24 Aug 2019 19:08:35 +0200

libconfig-model-itself-perl (2.018-1) unstable; urgency=medium

  * New upstream version 2.018:
    * Fix usage of Config::Model::TkUI. This fixes the non-regression
      tests that break with new TkUI.
    * Improve the way models files are written:
      * write "use strict;" and "use warnings;" in model files
    * use YAML::XS instead of YAML::Tiny when dumping model with YAML
    * use get_model_clone instead of get_model
    * add cme meta dump-yaml example in pod doc
    * Fix typo in model doc (Tx gregoa)
    * add credit section
  * use new compat dependency (cme)
  * control:
    * declare compliance with policy 4.4.0
    * depends on libconfig-model-tkui-perl >= 1.370
    * depends on libconfig-model-perl >= 2.134
    * replace yaml-tiny dep with yaml-xs

 -- Dominique Dumont <dod@debian.org>  Mon, 19 Aug 2019 18:32:05 +0200

libconfig-model-itself-perl (2.016-1) unstable; urgency=medium

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Dominique Dumont ]
  * New upstream version 2.016
    * tests use IniFile backend instead of Yaml
    * integer value can use warn_if warn_unless assert
    * model doc: help on value now accepts patterns
      (requires Config::Model 2.127)
    * better handle application parameter (i.e. fix "cme meta plugin" command)
    * test: copy models from "use" location (this makes
      Debian "autopkgtest" patch obsolete)
  * control: declare compliance with policy 4.2.1
  * control: depends on libconfig-model-perl >= 2.127
  * rules: tweak autoclean to clean wr_root
  * removed autopkgtest.patch (no longer needed)

 -- Dominique Dumont <dod@debian.org>  Thu, 20 Dec 2018 12:53:46 +0100

libconfig-model-itself-perl (2.014-2) unstable; urgency=medium

  * debian/patches/autopkgtest.patch: update to copy from models
    directory. This adjusts the code to the comment, and fixes an
    autopkgtest failure, where everything below
    /usr/share/perl5/Config/Model was copied. Closes: #904197
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Mon, 23 Jul 2018 16:30:46 +0200

libconfig-model-itself-perl (2.014-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Dominique Dumont ]
  * New upstream version 2.014
    * backend function parameter is deprecated
    * improve inline doc on refer_to parameter
    * add gist in ConfigRead and ConfigWrite
    * remove deprecated read_config and write_config backend
      parameters
  * control: declare conformance with Policy 4.1.5
  * control: add BD-I on libconfig-model-tester-perl
  * updated copyright year of Dominique Dumont
  * refreshed autopkgtest patch

 -- Dominique Dumont <dod@debian.org>  Wed, 18 Jul 2018 12:01:17 +0200

libconfig-model-itself-perl (2.013-1) unstable; urgency=medium

  * New upstream version 2.013
    * add Node gist parameter
  * control:
    * depends on libconfig-model-perl >= 2.114
    * declare compliance with policy 4.1.1

 -- Dominique Dumont <dod@debian.org>  Mon, 20 Nov 2017 13:51:05 +0100

libconfig-model-itself-perl (2.012-1) unstable; urgency=medium

  * New upstream version 2.012:
    * read_config is deprecated for rw_config
    * migrate old backend spec to new rw_config
    * allow warn_if_match and similar for enum
    * custom backend is deprecated
  * control: declare compliance with policy 4.1.0
  * control: depends on libconfig-model-perl 2.111

 -- Dominique Dumont <dod@debian.org>  Mon, 25 Sep 2017 13:24:02 +0200

libconfig-model-itself-perl (2.011-2) unstable; urgency=medium

  * control: declare compliance with policy 4.0.0

 -- Dominique Dumont <dod@debian.org>  Sun, 25 Jun 2017 20:00:49 +0200

libconfig-model-itself-perl (2.011-1) experimental; urgency=medium

  * New upstream version 2.011
    * application model: add backend_argument and
      require_backend_argument
    * meta cmd: add -dev option which was removed from
      the global options of cme
    * Fix a bug in model plugin write that was revealed
      by a bug fix in Config::Model 2.104
    * improve doc of "choice" and "computed_refer_to" parameters
    * fix "yaml_class" parameter so that it shows up in GUI
      when backend is set to "yaml"
  * control: depends on libconfig-model-perl >= 2.103

 -- Dominique Dumont <dod@debian.org>  Mon, 12 Jun 2017 19:58:58 +0200

libconfig-model-itself-perl (2.010-1) experimental; urgency=medium

  * New upstream version 2.010
    * add yaml_class parameter to yaml backend
    * model: application category is mandatory

 -- Dominique Dumont <dod@debian.org>  Mon, 15 May 2017 19:29:09 +0200

libconfig-model-itself-perl (2.009-1) experimental; urgency=medium

  * New upstream version 2.009
    * add assign_char and assign_with parameter
    * add support for hash write_empty_value option
  * control: depends on libconfig-model-perl >= 2.101

 -- Dominique Dumont <dod@debian.org>  Sat, 29 Apr 2017 19:42:22 +0200

libconfig-model-itself-perl (2.008-1) experimental; urgency=medium

  * New upstream version 2.008
    * add file_mode parameter to backend model
    * Allow plugin injection in other class
    * add synopsis and link_to_doc parameter to the
      model class that represent application
    * add support_info in application model. Used by
      cme and Config::Model 2.100 to inform user how to report
      a bug when a parameter is missing from a model
    * remove obsolete config-model-edit command
  * copyright: updated copyright year
  * control: depends on libconfig-model-perl >= 2.098
  * control: depends on libpath-tiny-perl >= 0.062
  * remove obsolete patch
  * refreshed autopkgtest.patch

 -- Dominique Dumont <dod@debian.org>  Sat, 11 Mar 2017 19:21:24 +0100

libconfig-model-itself-perl (2.006-1) unstable; urgency=medium

  * New upstream version 2.006
    * fix load of model snippet when '.' is not in @INC
      (Closes: #837682)
  * control: depends libconfig-model-perl >= 2.091

 -- Dominique Dumont <dod@debian.org>  Sun, 18 Sep 2016 14:29:21 +0200

libconfig-model-itself-perl (2.005-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Dominique Dumont ]
  * Imported Upstream version 2.005 (Closes: #829442)
    Made change to fix tests brought by the changes done
    in Config::Model::WarpedNode parameters:
    * fix deprecated warped_node params in Itself model
    * fix model for new WarpedNode
    * removed long deprecated 'experience' parameter
    * added CONTRIBUTING.md file
  * control: depends on libconfig-model-perl (>= 2.087)

 -- Dominique Dumont <dod@debian.org>  Mon, 04 Jul 2016 20:36:43 +0200

libconfig-model-itself-perl (2.004-1) unstable; urgency=medium

  * Imported Upstream version 2.004
    * added auto_delete parameter for read/write backend
  * control:
    * Standards-Version: '3.9.6' -> '3.9.8'
    * updated dep on libconfig-model-perl 2.083
    + BD-I on libtext-diff-perl

 -- Dominique Dumont <dod@debian.org>  Fri, 22 Apr 2016 12:44:30 +0200

libconfig-model-itself-perl (2.003-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Dominique Dumont ]
  * Imported Upstream version 2.003
    * added config_dir parameter to application
    * Replace ini_file backend with IniFile
    * Added split/join checklist param to ini backend
    * simplified creation of Itself object.
    * Config classes created with 'cme meta edit' are now saved
  * copyright: updated years
  * control: updated dep on libconfig-model-perl to 2.076
  * removed fix-debci-test patch (applied upstream for #809294)
  * refreshed autopkgtest patch

 -- Dominique Dumont <dod@debian.org>  Mon, 01 Feb 2016 20:28:10 +0100

libconfig-model-itself-perl (2.002-2) unstable; urgency=medium

  * new patch to fix debci tests (Closes: #809294)

 -- Dominique Dumont <dod@debian.org>  Fri, 01 Jan 2016 19:21:59 +0100

libconfig-model-itself-perl (2.002-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Dominique Dumont ]
  * Imported Upstream version 2.002
    config-model-edit is now deprecated. Use "cme meta edit"
    command instead. See App::Cme::Command::Meta man page for
    more details
  + deliver bash_completion for cme meta
  * control:
    * updated description
    * control: added BD-I bash-completion
  * updated dependencies
  * refreshed patches
  * docs: README was renamed to README.md

 -- Dominique Dumont <dod@debian.org>  Mon, 14 Dec 2015 17:39:54 +0100

libconfig-model-itself-perl (1.245-1) unstable; urgency=medium

  * Imported Upstream version 1.245
    * fix saving of model done before launching test from menu
    * fix creation of model directory done when starting a model
      from scratch

 -- Dominique Dumont <dod@debian.org>  Thu, 23 Jul 2015 11:56:32 +0200

libconfig-model-itself-perl (1.244-2) unstable; urgency=medium

  * Team upload.

  [ Axel Beckert ]
  * Update homepage header to point to Github instead of
    SourceForge. Reported by DUCK.

  [ gregor herrmann ]
  * Add build dependency on libmodule-build-perl.
  * Add debian/upstream/metadata
  * Update years of packaging copyright.
  * Fix autopkgtest.
    Add debian/tests/pkg-perl/test-files and debian/patches/autopkgtest.patch.

 -- gregor herrmann <gregoa@debian.org>  Fri, 05 Jun 2015 15:02:22 +0200

libconfig-model-itself-perl (1.244-1) unstable; urgency=medium

  * Imported Upstream version 1.244

 -- Dominique Dumont <dod@debian.org>  Sat, 23 May 2015 19:00:37 +0200

libconfig-model-itself-perl (1.243-1) experimental; urgency=medium

  * Imported Upstream version 1.243:
      Version 1.242 added the possibility to override the Perl class
      implementing a configuration node by adding a class parameter in a
      place that is confusing. This release fix this bug: this optional
      override class is now declared at the top of a configuration class.
  * control:
      + added build-dep on cme
      + added TestSuite parameter
      * dep on libconfig-model-perl (>= 2.064)
  * copyright: updated years

 -- Dominique Dumont <dod@debian.org>  Mon, 16 Mar 2015 20:21:34 +0100

libconfig-model-itself-perl (1.242-1) experimental; urgency=medium

  * Imported Upstream version 1.242:
    * Allow 'class' parameter for node, hash and list. This parameter
      can be used to override the Perl class used to implement node,
      hash or list element. Use with care.
  * control: depend on libconfig-model-perl 2.063

 -- Dominique Dumont <dod@debian.org>  Wed, 03 Dec 2014 12:24:20 +0100

libconfig-model-itself-perl (1.241-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Dominique Dumont ]
  * Imported Upstream version 1.241
    * config-model-edit:
      + added system option to read a model from system files
      * fix yaml and load_yaml options
      * fix dump and dumptype options
      * fixed dot diagram generator (i.e. -dot-diagram option)
    * leaf value model:
      + added file and dir and warn_if properties
  * control:
    * replace dependency libyaml-perl with libyaml-tiny-perl
    * package conforms to policy 3.9.6

 -- Dominique Dumont <dod@debian.org>  Thu, 23 Oct 2014 13:05:02 +0200

libconfig-model-itself-perl (1.240-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Dominique Dumont ]
  * Imported Upstream version 1.240
    Main change is the deprecation of the experience attribute.
    config-model-edit can be used to clean up experience parameter
    from existing model.
    Other changes:
    * min and max parameters accept number.
    * preserve header comments when reading/writing model files
  * bumped compat to 9 and std-version to 3.9.5
  * control:
    * replaced dep on libpath-class-perl with libpath-tiny-perl
    - removed dep on libanyevent-perl and libnamespace-autoclean-perl
    * depends on libconfig-model-perl (>= 2.055)
  + added patch to remove #!/usr/bin/env line

 -- Dominique Dumont <dod@debian.org>  Fri, 23 May 2014 13:03:34 +0200

libconfig-model-itself-perl (1.239-1) unstable; urgency=low

  [ gregor herrmann ]
  * Bump versioned (build) dependency on libconfig-model-perl.
  * Update years of packaging copyright.

  [ Dominique Dumont ]
  * Imported Upstream version 1.239 (Closes: #720960)

 -- gregor herrmann <gregoa@debian.org>  Sat, 31 Aug 2013 15:17:11 +0200

libconfig-model-itself-perl (1.237-1) unstable; urgency=low

  * Imported Upstream version 1.237:
    * Replaced Any::Moose with Mouse (Closes: #706389)
    * backend detector: do not list twice the same backend
    * Removed augeas from model and tests. Augeas meta-model
      is now delivered with Config::Model::Backend::Augeas

 -- Dominique Dumont <dod@debian.org>  Wed, 01 May 2013 11:18:35 +0200

libconfig-model-itself-perl (1.236-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Dominique Dumont ]
  * Imported Upstream version 1.236:
    * delegate Tk init to AnyEvent to avoid blocking at program exit
  * control:
    + new dependency on libanyevent-perl
    * updated dependency on libconfig-model-perl >= 2.030
  * copyright: updated years

 -- Dominique Dumont <dod@debian.org>  Sun, 24 Mar 2013 19:45:58 +0100

libconfig-model-itself-perl (1.235-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Dominique Dumont ]
  * new upstream release:
    * Fix quit bug in model test widget
  * control:
    * depends on libconfig-model-perl 2.029
    * bumped std-version to 3.9.4
    + build dep on lib-test-memory-cycle-perl

 -- Dominique Dumont <dod@debian.org>  Sun, 02 Dec 2012 10:10:47 +0100

libconfig-model-itself-perl (1.232-1) unstable; urgency=low

  * Imported Upstream version 1.232:
    * model Itself::Class: added accept_after
    * config-model-edit: make sure that loading models are not
     recorded as changed data
  * control: depends on libconfig-model-perl >= 2.020

 -- Dominique Dumont <dod@debian.org>  Fri, 22 Jun 2012 14:21:32 +0200

libconfig-model-itself-perl (1.231-1) unstable; urgency=low

  * new upstream version:
    + added migrate_values_from (requires Config::Model 2.015)
    * migrate_keys_from can no longer be warped (too complicated to mix
      warp and migration)
  * control: depends on libconfig-model-perl >= 2.015

 -- Dominique Dumont <dod@debian.org>  Tue, 22 May 2012 18:37:32 +0200

libconfig-model-itself-perl (1.230-1) unstable; urgency=low

  * Imported Upstream version 1.230:
    * Itself reader/writer: added force_write attribute

 -- Dominique Dumont <dod@debian.org>  Mon, 07 May 2012 17:03:35 +0200

libconfig-model-itself-perl (1.229-1) unstable; urgency=low

  * Imported Upstream version:
    * config-model-edit:
      + new option -plugin-file option. This option can be used to create model
        plugins: small modification of an existing model that can be distributed
        in a separate file or package.
    * Itself model: added use_as_upstream_default parameter
    * Itself backend: do not write empty model file
  * copyright: updated years
  * control:
    * updated Standards-Version to 3.9.3
    + new dependencies: libdata-compare-perl libfile-copy-recursive-perl
      libnamespace-autoclean-perl libpath-class-perl
      libtest-differences-perl libtest-file-contents-perl

 -- Dominique Dumont <dod@debian.org>  Tue, 17 Apr 2012 13:34:52 +0200

libconfig-model-itself-perl (1.228-1) unstable; urgency=low

  * Imported Upstream version 1.228
  * control: depends on libconfig-model-perl >= 1.263

 -- Dominique Dumont <dod@debian.org>  Fri, 16 Dec 2011 19:47:43 +0100

libconfig-model-itself-perl (1.227-1) unstable; urgency=low

  * Imported Upstream version 1.227:
    + added assert and warn_unless parameter
  * compat: bumped to 8
  * copyright: fixed general typo
  * control: [B]D on libconfig-model-perl 1.258

 -- Dominique Dumont <dod@debian.org>  Thu, 20 Oct 2011 22:21:48 +0200

libconfig-model-itself-perl (1.226-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Dominique Dumont ]
  * new upstream release (new parameter for warn or forbid
    duplicated values in hash or list)
  * control: depends on libconfig-model-perl 1.253
  * control, copyright: updated my e-mail address

 -- Dominique Dumont <dod@debian.org>  Tue, 06 Sep 2011 21:19:27 +0200

libconfig-model-itself-perl (1.225-1) unstable; urgency=low

  * New upstream release:
    * Itself.pm:  munge pod text embedded in description
      to avoid spurious pod formatting in model files
    + WarpableElement.pl: allow default_with_init for list (like hash)
    * MigratedValue.pl: updated undef_is doc: use '' to have an empty string
    - Class.pl: name_match parameter is deprecated.

  * debian/patches: removed spelling patch (applied upstream)

 -- Dominique Dumont <domi.dumont@free.fr>  Tue, 21 Jun 2011 11:58:38 +0200

libconfig-model-itself-perl (1.224-1) unstable; urgency=low

  [ Dominique Dumont ]
  * New upstream release:
    - fixed tests wrt new Config::Model (Closes: #616566)
    - Class.pl: added copyright, author, license elements
    - dump and load annotations in pod doc in config class file
  * control:
    - Bumped libconfig-model-perl version 1.236 in depends
    - BDI: added libtest-differences-perl

  [ gregor herrmann ]
  * Set Standards-Version to 3.9.2 (no changes).
  * Add a patch to fix a spelling mistake.

 -- Dominique Dumont <domi.dumont@free.fr>  Thu, 07 Apr 2011 14:15:15 +0200

libconfig-model-itself-perl (1.222-1) unstable; urgency=low

  * New upstream release.
  * Bump build and runtime dependency on libconfig-model-perl to >= 1.230.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Fri, 21 Jan 2011 14:35:35 +0100

libconfig-model-itself-perl (1.221-1) unstable; urgency=low

  * New upstream release:  config-model-edit now use same
    log4perl config files as config-edit. Can now specify fix
    instructions with Value warnings (brought by Config::Model 1.227)
  * copyright: updated to candidate DEP5. Changed copyright year
  * control: depends on libconfig-model-perl >= 1.227

 -- Dominique Dumont <dominique.dumont@hp.com>  Wed, 12 Jan 2011 20:41:45 +0100

libconfig-model-itself-perl (1.219-1) unstable; urgency=low

  [ Dominique Dumont ]
  * New upstream release:
    - Added warn_* parameters provided by Config::Model 1.212.
    - Added allow_keys_matching parameter provided by C::M 1.207

  [ Ansgar Burchardt ]
  * Bump (build-)dep on libconfig-model-perl to >= 1.212.
  * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
    systems".
  * debian/control: Change Homepage field to project wiki on SourceForge.net.

 -- Dominique Dumont <dominique.dumont@hp.com>  Thu, 21 Oct 2010 15:14:20 +0200

libconfig-model-itself-perl (1.218-1) unstable; urgency=low

  [ Dominique Dumont ]
  * New upstream release (added new parameter required by DEP-5 model)

  [ gregor herrmann ]
  * Make (build) dependency on libconfig-model-perl versioned.

 -- Dominique Dumont <dominique.dumont@hp.com>  Fri, 17 Sep 2010 13:33:11 +0200

libconfig-model-itself-perl (1.216-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: s/LGPL-2/LGPL-2.1/.
  * Set Standards-Version to 3.9.1; remove version from perl build dependency.
  * debian/control: bump libmodule-build-perl build dependency; remove
    versions from other (build) dependencies.

 -- gregor herrmann <gregoa@debian.org>  Sun, 22 Aug 2010 13:06:49 +0200

libconfig-model-itself-perl (1.215-1) unstable; urgency=low

  [ gregor herrmann ]
  * New upstream release 1.214.
  * debian/copyright: update formatting.

  [ Dominique Dumont ]
  * rules: added dh_auto_test override to use xvfb
  * control: added build-depend on xvfb. Added xauth because xvfb only
    recommends xauth (See Bug 419581 for details)

  [ gregor herrmann ]
  * New upstream release 1.215.
  * Bump debhelper version in debian/control because of the override in
    debian/rules.

 -- gregor herrmann <gregoa@debian.org>  Sat, 17 Apr 2010 20:27:03 +0200

libconfig-model-itself-perl (1.213-1) unstable; urgency=low

  * New upstream release.
  * debian/control: bump versioned (build) dependency on libconfig-model-perl,
    add new (build) dependencies on libpod-pom-perl and libyaml-perl.
  * Convert to source format 3.0 (quilt).

 -- gregor herrmann <gregoa@debian.org>  Mon, 29 Mar 2010 21:51:05 +0200

libconfig-model-itself-perl (1.212-1) unstable; urgency=low

  [ Dominique Dumont ]
  * New upstream release
  * debian/control: Depends and libconfig-model-perl 0.643 and
    libconfig-model-tkui-perl >= 1.303 (avoid warnings). Updated to
    Standard version 3.8.4
  * debian/copyright: updated year

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.
  * Minimize debian/rules.

 -- Dominique Dumont <dominique.dumont@hp.com>  Sat, 27 Feb 2010 20:48:46 +0100

libconfig-model-itself-perl (1.211-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Dominique Dumont ]
  * New upstream release
  * control: depends on libconfig-model-perl 0.637 and
    libconfig-model-tkui-perl 1.210
  * control: updated to policy 3.8.2

 -- Dominique Dumont <dominique.dumont@hp.com>  Thu, 25 Jun 2009 18:31:57 +0200

libconfig-model-itself-perl (1.210-1) unstable; urgency=low

  * New upstream release:
    - Added auto_create and file parameter to read/write spec
    - Parameter allow_empty is deprecated and will be replaced by
      auto_create when you run config-edit-model.
    - Added new -dot_diagram option to config-model-edit to get
      a dot file to represent the structure of the configuration model.
    - Added summary model parameter
  * control: depend on new version of libconfig-model-perl (0.635) and
    on  new version of libconfig-model-tkui-perl (1.208),
  * control: bumped Standards-Version to 3.8.1

 -- Dominique Dumont <dominique.dumont@hp.com>  Tue, 21 Apr 2009 14:15:44 +0200

libconfig-model-itself-perl (1.209-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - make dependency on libconfig-model-perl versioned
    - add /me to Uploaders

 -- gregor herrmann <gregoa@debian.org>  Tue, 10 Mar 2009 20:41:18 +0100

libconfig-model-itself-perl (1.208-1) unstable; urgency=low

  * Initial Release. (Closes: #510723)

 -- Dominique Dumont <dominique.dumont@hp.com>  Sat, 10 Jan 2009 18:11:41 +0100