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
|
libconfig-model-tkui-perl (1.373-1) unstable; urgency=medium
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Update standards version to 4.5.0, no changes needed.
[ gregor herrmann ]
* Import upstream versions 1.372, 1.373.
* Update years of upstream and packaging copyright.
* Bump versioned (build) dependency on libconfig-model-perl.
* Update debian/upstream/metadata.
* Refresh fix-home-dir-of-buildd patch (offset).
* Declare compliance with Debian Policy 4.5.1.
* Set Rules-Requires-Root: no.
* Annotate test-only build dependencies with <!nocheck>.
* Bump debhelper-compat to 13.
* debian/rules: add workaround for dh_strip_nondeterminism
permission issue.
-- gregor herrmann <gregoa@debian.org> Thu, 07 Jan 2021 22:05:52 +0100
libconfig-model-tkui-perl (1.371-2) unstable; urgency=medium
* control: runtime depends on libconfig-model-perl >= 2.134
to unblock migrations to testing
-- Dominique Dumont <dod@debian.org> Sun, 12 Jan 2020 08:41:00 +0100
libconfig-model-tkui-perl (1.371-1) unstable; urgency=medium
* New upstream version 1.371
* fix test broken by Config::Model 2.137
* control:
* add dep on libtest-log-log4perl-perl
* rm dep on libtest-warn-perl
* depends on libconfig-model-perl >= 2.137
* declare compliance with policy 4.4.1
* use new debhelper dependency declaration
-- Dominique Dumont <dod@debian.org> Thu, 12 Dec 2019 19:44:06 +0100
libconfig-model-tkui-perl (1.370-1) unstable; urgency=medium
* New upstream version 1.370
* Add "reload from file" button (gh #10)
* File->reload menu button is renamed to "Reload tree" which
is more accurate
* Scroll tree widget after a search so the searched item is seen.
* Fix "hide empty value" button: Now empty elements are also
hidden, which is very practical to edit config of application
featuring a gazillion elements like ssh or systemd.
* Show selected element in tree widget after "Reload tree" button.
* control:
* comply with policy 4.4.0
* depends on libconfig-model-perl >= 2.134
* add depend on libmore-utils-perl
* copyright:
* update year of debian files
* updated with cme
-- Dominique Dumont <dod@debian.org> Thu, 25 Jul 2019 16:48:51 +0200
libconfig-model-tkui-perl (1.369-2) unstable; urgency=medium
* Make (build) dependency on libpod-pom-perl versioned.
Older versions emitted a warning which also caused autopkgtest failures.
* Update years of packaging copyright.
* Remove trailing whitespace from debian/*.
-- gregor herrmann <gregoa@debian.org> Sat, 19 Jan 2019 13:12:20 +0100
libconfig-model-tkui-perl (1.369-1) unstable; urgency=medium
* New upstream version 1.369
* user can go back to edit mode after a save error
* don't show close ([-]) button after pasting data
* improve balloon message for filter entry
* show feedback when pasting on wrong value type
* remove mention of sourceforge mailing lists
* control: declare compliance with policy 4.3.0
* bump debhelper compatibility to 12
-- Dominique Dumont <dod@debian.org> Tue, 15 Jan 2019 11:34:22 +0100
libconfig-model-tkui-perl (1.368-1) unstable; urgency=medium
* New upstream version 1.368
* fix filter for hash elements
* control: depends on libconfig-model-perl >= 2.123
-- Dominique Dumont <dod@debian.org> Fri, 26 Oct 2018 15:08:34 +0200
libconfig-model-tkui-perl (1.367-1) unstable; urgency=medium
* New upstream version 1.367
* add a widget to filter element in tree. The filtering is based
on element names. All items matching a filter value are shown
in the tree widget (gh #13)
* show node gist (i.e. information about node content) in tree widget
(provided the gist is not empty) (gh #14)
* Fix 'show only custom values' and 'hide empty values' filters to work
recursively.
* fix wizard to stop on items that have a warning
* Checklist viewer and editor: fix display of value help
* TkUI: fix open/close when pasting from cut buffer (gh #15)
* copyright: update with cme
* install README.md instead of README
* declare compliance with policy 4.2.1
-- Dominique Dumont <dod@debian.org> Tue, 04 Sep 2018 13:30:23 +0200
libconfig-model-tkui-perl (1.366-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Dominique Dumont ]
* New upstream version 1.366
* Fix test model that broke with Config::Model 2.123
(Closes: #897960)
* copyright-scan-patterns: ignore Changes and MANIFEST
* copyright: update with cme
* control: add BD-I on libconfig-model-tester 3.006
* declare compliance with policy 4.1.4 (no changes needed)
-- Dominique Dumont <dod@debian.org> Mon, 07 May 2018 17:53:58 +0200
libconfig-model-tkui-perl (1.365-1) unstable; urgency=medium
* New upstream version 1.365
* display node gist in tree widget
* fix font issue when elements pop in node editor
* 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:17:59 +0100
libconfig-model-tkui-perl (1.364-1) unstable; urgency=medium
* New upstream version 1.364
* add Option->Font menu to choose cme tk font and size (gh #12)
* control: add new dependencies
* control: declare compliance with policy 4.1.0
* add patch to set home to /tmp for buildd
-- Dominique Dumont <dod@debian.org> Thu, 24 Aug 2017 19:00:59 +0200
libconfig-model-tkui-perl (1.362-1) experimental; urgency=medium
* New upstream version 1.362
* bind mouse button 2 and 3 only on release (avoid
double action on button press/release)
* add missing C-f C-c C-v bindings (other binding
ideas are welcome, see gh #3)
* TkUI: open hash or array after pasting data
* control: update dep libconfig-model-perl >= 2.095
* copyright: bump years
-- Dominique Dumont <dod@debian.org> Mon, 15 May 2017 19:07:43 +0200
libconfig-model-tkui-perl (1.361-1) unstable; urgency=medium
* New upstream version 1.361
* TkUI: destroy parent only when parent isMainWindow
(fix libconfig-model-itself-perl FTBS)
-- Dominique Dumont <dod@debian.org> Mon, 23 Jan 2017 14:31:47 +0100
libconfig-model-tkui-perl (1.360-1) unstable; urgency=medium
* New upstream version 1.360
* handle correctly utf8 in pod text (Closes: #851178)
* destroy main window when widget is closed (Closes: 850645)
* NodeViewer: fix handling of elements whose name contains a dot
-- Dominique Dumont <dod@debian.org> Tue, 17 Jan 2017 13:53:47 +0100
libconfig-model-tkui-perl (1.359-1) unstable; urgency=medium
* New upstream version 1.359
* show leaf value in a list when it contains *one* item (gh #7)
* add "hide empty value" button (gh #9)
* Indicate nb of elements in a list or hash (gh #8)
* description widget is now expandable
-- Dominique Dumont <dod@debian.org> Tue, 29 Nov 2016 13:17:20 +0100
libconfig-model-tkui-perl (1.357-1) unstable; urgency=medium
[ gregor herrmann ]
* debian/upstream/metadata: use HTTPS for GitHub URLs.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
[ Dominique Dumont ]
* New upstream version 1.357
* fix crash after click on "apply fix" on a hash element
-- Dominique Dumont <dod@debian.org> Wed, 28 Sep 2016 10:49:16 +0200
libconfig-model-tkui-perl (1.356-1) unstable; urgency=medium
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
[ Dominique Dumont ]
* Imported Upstream version 1.356
* control: dep on libconfig-model-perl >= 2.084
-- Dominique Dumont <dod@debian.org> Mon, 30 May 2016 13:21:09 +0200
libconfig-model-tkui-perl (1.355-1) unstable; urgency=medium
* Imported Upstream version 1.355
* added Ctrl-q and Ctrl-s bindings (gh #3)
* update editor/viewer when pasting content. (gh #4)
* fix show only custom value when opening a branch (gh #6)
* control: updated Standards-Version
-- Dominique Dumont <dod@debian.org> Tue, 17 May 2016 14:03:04 +0200
libconfig-model-tkui-perl (1.354-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ Dominique Dumont ]
* Imported Upstream version 1.354
* Show value diff only when standard value is not null
* TkUI: show when a checklist is different from standard
* Leaf editor: avoid error when using delete within wizard (gh #5)
* control: updated Std-Version to 3.9.7
-- Dominique Dumont <dod@debian.org> Fri, 11 Mar 2016 10:05:54 +0100
libconfig-model-tkui-perl (1.351-1) unstable; urgency=medium
* Imported Upstream version 1.351:
* The leaf value viewer now shows a diff of current value
compared to standard value (only for value_type string).
This will be useful with "cme edit dpkg-copyright) to check
the difference of license text.
* TkUI: Let <return> reach the text editor (Closes github #2).
This avoids loosing data: hitting return no longer closes
the text editor.
* control: added dep on libtext-diff-perl
* copyright: updated years
-- Dominique Dumont <dod@debian.org> Wed, 27 Jan 2016 10:47:20 +0100
libconfig-model-tkui-perl (1.350-1) unstable; urgency=medium
* Imported Upstream version 1.350
* Use double-click instead of right-click in tree to open
item editor. Right-click is still working.
* show note editor only when supported by backend
* control:
+ added dependency on libtk-doubleclick-perl
* depends on libconfig-model-perl >= 2.074
-- Dominique Dumont <dod@debian.org> Wed, 28 Oct 2015 14:38:21 +0100
libconfig-model-tkui-perl (1.349-1) unstable; urgency=medium
* Imported Upstream version 1.349
* fixed quit to work even if no data was modified (regression
in 1.348)
* HashEditor: added 'clear' and 'copy' entry button. simplified
'keep' checkbutton behavior.
* Reworked UI to avoid being messed up with multiline hash keys. This
will improve the UI when editing debian/copyright files (e.g. with
"cme edit dpkg-copyright" done on nqp package)
-- Dominique Dumont <dod@debian.org> Sun, 19 Jul 2015 15:25:30 +0200
libconfig-model-tkui-perl (1.348-1) unstable; urgency=medium
* Imported Upstream version 1.348
* Data was not saved when quitting with version 1.347.
(e.g. menu: quit -> save changed data? -> yes
-> oops, sorry, not done )
This is now fixed, data is saved *then* cme exits
* fixed home page in dist.ini and META (Thanks Axel)
* control: updated homepage url
-- Dominique Dumont <dod@debian.org> Mon, 29 Jun 2015 17:29:06 +0200
libconfig-model-tkui-perl (1.347-1) unstable; urgency=medium
* Imported Upstream version 1.347:
* UI:
* Increased font size used to render description of elements
* Fix display of messages that were cancelled too fast
+ show "saving..." and "save done" message
* LeafEditor:
* fix regression where change done with external editor was lost
* Add .pod suffix to tmp file to let external editor use pod mode
* debian/upstream/metadata:
* upstream bug tracker is now on github
-- Dominique Dumont <dod@debian.org> Sun, 14 Jun 2015 19:01:22 +0200
libconfig-model-tkui-perl (1.346-2) unstable; urgency=medium
* Add debian/upstream/metadata.
* Add build dependency on libmodule-build-perl.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Fri, 05 Jun 2015 15:44:46 +0200
libconfig-model-tkui-perl (1.346-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Dominique Dumont ]
* Imported Upstream version 1.346:
* TkUI: add show_message method to display message at the bottom of
the main widget for 5 seconds.
* LeafEditor:
* fix boolean value initialisation
* improved error handling and report
* copyright: updated years
* control:
+ added Testsuite parameter
* updated Standards-Version
-- Dominique Dumont <dod@debian.org> Sat, 09 May 2015 15:31:51 +0200
libconfig-model-tkui-perl (1.344-1) unstable; urgency=medium
* Imported Upstream version 1.344:
- removed experience setting from UI
* control:
- removed dep on libexception-class-perl (not used directly)
* replaced dep on libfile-slurp-perl with libpath-tiny-perl
-- Dominique Dumont <dod@debian.org> Tue, 20 May 2014 20:57:54 +0200
libconfig-model-tkui-perl (1.343-1) unstable; urgency=medium
* Imported Upstream version 1.343
* List editor:
* replaced push button with insert at selection
* added insort button
* removed asynchronous code
* control:
- removed BDI on libanyevent-perl
* depends on libconfig-model-perl 2.052
+ added dependency on libtry-tiny-perl
-- Dominique Dumont <dod@debian.org> Tue, 06 May 2014 12:53:19 +0200
libconfig-model-tkui-perl (1.341-1) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Dominique Dumont ]
* Imported Upstream version 1.341
* add save/del button to annotation editor:
* removed experimental given/when
* copyright: updated years
* control:
* bumped std-version to 3.9.5
* upadted description to mention cme (instead of old config-edit)
* depends on libconfig-model-perl >= 2.050
* bumped compat to 9
- removed fix-green-arrow-and-show-hide patch (applied upstream)
-- Dominique Dumont <dod@debian.org> Wed, 05 Mar 2014 13:51:18 +0100
libconfig-model-tkui-perl (1.340-1) unstable; urgency=low
* Imported Upstream version 1.340: fixes some long standing bug
where warning and online help were not displayed in the GUI
-- Dominique Dumont <dod@debian.org> Sat, 14 Sep 2013 10:33:01 +0200
libconfig-model-tkui-perl (1.339-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:
* refresh tree once store check is done
* control:
* depends on libconfig-model-perl >= 2.030
+ added build-dep on libanyevent-perl
* bumped std version to 3.9.4
* copyright: updated years
-- Dominique Dumont <dod@debian.org> Sun, 24 Mar 2013 18:52:36 +0100
libconfig-model-tkui-perl (1.337-2) unstable; urgency=low
* added upstream patch to fix green arrow display (Closes: #688097)
-- Dominique Dumont <dod@debian.org> Wed, 19 Sep 2012 14:14:17 +0200
libconfig-model-tkui-perl (1.337-1) unstable; urgency=low
* Imported Upstream version 1.337:
* added 'show only custom values' check button in main panel
* Bound 'Return' (aka Enter) key to begin search in the find widget
(the one in 'Edit -> Find' menu)
-- Dominique Dumont <dod@debian.org> Fri, 29 Jun 2012 14:26:30 +0200
libconfig-model-tkui-perl (1.336-1) unstable; urgency=low
* new upstream release
* view_unsaved_change widget can now be expanded
* Fixed skip count test (Closes: 674365)
* rules : test with xvfb (also able to close the bug above)
* control:
* updated dependencies on libconfig-model-perl (>= 2.015)
+ added BD on xauth and xvfb
-- Dominique Dumont <dod@debian.org> Tue, 29 May 2012 17:34:54 +0200
libconfig-model-tkui-perl (1.335-1) unstable; urgency=low
* Imported Upstream version 1.335
* main widget (TkUI):
+ added show_change menu entry. Offer the same possibility
when asked about saving before quitting
* help menu: removed todo list. Added 'more info' item
* leaf editor:
* Fix external editor call so the user can continue edition
from widget to external editor without loosing modification
already done in the text widget.
+ added balloon and changed button label to help user
* control: BDI on libtest-memory-cycle-perl
* control: depedns on libconfig-model-perl >= 2.014
-- Dominique Dumont <dod@debian.org> Mon, 07 May 2012 15:36:55 +0200
libconfig-model-tkui-perl (1.333-1) unstable; urgency=low
* Imported Upstream version 1.333
* Update copyright years for debian/* packaging
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 22 Mar 2012 16:35:47 +0100
libconfig-model-tkui-perl (1.332-1) unstable; urgency=low
* Imported Upstream version 1.332:
* copyright: updated years and format url
* control: updated Standards-Version to 3.9.3 (no other changes)
* control: depends on libconfig-model-perl 2.001
-- Dominique Dumont <dod@debian.org> Fri, 16 Mar 2012 10:08:34 +0100
libconfig-model-tkui-perl (1.331-1) unstable; urgency=low
* Imported Upstream version 1.331:
+ NodeEditor: Added widget to add new element when node
has an accept clause
* control: depends on libconfig-model-perl 1.263
-- Dominique Dumont <dod@debian.org> Thu, 01 Dec 2011 17:47:17 +0100
libconfig-model-tkui-perl (1.329-1) unstable; urgency=low
* new upstream release:
* ListEditor: signal TKUI that data needs to be saved when list is
modified
* LeafEditor: do not clear entry when input is wrong. This is
annoying
* TkUI: updated license wording to keep Debian lintian happy
* removed fix_warning patch (applied upstream)
* copyright: updated license text to keep lintian happy
-- Dominique Dumont <dod@debian.org> Sat, 22 Oct 2011 18:42:29 +0200
libconfig-model-tkui-perl (1.328-1) unstable; urgency=low
* New upstream release:
* ListEditor: enable apply_fix button
* TkUI: Restrict cut buffer paste to tree widget
* patches/fix_warning: Fix a harmless warning
-- Dominique Dumont <dod@debian.org> Fri, 23 Sep 2011 14:14:45 +0200
libconfig-model-tkui-perl (1.327-1) unstable; urgency=low
* new upstream release (bug fix)
-- Dominique Dumont <dod@debian.org> Fri, 16 Sep 2011 17:29:08 +0200
libconfig-model-tkui-perl (1.326-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Dominique Dumont ]
* new upstream release:
+ added check warning button in list viewer and editor
* debian/control:
* depends on libconfig-model-perl >= 1.253
* updated my e-mail address
-- Dominique Dumont <dod@debian.org> Tue, 06 Sep 2011 21:12:40 +0200
libconfig-model-tkui-perl (1.325-1) unstable; urgency=low
* New upstream release
* debian/copyright:
- Update copyright years for debian/* packaging
- Fix typo Debian ystems -> Debian systems.
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 02 Jul 2011 23:52:45 +0200
libconfig-model-tkui-perl (1.324-1) unstable; urgency=low
* New upstream release:
+ TkUI: added search widget (menu "Edit -> Search" or
just hit <Ctrl-F>)
+ ListEditor: fix bug that prevented to push a null value
* control: depends on libconfig-model-perl 1.244
-- Dominique Dumont <domi.dumont@free.fr> Thu, 19 May 2011 13:44:48 +0200
libconfig-model-tkui-perl (1.323-1) unstable; urgency=low
* New upstream release
* debian/control:
- Add (Build-)Depends(-Indep) on libtk-pod-perl.
- Bump versioned Build-Depends on debhelper to (>= 8).
* Bump Debhelper compat level to 8.
* Bump Standards-Version to 3.9.2 (no changes needed).
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 12 Apr 2011 08:19:50 +0200
libconfig-model-tkui-perl (1.322-1) unstable; urgency=low
* New upstream release (improved usability)
- Fix nb of skipped tests to avoid FTBS where Tk cannot run
* control: changed my e-mail address. Added libconfig-model-perl
to Enhance field. Bumped *Depends version of libconfig-model-perl
to 1.235
* copyright: updated field names to latest DEP5
-- Dominique Dumont <domi.dumont@free.fr> Fri, 04 Mar 2011 13:20:06 +0100
libconfig-model-tkui-perl (1.320-1) unstable; urgency=low
* New upstream release:
- LeafEditor: added fix button to fix warnings
(if model provides a fix). Added external editor button
* control: removed unnecessary versioned dependencies,
added libfile-slurp-perl dependency
* copyright: updated copyright years
-- Dominique Dumont <dominique.dumont@hp.com> Wed, 12 Jan 2011 14:53:45 +0100
libconfig-model-tkui-perl (1.317-1) unstable; urgency=low
* New upstream release
* debian/copyright: Refer to Debian systems in general instead of
Debian GNU/Linux systems.
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 12 Nov 2010 14:32:56 +0100
libconfig-model-tkui-perl (1.316-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Update my email address.
[ Dominique Dumont ]
* New upstream release:
- adapted for Config::Model 1.212
- display configuration warnings if needed
* control: depends on libconfig-model-perl 1.212,
build-depends on libtest-warn-perl
[ Ansgar Burchardt ]
* debian/control: Change Homepage field to project wiki on SourceForge.net.
-- Dominique Dumont <dominique.dumont@hp.com> Thu, 21 Oct 2010 14:28:10 +0200
libconfig-model-tkui-perl (1.311-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Sat, 02 Oct 2010 18:23:05 +0200
libconfig-model-tkui-perl (1.310-1) unstable; urgency=low
* New upstream release (small bug fix)
-- Dominique Dumont <dominique.dumont@hp.com> Sun, 12 Sep 2010 19:07:26 +0200
libconfig-model-tkui-perl (1.309-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.1 (no changes needed).
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 10 Aug 2010 13:24:13 +0200
libconfig-model-tkui-perl (1.308-1) unstable; urgency=low
* New upstream release
* Add myself to Uploaders.
* debian/control: Replace alternative Build-Depends on perl (>= 5.10) |
libmodule-build-perl with only perl, as stable has this version.
* Refresh debian/copyright: Adjust to revision 135 of DEP5 format-
specification for machine-readable copyright file. Adjust reference
to license as it is LGPL-2.1.
* Bump Standards-Version to 3.9.0 (no changes needed).
* Bump versioned (Build-)Depends(-Indep) on libconfig-model-perl to
(>= 1.202).
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Fri, 23 Jul 2010 08:47:41 +0200
libconfig-model-tkui-perl (1.306-1) unstable; urgency=low
* New upstream release.
* Add /me to Uploaders.
* Bump versioned (build) dependency on libconfig-model-perl, add new (build)
dependency on libpod-pom-perl.
* Convert to source format 3.0 (quilt).
-- gregor herrmann <gregoa@debian.org> Mon, 29 Mar 2010 22:01:30 +0200
libconfig-model-tkui-perl (1.304-1) unstable; urgency=low
* New upstream release
* Add myself to Uploaders and Copyright
* Drop perl version requirement (satisfied by oldstable)
-- Jonathan Yu <jawnsy@cpan.org> Sat, 13 Mar 2010 18:29:27 -0500
libconfig-model-tkui-perl (1.303-1) unstable; urgency=low
* New upstream release
* debian/control: updated standard version to 3.8.4
Depends on libconfig-model-perl >= 0.643
-- Dominique Dumont <dominique.dumont@hp.com> Sat, 27 Feb 2010 17:24:59 +0100
libconfig-model-tkui-perl (1.302-1) unstable; urgency=low
[ Dominique Dumont ]
* New upstream release (bug fixes)
* Added examples directory. (Thanks Alexander Becker)
[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
modules.
* debian/copyright: update years of copyright, add additional copyright
holder.
-- Dominique Dumont <dominique.dumont@hp.com> Sat, 23 Jan 2010 14:23:22 +0100
libconfig-model-tkui-perl (1.301-1) unstable; urgency=low
[ Dominique Dumont ]
* New upstream release. New NodeEditor widget. New wizard widget
* control: Updated to policy 3.8.3
[ gregor herrmann ]
* Simplify debian/rules.
-- Dominique Dumont <dominique.dumont@hp.com> Tue, 08 Sep 2009 13:22:59 +0200
libconfig-model-tkui-perl (1.211-1) unstable; urgency=low
[ Dominique Dumont ]
* New upstream release: Fix broken save in config-edit-ssh
[ gregor herrmann ]
* Bump (build) dependency on libconfig-model-perl to >= 0.638.
-- Dominique Dumont <dominique.dumont@hp.com> Wed, 01 Jul 2009 15:28:10 +0200
libconfig-model-tkui-perl (1.210-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
* control: Updated to policy 3.8.2
-- Dominique Dumont <dominique.dumont@hp.com> Thu, 25 Jun 2009 18:08:29 +0200
libconfig-model-tkui-perl (1.208-1) unstable; urgency=low
* New upstream release:
- Improved hash editor widget.
- Display information from 'summary' field provided by Config::Model 0.635
* control: depends on new version (0.635) of libconfig-model-perl
-- Dominique Dumont <dominique.dumont@hp.com> Tue, 21 Apr 2009 14:04:57 +0200
libconfig-model-tkui-perl (1.207-1) unstable; urgency=low
[ Dominique Dumont ]
* New upstream release (new text editor button to normalize white
space in a string.)
* control: Updated to policy 3.8.1
[ gregor herrmann ]
* debian/copyright: update years of copyright.
-- Dominique Dumont <dominique.dumont@hp.com> Sun, 15 Mar 2009 13:53:14 +0100
libconfig-model-tkui-perl (1.204-1) unstable; urgency=low
* Initial Release. (Closes: #509598)
-- Dominique Dumont <dominique.dumont@hp.com> Tue, 23 Dec 2008 18:52:20 +0100
|