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
|
mate-tweak (22.10.0-3) unstable; urgency=medium
* debian/patches:
+ Add 1001_fix-clean-i18n.patch. The clean_i18n command is not compatible
anymore with distutils's clean command. (Closes: #1054796).
* debian/rules:
+ Call 'setup.py clean_i18n' manually.
+ Create backup copy of original po/mate-tweak.pot file. Allows rebuilding
the src:pkg multiple times. (Closes: #1048570).
* debian/mate-tweak.lintian-overrides:
+ Update syntax of desktop-command-not-in-package override.
* debian/copyright:
+ Update copyright attribution for debian/.
-- Mike Gabriel <sunweaver@debian.org> Tue, 26 Dec 2023 10:46:13 +0100
mate-tweak (22.10.0-2) unstable; urgency=medium
* debian/rules:
+ Drop explicit DHFLAG --parallel.
* debian/rules:
+ Assure that not pybuild/distutils artifacts of setup.py end up in
dist-packages dir. (Closes: #1021988).
-- Mike Gabriel <sunweaver@debian.org> Thu, 20 Oct 2022 16:36:43 +0200
mate-tweak (22.10.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions for debian/*.
* debian/control:
+ Bump Standards-Version: to 4.6.1. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Sun, 16 Oct 2022 22:33:15 +0200
mate-tweak (22.04.8-1) unstable; urgency=medium
* New upstream release
-- Martin Wimpress <code@wimpress.io> Wed, 21 Sep 2022 16:42:31 +0100
mate-tweak (22.04.8-0ubuntu3) jammy; urgency=medium
* debian/patches:
+ Refactor 0001_panel_replace_use_terminate.patch (LP: #1968885)
-- Martin Wimpress <code@wimpress.io> Wed, 13 Apr 2022 13:44:33 +0100
mate-tweak (22.04.8-0ubuntu2) jammy; urgency=medium
* debian/patches:
+ Add 0001_panel_replace_use_terminate.patch (LP: #1967666)
-- Martin Wimpress <code@wimpress.io> Sun, 03 Apr 2022 12:19:40 +0100
mate-tweak (22.04.8-0ubuntu1) jammy; urgency=medium
* New upstream release. (LP: #1967016)
-- Martin Wimpress <code@wimpress.io> Wed, 30 Mar 2022 07:52:48 +0100
mate-tweak (22.04.7-0ubuntu1) jammy; urgency=medium
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Sun, 03 Apr 2022 23:12:27 +0200
mate-tweak (22.04.7-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Sun, 03 Apr 2022 21:28:48 +0200
mate-tweak (22.04.6-0ubuntu1) jammy; urgency=medium
* New upstream release. Fixes (LP: #1893943, #1768216, #1860210)
-- Martin Wimpress <code@wimpress.io> Wed, 23 Mar 2022 19:12:33 +0000
mate-tweak (22.04.5-0ubuntu1) jammy; urgency=medium
* Make mate-tweak compatible with all Yaru themes
* Update mate-tweak.desktop to use tweaks-app icon
-- Martin Wimpress <code@wimpress.io> Tue, 22 Mar 2022 14:17:09 +0000
mate-tweak (22.04.4-1) unstable; urgency=medium
* New upstream release.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Mar 2022 09:26:42 +0100
mate-tweak (22.04.3-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (Closes: #1005837, #1005072).
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Wed, 02 Mar 2022 13:21:37 +0100
mate-tweak (22.04.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Drop compton from S: field.
+ Add to R: field: picom.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Sat, 29 Jan 2022 09:52:34 +0100
mate-tweak (22.04.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Thu, 27 Jan 2022 12:15:55 +0100
mate-tweak (21.10.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Mon, 06 Dec 2021 02:04:36 +0100
mate-tweak (21.04.3-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1917740)
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions.
* debian/watch:
+ Use format version 4.
* debian/control:
+ Bump Standards-Version: to 4.6.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Mon, 06 Dec 2021 01:29:53 +0100
mate-tweak (21.04.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Fri, 26 Feb 2021 16:14:37 +0100
mate-tweak (21.04.1-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump to Standards-Version: 4.5.1. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 04 Dec 2020 10:15:14 +0100
mate-tweak (20.10.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1894386)
* debian/patches:
+ Drop 1000_avoid_killing_brisk_unnecessarily.patch. Applied upstream.
+ Drop 1001_adhere_to_hig.patch. Applied upstream.
+ Drop 1002_ensure_object_names_are_distinct.patch. Applied upstream.
[ Mike Gabriel ]
* debian/control:
+ Bump DH compat level to version 13.
-- Mike Gabriel <sunweaver@debian.org> Tue, 29 Sep 2020 18:02:17 +0200
mate-tweak (20.04.0-2) unstable; urgency=medium
[ Martin Wimpress ]
* debian/patches:
+ Add 1000_avoid_killing_brisk_unnecessarily.patch. Avoid killing Brisk Menu
unnecessarily. (LP: #1724262)
+ Add 1001_adhere_to_hig.patch. Set spacing in confirm dialog to 12.
(LP: #1872152)
+ Add 1002_ensure_object_names_are_distinct.patch. Ensure object names are
distinct and consistent between .panel and .layout files. (LP: #1872255)
-- Mike Gabriel <sunweaver@debian.org> Thu, 16 Apr 2020 09:22:44 +0200
mate-tweak (20.04.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Fri, 14 Feb 2020 21:00:41 +0100
mate-tweak (19.10.4-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
[ Mike Gabriel ]
* debian/control:
+ Add Ayatana Indicators as alternatives to S (mate-tweak).
-- Mike Gabriel <sunweaver@debian.org> Mon, 02 Sep 2019 16:43:00 +0200
mate-tweak (19.10.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/{compat,control}:
+ Use debhelper-compat notation. Bump to DH compat level version 12.
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Fri, 02 Aug 2019 16:19:38 +0200
mate-tweak (18.10.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1767718, #1796343).
* debian/control:
+ Bump Standards-Version: to 4.2.1. No changes needed.
+ Drop ancient X-Python3-Version: field.
* debian/upstream/metadata:
+ Add file. Comply with DEP-12.
-- Mike Gabriel <sunweaver@debian.org> Mon, 01 Oct 2018 10:11:26 +0200
mate-tweak (18.04.16-2) unstable; urgency=medium
* debian/control:
+ Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
+ Bump Standards-Version: to 4.1.4. No changes needed.
+ Drop pkg-mate-team Alioth mailing list from Uploaders: field.
* debian/copyright:
+ Make Upstream-Name: field's value more human readable.
-- Mike Gabriel <sunweaver@debian.org> Mon, 09 Jul 2018 08:00:17 +0200
mate-tweak (18.04.16-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Thu, 05 Apr 2018 13:09:45 +0200
mate-tweak (18.04.14-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Sun, 18 Mar 2018 17:44:47 +0100
mate-tweak (18.04.11-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1714799)
-- Mike Gabriel <sunweaver@debian.org> Wed, 28 Feb 2018 16:17:18 +0100
mate-tweak (18.04.10-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
[ Mike Gabriel ]
* debian/copyright:
+ Use secure URI for copyright format.
-- Mike Gabriel <sunweaver@debian.org> Thu, 15 Feb 2018 19:34:11 +0100
mate-tweak (18.04.9-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
[ Mike Gabriel ]
* debian/control:
+ Drop from D (mate-tweak): python-gobject2. (Closes: #888230).
-- Mike Gabriel <sunweaver@debian.org> Mon, 12 Feb 2018 11:16:38 +0100
mate-tweak (18.04.6-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1744565)
* debian/copyright:
+ Update Source: URL.
+ Update copyright attributions.
* debian/control:
+ Correct Homepage URL.
* debian/control:
+ Drop D (mate-tweak) metacity and xcompmgr. Neither are supported upstream
any more.
[ Mike Gabriel ]
* lintian: Drop unused override (desktop-command-not-in-package
usr/share/applications/metacity-no-composite.desktop metacity).
-- Mike Gabriel <sunweaver@debian.org> Tue, 23 Jan 2018 02:13:43 +0100
mate-tweak (18.04.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/copyright:
+ Update copyright attributions.
[ Vangelis Mouhtsis ]
* debian/control:
+ Temporarily have pkg-mate-team ML under Uploaders:.
+ Update Maintainer: field to debian-mate ML on lists.debian.org.
+ Rename pretty name of our team -> Debian+Ubuntu MATE Packaging Team.
[ Mike Gabriel ]
* debian/{control,compat}:
+ Bump DH version level to 11.
-- Mike Gabriel <sunweaver@debian.org> Thu, 18 Jan 2018 16:21:15 +0100
mate-tweak (18.04.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1724980, #1726479)
[ Mike Gabriel ]
* debian/control:
+ Bump Standards-Version: to 4.1.3. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 05 Jan 2018 23:24:50 +0100
mate-tweak (18.04.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1723823)
* debian/control:
+ Bump Standards-Version: to 4.1.1. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Sat, 25 Nov 2017 18:02:50 +0100
mate-tweak (17.10.15-1) unstable; urgency=medium
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Tue, 12 Sep 2017 09:50:10 +0200
mate-tweak (17.10.14-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Wed, 30 Aug 2017 14:32:51 +0200
mate-tweak (17.10.13-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
[ Mike Gabriel ]
* debian/control:
+ Promote compton from Suggests: to Recommends: again after
discussing this with upstream. (Closes: #828698).
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Wed, 23 Aug 2017 15:38:48 +0200
mate-tweak (17.10.12-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release. (LP: #1706810, #1708845, #1711392)
* debian/control:
+ Replace D mate-desktop-common with mate-panel. (LP: #1583381)
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions.
* debian/control:
+ De-promote compton from Depends: to Suggests:. (Closes: #828698).
-- Mike Gabriel <sunweaver@debian.org> Tue, 22 Aug 2017 21:01:13 +0200
mate-tweak (17.10.9-2) unstable; urgency=medium
* debian/control:
+ Add D (mate-tweak): python3-gi. (Closes: #867976).
-- Mike Gabriel <sunweaver@debian.org> Tue, 01 Aug 2017 18:38:17 -0400
mate-tweak (17.10.9-1) unstable; urgency=medium
[ Aron Xu ]
* New upstream release.
[ Martin Wimpress ]
* debian/control:
- Update Depends: and Recommends: to reference MATE 1.16.
- Update Suggests: to include indicator-power.
[ Vangelis Mouhtsis ]
* debian/watch:
+ Update URL for Github.
* debian/control:
+ Update homepage.
* debian/copyright:
+ Update copyright attributions.
* debian/control:
+ Bump Standards-Version: to 4.0.0. No changes needed.
* debian/control:
+ Drop D (mate-tweak) zenity.
* debian/control:
+ Add S (mate-tweak) indicator-session.
* debian/control:
+ Update MATE Desktop 1.18 requirements.
* debian/control:
+ Bump debhelper version to (>= 10.3~).
* debian/compat:
+ Update compat version.
-- Mike Gabriel <sunweaver@debian.org> Tue, 25 Jul 2017 10:25:58 +0200
mate-tweak (16.10.5-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Fri, 07 Oct 2016 10:49:14 +0200
mate-tweak (16.10.4-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Add to D (mate-tweak): python3-setproctitle.
+ Add to S (mate-tweak): indicator-application, indicator-messages, indicator-sound.
-- Mike Gabriel <sunweaver@debian.org> Wed, 13 Jul 2016 15:52:21 +0200
mate-tweak (16.10.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* debian/changelog: New upstream release.
* debian/control:
+ Versioned R (mate-tweak): mate-indicator-applet (>= 1.14.1).
-- Mike Gabriel <sunweaver@debian.org> Thu, 23 Jun 2016 21:06:17 +0200
mate-tweak (16.10.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Sun, 12 Jun 2016 21:50:49 +0200
mate-tweak (16.10.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Bump Standards: to 3.9.8. No changes needed.
+ Versioned D: mate-desktop-common (>= 1.14)
+ Add to D (mate-tweak): gir1.2-gtk-3.0.
+ Processed with wrap-and-sort.
+ Add to S (mate-tweak): xcompmgr.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Sun, 29 May 2016 14:23:23 +0200
mate-tweak (3.5.10-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Modified composited window manager .desktop files to add a phase
delayed startup. (LP:#1553070).
- Update translations.
-- Mike Gabriel <sunweaver@debian.org> Tue, 12 Apr 2016 22:23:23 +0200
mate-tweak (3.5.9-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Fix forced setting of the xcursor theme. (LP: #1563087)
- Fix psutil.AccessDenied crash. (LP: #1562843)
- Fix handling of "unknown" window managers. (LP: #1563037)
- Fix ordering of notebook entries. (LP: #1564957)
- Fix toggling of menu bar features. (LP: #1564959)
- Add translations for de_CH, es_419, sco, and zh-Hans.
- Update existing translations.
-- Mike Gabriel <sunweaver@debian.org> Fri, 01 Apr 2016 23:48:05 +0200
mate-tweak (3.5.8-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Misplacement of indicators and other applets when switching panel
layouts. (LP:#1557203).
- Don't render double shadows in GTK client-side decorated applications when
enabling the Compton compositor via MATE Tweak. (LP:#1558013).
- Provide a warning before changing Window Manager. (LP:#1549081).
- Don't let MATE Tweak move upward on changing of the window manager.
(LP:#1549076).
- Update translations.
-- Mike Gabriel <sunweaver@debian.org> Thu, 17 Mar 2016 14:12:43 +0100
mate-tweak (3.5.7-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
+ Closes (LP: #1548011)
[ Mike Gabriel ]
* debian/control:
+ Bump Standards: to 3.9.7. No changes needed.
+ Use encrypted URLs for Vcs-*: field.
-- Mike Gabriel <sunweaver@debian.org> Wed, 02 Mar 2016 16:21:49 +0100
mate-tweak (3.5.6-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Wed, 24 Feb 2016 10:40:10 +0100
mate-tweak (3.5.5-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debain/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Mon, 25 Jan 2016 16:42:50 +0100
mate-tweak (3.5.4-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/copyright:
+ Correct syntax-error-in-dep5-copyright.
+ Updated copyright attributions.
* debian/control:
+ Update dependencies for new upstream release.
-- Mike Gabriel <sunweaver@debian.org> Fri, 22 Jan 2016 10:45:45 +0100
mate-tweak (3.5.3-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Thu, 31 Dec 2015 14:47:57 +0100
mate-tweak (3.5.2a-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Remove all deprecated GTK properties. (Closes: #797033)
- Fix switching to Metacity so the currently selected theme is
retained. (LP: #1500882)
- Fix CTRL+C not closing MATE Tweak. (LP: #1500884)
- Fix Plank not being retained when saving a custom theme.
(LP: #1500885)
- Make irrelevant UI element insensitive rather than hiding them.
(LP: #1500886)
- Fix leaving multiple volume applets enabled when switching panel
layouts. (LP: #1500919)
-- Mike Gabriel <sunweaver@debian.org> Wed, 30 Sep 2015 05:14:28 +0200
mate-tweak (3.5.2-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Fix Mutter support.
- Fix panel backup.
-- Mike Gabriel <sunweaver@debian.org> Wed, 26 Aug 2015 20:45:08 +0200
mate-tweak (3.5.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream relese.
- Migrate to Python 3.3+
- Add support for Fedora and Mageia panel layouts.
- Improve detection and modification of org.gnome.desktop and
org.gnome.metacity gschema.
- Update xcursor icon-theme when switching to Window Manager to
preserve MATE xcursor preferences.
- Update translations.
- Remove some deprecated GTK properties.
* debian/control:
+ Add missing dependency gir1.2-notify-0.7. (Closes: #795615, LP:#1478163).
+ Process with wrap-and-sort.
[ Mike Gabriel ]
* Use pybuild build system (with PYBUILD_SYSTEM=distutils).
* debian/patches:
+ Add 1001_python3-shebangs.patch. Make sure python3 gets used with
mate-tweak.
-- Mike Gabriel <sunweaver@debian.org> Mon, 24 Aug 2015 12:36:35 +0200
mate-tweak (3.5.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Improve saving and restoring of custom panel layouts.
- Improve UI for selecting panel layouts and features.
- Add support for Metacity 3.16.
- Add support for Compiz 0.9.12.1.
- Add UI to toggle window snapping in Marco and Metacity.
- Update PolicyKit actions.
- Update translations.
- Minor UI refactor.
-- Mike Gabriel <sunweaver@debian.org> Thu, 23 Jul 2015 14:04:52 +0200
mate-tweak (3.4.9-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Added button to save panel layouts.
- Added button to reset Compiz settings.
- Added support for Metacity and Mutter.
- Added support Maximus.
- Added support for Netbook layouts.
- Added notifications for window manager switching and layout saving.
- Improved layout and window manager switching.
- Renamed Eleven layouts to Cupertino.
- Updated UI to remove/replace deprecated methods.
- Updated translations.
- Fixed Compiz thumbnail viewport (LP: #1437611)
* debian/copyright:
+ Updated/corrected copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Tue, 19 May 2015 15:09:05 +0200
mate-tweak (3.4.8-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Updated translations.
- Fixes gtk-window-decorator switching themes incorrectly when Compiz
is enabled.
* debian/copyright:
+ Update copyright attribution for translators.
-- Mike Gabriel <sunweaver@debian.org> Tue, 07 Apr 2015 21:33:14 +0200
mate-tweak (3.4.6-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Fixed detection of mate-menu. (LP: #1430045)
- Determines if the video device is Compiz capable rather than
assuming so. (LP: #1430210)
[ Mike Gabriel ]
* debian/{control,copyright}:
+ Update homepage / source URL.
* debian/control:
+ Add to B-D: dh-python.
* debian/watch:
+ Update URL (flexiondotorg -> ubuntu-mate).
-- Mike Gabriel <sunweaver@debian.org> Wed, 25 Mar 2015 15:47:13 +0100
mate-tweak (3.4.5-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Add translations
* debian/copyright:
+ Add translators to copyright.
-- Mike Gabriel <sunweaver@debian.org> Wed, 04 Mar 2015 09:59:26 +0100
mate-tweak (3.4.4-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
- Ensure that the users autostart directory exists.
- Migrate to subprocess.Popen(), replacing the deprecated
commands.getoutput().
-- Mike Gabriel <sunweaver@debian.org> Wed, 25 Feb 2015 12:11:31 +0100
mate-tweak (3.4.3-1) unstable; urgency=medium
* Initial release (Closes: #776958).
-- Mike Gabriel <sunweaver@debian.org> Thu, 19 Feb 2015 16:13:13 +0100
|