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
|
budgie-desktop (10.5-1) unstable; urgency=medium
* Official upstream release
- upstream release announcement in install changelogs
* Diff from previous git release
- Includes release translation updates
- upstream bug fix commit to allow setting GNOME Screensaver
to never
- Fix for keyboard shortcuts occasionally stop working
(LP: #1818978) cleanup-keygrab.patch
- Fix FTBFS due to incorrect Wnck WindowTypes
- 1000-Obtain-gsettings-transparency-key-value-before-showi.patch
Refresh to remove patch fuzz
- Ensure animations remain working with newer versions of mutter
(LP: #1824102) animations.patch
* Packaging Changes
- Signed release tarball; signing key updated for new upstream
maintainer
- rules: Minimize polkit crashes due to -O2 build optimization
- budgie-desktop.gsettings-override remove disabling animation override
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 15 Apr 2019 10:11:06 +0100
budgie-desktop (10.5~git20190218-1) unstable; urgency=medium
* Bug-fix git and Translation release
- archive built from commit f62524110961cbbaf6e9
- Ensure polkit dialog cancel correctly dismisses rather
than hanging, with patch
0001-Polkit-Correctly-handle-the-user-dismissing-the-auth.patch
- refresh gnome-3.30-compatability.patch to build
against upstream tarball
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 18 Feb 2019 12:58:45 +0000
budgie-desktop (10.5~git20190202-1) unstable; urgency=medium
* New upstream git release
- Version bump to reflect upstream budgie-desktop version change
pending upstream git version tag
- archive built from commit 73df80757c8b1781dc23
* Packaging Changes
- update libraven0 symbols for this release
- Copyright: Revised copyright for translations
- Control: Update to build-depends to include libnotify-dev
- Rules: Remove obsolete translation install removal
add optimization build LD_FLAG
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 02 Feb 2019 21:28:58 +0000
budgie-desktop (10.4+git20190110.01.1f8eceaa58e-1) unstable; urgency=medium
* New upstream git release
- Release combines the git master release + gnome-3.30 patch work
- Resolve wishlist to open addition terminal windows (Closes: #897570)
* Bug fixes
- Resolve typo in panel translation (Closes: #880719)
- Add package lightdm suggestion to advise netinst installation
(Closes: #897601)
- Ensure budgie-core installs gnome-settings-daemon so that minimal
installs do not crash due to missing GNOME schemas (LP: #1688607)
* Packaging Changes
- control add new BD libasound2-dev
- copyright update copyright for new release together with year change
- control Bump StandardsVersion - fixed symbols Build-Depends-Package
- Drop the following patches since they have been merged upstream
0006-Install-missing-notification-icon-1545.patch
0008-Add-copyright-for-notification-disabled-symbolic.svg.patch
- Drop 0007-Check-if-schema-is-defined-for-volume-slider-changes.patch
since this as not been accepted by upstream
- Merge remaining patches into one gnome-3.30-compatibility.patch
except for the following that has been kept local
1000-Obtain-gsettings-transparency-key-value-before-showi.patch
-- David Mohammed <fossfreedom@ubuntu.com> Thu, 10 Jan 2019 15:45:51 +0000
budgie-desktop (10.4+git20180830.02.f2dbc215fdb-3) unstable; urgency=medium
* Packaging Change
- simplify rules to ensure Debian and Ubuntu build without
desktop-icon support
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 24 Dec 2018 12:06:53 +0000
budgie-desktop (10.4+git20180830.02.f2dbc215fdb-2) unstable; urgency=medium
* Bug-fix release
- Patch 0011-Override-new-mutter-vertical-workspace-layout.patch
Restore horizontal scrolling when switching workspaces
-- David Mohammed <fossfreedom@ubuntu.com> Sun, 07 Oct 2018 21:39:11 +0100
budgie-desktop (10.4+git20180830.02.f2dbc215fdb-1) unstable; urgency=medium
* Bug-fix release
- Add temporary gsettings override to disable animations to ensure
windows do not leave visual artifacts
- Patch 0009-Add-null-guards.patch
Fix occasional workspace switch crashes
- 0010-Ensure-focus-and-button-layout-keys-are-updated.patch
Fix right/left decoration placement and mouse over focus
issues
* Packaging Changes
- debian/rules - remove unneeded separate ubuntu/debian overrides
- regenerate tarball with git submodule GVC pointing to new
gitlab location
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
-- David Mohammed <fossfreedom@ubuntu.com> Wed, 26 Sep 2018 20:24:39 +0100
budgie-desktop (10.4+git20180830.01.f2dbc215fdb-3) unstable; urgency=medium
* Build desktop icon support with debian/rules update
- for Debian support is switched off (due to Nautilus 3.30
transition) since budgie desktop settings would crash
due to gsettings schema being missing
- for Ubuntu support is switched on since using older
version of Nautilus
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 08 Sep 2018 09:16:56 +0100
budgie-desktop (10.4+git20180830.01.f2dbc215fdb-2) unstable; urgency=medium
* Release to unstable (Closes: #907939)
- copy experimental package + packaging changes as described
* Packaging Changes
- Copyright updates
-- David Mohammed <fossfreedom@ubuntu.com> Wed, 05 Sep 2018 14:59:49 +0100
budgie-desktop (10.4+git20180830.01.f2dbc215fdb-1) experimental; urgency=medium
* Release to experimental (Closes: #907616)
- base on ubuntu cosmic package; this includes a git release of
budgie-desktop that will form the forthcoming v10.5 release.
Includes additional patches to compile for mutter 3.30 plus
current work-in-progress stability patches
* Packaging Changes
- budgie-core.lintian-overrides - revise explanation of the lintian
false positive results with the objdump test to confirm the observations
- bump control Standards-Version; no additional changes required
- libraven0.symbols add two additional symbols for git release
-- David Mohammed <fossfreedom@ubuntu.com> Thu, 30 Aug 2018 21:38:21 +0100
budgie-desktop (10.4+git20180830.01.f2dbc215fdb-0ubuntu1) cosmic; urgency=medium
* Upstream Git release
* drop caffeine patch since now incorporated into git master
* 0003-Make-sure-vapi-workspace-def-use-real-c-header-filen.patch
Fix to resolve alt+tab crashes (LP: #1788721)
* 0004-Vala-0.41.92-does-not-allow-custom-getter-default-va.patch
Add fix for vala compilation issues
* 0005-Point-vapi-cheaders-to-their-upstream-equiv.patch
Ensure vapi matches the correct C header file names
* 0006-Install-missing-notification-icon-1545.patch
Add fallback icon for 'disable all notifications' capability
* 0007-Check-if-schema-is-defined-for-volume-slider-changes.patch
Do not check for gnome sound schema for microphone slider
* 0008-Add-copyright-for-notification-disabled-symbolic.svg.patch
Ensure notification icon has a copyright statement in the source
Packaging Changes:
- rename numeric order for patches to be sequential
- debian/copyright Add copyright for the additional git release icons
-- David Mohammed <fossfreedom@ubuntu.com> Thu, 30 Aug 2018 10:21:26 +0100
budgie-desktop (10.4+git20180820.01.cb35f5b4f1c-0ubuntu1) cosmic; urgency=medium
* Upstream Git release
* Revise mutter3.30 patch to fix focus issues
* Revise caffeine patch to use both fallback and actual theme icons if
available
* 0004-Correct-GNOME-button-layout-schema-path.patch
Fix path to point to a valid schema
* Packaging Changes:
- debian/rules - remove the rename of the caffeine icons
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 20 Aug 2018 21:56:13 +0100
budgie-desktop (10.4+git20180806.02.933f78fc03d-0ubuntu1) cosmic; urgency=medium
[Adam Conrad]
* caffeine-cup-conflicts.patch: Avoid caffeine icon conflicts (LP: #1786107)
[David Mohammed]
* Upstream Git release
* Add patch to support GNOME 3.29.4 mutter
* Packaging Changes:
- Drop existing patches except
0001-Obtain-gsettings-transparency-key-value-before-showi.patch,
- refresh patch 0001*.patch
- debian/control - Bump Standards-Version (4.1.4): no changes required
- Add new patch 0003-Port-to-mutter-3-from-GNOME-3.30.patch
- Create unsigned tarball (dh_make) from upstream Git tree
- debian/control - build-depends on libmutter-3 and libglib2.0 2.57
- debian/control - add new libbudgie-private0 private ABI package
- create lintian-overrides for budgie-core-dev
- update lintian-overrides for budgie-core
-- David Mohammed <fossfreedom@ubuntu.com> Wed, 08 Aug 2018 23:33:56 +0100
budgie-desktop (10.4+git20171031.10.g9f71bb8-1.2ubuntu1) bionic; urgency=medium
* Bug fix release
- add patch to fix system tray black backgrounds
fix_black_tray_backgrounds.patch
-- David Mohammed <fossfreedom@ubuntu.com> Sun, 01 Apr 2018 20:28:30 +0100
budgie-desktop (10.4+git20171031.10.g9f71bb8-1.2) unstable; urgency=medium
* Non-maintainer upload
* Build-Depend on gnome-settings-daemon >= 3.28
-- Jeremy Bicha <jbicha@debian.org> Sat, 17 Mar 2018 11:41:00 -0400
budgie-desktop (10.4+git20171031.10.g9f71bb8-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Upload Ubuntu changes to unstable for mutter transition.
* Depend on gnome-settings-daemon >= 3.26
-- Jeremy Bicha <jbicha@debian.org> Sat, 10 Mar 2018 19:44:52 -0500
budgie-desktop (10.4+git20171031.10.g9f71bb8-1ubuntu4) bionic; urgency=medium
* Mutter 3.28 transition (LP: #1751070)
- Add patch to support GSD 3.27.90 and later
- Add patch to support libmutter-2
* Packaging Changes
- Drop patch gsd.patch
- Add patch 0002-Switch-to-checking-GSD-version-for-the-build-1319.patch
- Add patch libmutter-2.patch
- debian/control - libmutter so-name bump build-depends >= 3.27.91
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 03 Mar 2018 23:32:29 +0000
budgie-desktop (10.4+git20171031.10.g9f71bb8-1ubuntu3) bionic; urgency=medium
* No-change rebuild against latest gnome-desktop3
-- Jeremy Bicha <jbicha@ubuntu.com> Fri, 16 Feb 2018 08:10:38 -0500
budgie-desktop (10.4+git20171031.10.g9f71bb8-1ubuntu2) bionic; urgency=medium
* Bug-fix release
- add patch 0001-Obtain-gsettings-transparency-key-value-before-showi.patch
This patch allows panel transparency gsettings to be overridden
* Packaging Changes
- debian/control: Bump debhelper version to v11
- debian/control: Bump Standards-Version (no changes required)
-- David Mohammed <fossfreedom@ubuntu.com> Tue, 06 Feb 2018 20:15:30 +0000
budgie-desktop (10.4+git20171031.10.g9f71bb8-1ubuntu1) bionic; urgency=medium
* Bug-fix release
- fix autopkgtest build failure; simplify to check that the exe
has been created correctly.
* Packaging Changes
- rename autopkgtest script
-- David Mohammed <fossfreedom@ubuntu.com> Tue, 07 Nov 2017 18:33:47 +0000
budgie-desktop (10.4+git20171031.10.g9f71bb8-1) unstable; urgency=medium
* Bug-fix release
- fix FTBFS due to meson v0.43; budgie desktop (upstream) have
released a signed tarball to resolve since it is not possible
to cherry-pick the appropriate git commit
https://github.com/budgie-desktop/budgie-desktop/issues/1228
* Packaging Changes
- debian/rules: support separate ubuntu and debian gsettings
overrides
- debian/rules: add bindnow hardening
- debian/rules: install Budgie gi-typelib to a multiarch location
- debian/control: Update standards version - add an autopkgtest
- debian/copyright: gvc file-location changed from src to subprojects
- debian/copyright: add Jeremy Bicha to packaging copyright
-- David Mohammed <fossfreedom@ubuntu.com> Tue, 31 Oct 2017 17:46:07 +0000
budgie-desktop (10.4-1.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/control:
- Build-Depend on libmutter-1-dev for GNOME 3.26 transition
- Bump required gnome-settings-daemon to >= 3.25.4
-- Jeremy Bicha <jbicha@debian.org> Fri, 13 Oct 2017 17:52:23 -0400
budgie-desktop (10.4-1) unstable; urgency=medium
* New upstream release
* Packaging Changes
- remove all unneeded triggers
- refresh debian/patches/gsd.patch to merge in upstream changes
- drop all patches (except for gsd.patch) since now dealt with in new
release
- debian/control: standards version 4.0.1
- debian/control: Add build dependency sassc
- debian/control: add minimum meson version to build
- debian/control: Add Build-Depends alternate libmutter-1-dev
for GNOME 3.26 builds
- update library symbols files with 10.4 changes
- Rename binary package gir1.2-budgie-desktop-1.0 to
match the typelib gir1.2-budgie-1.0; To ensure a smooth upgrade,
debian/control updated with Replaces/Breaks for the new package
and budgie-desktop with a restriction for 10.4 and later for the
new package
- Add man-page for new binary budgie-desktop-settings
- Updated debian/copyright for all source files
- Merge changelog for 10.2.9-3 unstable bug-fix release;
10.2.9-3 is a hotfix for unstable released after the 10.3.x
series was uploaded to experimental
- debian/rules: add override_dh_installchangelogs with
debian/changelog-announcement.txt to describe
where to find the upstream announcement and description of changes
- add budgie-core.lintian-override with comment to describe
the rpath lintian error
-- David Mohammed <fossfreedom@ubuntu.com> Fri, 18 Aug 2017 17:48:21 +0100
budgie-desktop (10.3.1-5) unstable; urgency=high
* Bug fix release
- add patch gsd.patch (Closes: #869953)
Where gnome-settings-daemon version is greater than
libmutter, the build of budgie-desktop results in an
invalid gnome-session file. The patch ensures a valid file
is created by checking the version of gnome-settings-daemon
instead of mutter during the build.
* Packaging Changes:
- debian/control: Add build dependency for gnome-settings-daemon-dev
to ensure the patch can determine the version correctly
- debian/control: Fix the Vcs-Git location typo bugie --> budgie
-- David Mohammed <fossfreedom@ubuntu.com> Fri, 18 Aug 2017 00:37:52 +0100
budgie-desktop (10.3.1-4) unstable; urgency=medium
* New release for unstable
Use build 10.3.1-3 for experimental with the following changes:
- enforce gnome-settings-daemon minimum version >= 3.24
- release ensures there is a migration path for
budgie-core to GNOME stack 3.24 (Closes: #869953)
-- David Mohammed <fossfreedom@ubuntu.com> Fri, 28 Jul 2017 19:44:36 +0100
budgie-desktop (10.3.1-3) experimental; urgency=medium
* Bug-fix release
* Patches
- 0005-raven-Only-deal-with-a-device-card-when-it-actually-.patch
0006-raven-Mirror-the-last-fix-and-ensure-removed-Things-.patch
Both patches resolve crashes when audio devices such as
headphones are added.
* Packaging Changes:
- remove build-dependency on libc6-dev since this is
automatically pulled in by build-essential
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 03 Jul 2017 23:39:14 +0100
budgie-desktop (10.3.1-2) experimental; urgency=medium
* Bug-fix release
* Patches
- include-menubar-theme.patch
correctly style budgie applets that
use a GTK+ MenuBar
- 0004-wm-Purge-old-backgrounds-from-the-cache.patch
resolve memory leak when desktop wallpaper changes
* Packaging Changes:
- simplified debian/rules
manpages moved to budgie-core.manpages; each executable in
budgie-core now includes a manpage which enables users to
man the exe name and additionally resolves lintian issues.
make target and install methods moved to a more their more
appropriate targets, auto_build and auto_install respectively.
deleted erroneous override_dh_prep
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 10 Jun 2017 00:28:53 +0100
budgie-desktop (10.3.1-1) experimental; urgency=medium
* New upstream release
* Patches
- fortify: to support detecting run-time issues
- show_nm-applet_in_tray.patch: Ubuntu specific patch to display the
network-manager applet
- 0001-imports-natray-Enforce-minimum-size-of-22px.patch
Resolve system tray sizing issues
- 0002-Fix-typo-in-meson.build.patch
Correct development package build
- 0003-Work-around-serious-regressions-in-GTK3.22.13.patch
Add support for GTK+3.22.13 and later
- disable-popover-animations.patch
Panel popover animations cause flashes on some setups. Disabling
the panel popover animation resolves this.
* Packaging Changes:
- meson build dependency
- Add ubuntu specific build rule to enable network-manager to
correctly display in the system tray
- Add man-pages for each executable
- Update Copyright for new source structure
- Update control file to support only GTK+3.18 and later together
meson build dependency
- Update install files due to meson build
- Fix Conf-files lintian warnings
- Add library symbols
- Update watch file:
repo name change
detection of version format x.y as well as x.y.z
upstream maintainer GPG signed key pgpmangle
- Add maintainer GPG signed key
- add libmutter build dependency to GTK+3.24 libmutter-0-dev as
an alternate for libmutter-dev based build environments
- changed standards version to 3.9.8
- Update copyright year for all Ikey Doherty statements
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 17 Apr 2017 09:43:19 +0000
budgie-desktop (10.2.9-3) unstable; urgency=medium
* Bug-fix release
- drop libc6-dev from build-depends since this is pulled in from
build-essential (Closes: #866730)
* Packaging changes:
- update VCS branch details for stable Debian package location
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 01 Jul 2017 00:16:09 +0100
budgie-desktop (10.2.9-2) unstable; urgency=medium
* Bug-fix release
- drop the last two remaining patches since additional
testing with the new versions of gnome-menus and
network-manager now in Stretch makes these patches unnecessary
(Closes: #849595)
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 02 Jan 2017 10:50:32 +0000
budgie-desktop (10.2.9-1) unstable; urgency=medium
* New upstream release
- maintenance release - changelog as per release tag
* Packaging changes:
- Drop all now obsolete previous patches names 000*
- add debian/ubuntu specific patch to stop panel crashes
stop_menu_refresh.diff
- refresh nm-applet.diff patch due to source filelayout change
- add to rules to delete non ISO639 zh-Hant locale
- update debian/copyright due to source filelayout change
- update debian/copyright to fix duplicate "Sam Sam" entry which
was causing lintian messages
- update package for debhelper 10
- update debian/control for new VCS repo name
- add network-manager-gnome as a dependency for budgie-desktop since
- budgie-desktop will crash without this being installed
- remove unneeded lintian override
- updated upstream/metadata to reflect new upstream repo name
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 17 Dec 2016 09:46:49 +0000
budgie-desktop (10.2.8-1) unstable; urgency=medium
* New upstream release
- GTK+3.22 fixes
- new places indicator
- new ibus indicator
- refreshed panel icons
- updated translations
- general fixes for the desktop
* Packaging changes:
- Drop all now obsolete previous patches named 000*
- add new build dependency libibus-1.0-dev
- Updated debian/copyright with revised info for new source files
- add recommendation to install gnome-screensaver; screenlock capability
in budgie-desktop does not work without this package
* add patch upstream patch to allow the ibus applet to compile:
0001-Lower-the-ibus-requirement-to-1.5.11-for-our-Debuntu.patch
* add patch to ensure ibus is connected correctly if already running
0002-wm-ibus-Always-try-to-use-an-existing-ibus-daemon-if.patch
-- David Mohammed <fossfreedom@ubuntu.com> Wed, 19 Oct 2016 19:38:21 +0100
budgie-desktop (10.2.7-3) unstable; urgency=medium
* Drop patch to stop refresh of menus
* replace dropped patch with gsettings override to hide menu headers
- menu crash traced to menu headers; by hiding the menu header
panel does not crash when installing or removing applications
upstream issue #632
* Add upstream patch to stop spamming of log
- 0004-panel-Chain-methods-to-fix-GtkBox-allocation-spam-ev.patch
* Add upstream patch to fix GTK+3.22 theme display
- 0005-Fix-theme-for-GTK-3.22.patch
-- David Mohammed <fossfreedom@ubuntu.com> Sun, 09 Oct 2016 20:32:29 +0100
budgie-desktop (10.2.7-2) unstable; urgency=medium
* Add patch to fix crash
- 0003 - update to upower 0.99API to stop panel crash
-- David Mohammed <fossfreedom@ubuntu.com> Thu, 15 Sep 2016 21:43:21 +0100
budgie-desktop (10.2.7-1) unstable; urgency=medium
* New upstream release
- upstream release 10.2.7
* Add upstream recommended patch
- 0001 - fix icontask lisk spacing after reboot
* add patch to stop budgie-panel menu crash on apt refresh
* add volume patch
- 0002 - fix volume usability for panel indicator
* Packaging changes
- drop patches gtk-link and GNOME 3.22 build since
these are included in the 10.2.7 release
- add new dependency required for build libaccountsservice-dev
- revised debian/copyright
-- David Mohammed <fossfreedom@ubuntu.com> Mon, 12 Sep 2016 20:43:29 +0100
budgie-desktop (10.2.6-2) unstable; urgency=medium
* Bug-fix release
* bug-fix for GNOME 3.22 build (Closes: #837077)
- add upstream maintainer patch to enable build due to mutter api change
* bug-fix for nm-applet dbus-launch (Closes: #836083)
- replace dbus-launch with dbus-run-session to display nm-applet
on budgie-desktop panel
* Packaging changes
- maintainer change of email address
* inc patch to display budgie-icon for lightdm greeter (LP:#1562182)
-- David Mohammed <fossfreedom@ubuntu.com> Sat, 10 Sep 2016 12:36:58 +0100
budgie-desktop (10.2.6-1) unstable; urgency=medium
* Initial Release (Closes: #828765)
-- David Mohammed <foss.freedom@gmail.com> Fri, 15 Jul 2016 15:53:24 +0100
|