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 | unity (0.2.32-0ubuntu4) UNRELEASED; urgency=low * Backport a fix for new tiles being unresponsive (lp: #623953) -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Sep 2010 11:20:34 +0200 unity (0.2.32-0ubuntu3) maverick; urgency=low * Backport Gord's changes to fix scrolling and click issues in the launcher and Neil's changes for the recent artwork changes * debian/source: - use format 3 - list binaries that changed in the backport -- Sebastien Bacher <seb128@ubuntu.com> Tue, 31 Aug 2010 16:39:52 +0200 unity (0.2.32-0ubuntu2) maverick; urgency=low * debian/control: clean the build-depends on libvala it's not required -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 22:41:53 +0200 unity (0.2.32-0ubuntu1) maverick; urgency=low * New upstream release. * debian/libunity0.symbols: new version update -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 20:07:01 +0200 unity (0.2.30-0ubuntu1) maverick; urgency=low * New upstream release fixing those issues: - clicking on an app window in workspace switcher does not get it to focus (lp: #612327) - App name stays in panel after exit (lp: #613087) - Bright line at the bottom of the launcher bar (lp: #613084) - additional round corner when clicking on application places item (lp: #612542) - removing active application in the launcher make unity crashes (lp: #612535) - Intermittent loss of all input (lp: #607519) - Wallpaper picture-options are not all taken into account (lp: #605788) - Add some sort of hint that the Ubuntu circle is click-able (lp: #592787) - doesn't render appmenu accelerators correctly (lp: #601011) - should highlight the selected items (lp: #600946) - Files Place displays mimetype icons for file items when thumbnails are available (lp: #599896) * debian/control: build-depends on libxcb-icccm1-dev and libutouch-grail-dev -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 18:31:40 +0200 unity (0.2.28-0ubuntu2) maverick; urgency=low * Backported change to fix a bug where some launcher icons are not there -- Sebastien Bacher <seb128@ubuntu.com> Fri, 20 Aug 2010 15:40:20 +0200 unity (0.2.28-0ubuntu1) maverick; urgency=low * New upstream release fixing those bugs: - Files Place empty search view is not implemented (lp: #607764) - poor battery performance in Unity (lp: #599425) - When launching an app, grids glow around its icon (lp: #610250) - Add some sort of hint that the Ubuntu circle is click-able (lp :#592787) - the buttons to display extra items are not updated correctly (lp: #604958) - launcher bubbles flickers a lot when places with scrollbars are displayed (lp: #599911) - white square displayed next to indicators crashing unity (lp: #601014) - Display removable media (USB device, etc.) on the launcher (lp: #619695) - Add support for DND between workspaces (lp: #594160) - indicators dont get focus in workspace switch mode (lp: #612323) - Workspace switch cleanups (lp: #594163) - workspace switcher should have a title on hover (lp: #614926) * debian/control: - build-depends on libpango1.0-dev to match the configure * debian/libunity0.symbols: - new version update * debian/patches/01_show_gicons.patch: - the change is in the new version -- Sebastien Bacher <seb128@ubuntu.com> Thu, 19 Aug 2010 18:34:26 +0200 unity (0.2.26-0ubuntu1) maverick; urgency=low * New upstream release. - Fix mutter grabbing the [Super] key and breaks the shorcuts overlay (LP: #612992) - Fix flattened icons move when expansion is triggered by a mouse over a flattened launcher item (LP: #600977) - Holding down super should reveal a list of keyboard shortcuts (LP: #610366) - Update the applications model when changes are detected (LP: #610382) - Implement Applications Place Software Center integration (LP: #608179) - Files Place home screen should have a Recent group (LP: #607815) * debian/patches/01_show_gicons.patch: - adapt with latest libindicator change * update debian/libunity0.symbols -- Didier Roche <didrocks@ubuntu.com> Fri, 13 Aug 2010 15:13:24 +0200 unity (0.2.24-0ubuntu1) maverick; urgency=low * New upstream release. - makes sure to load translations from .desktop files (LP: #612494) - get launcher events working correctly - better spaces interactions - new custom rendering for radiobutton- and checkmark-items in quicklist (LP: #607251) * debian/libunity0.symbols: - update symbol file * debian/control: - build-dep on libmutter-dev 2.31.5 - bump Standards-Version to latest * debian/patches/01_add_dbusmenu_glib_vapi.patch, 02_i18n_launcher.patch: - removed -- Didier Roche <didrocks@ubuntu.com> Fri, 06 Aug 2010 16:17:12 +0200 unity (0.2.22-0ubuntu1) maverick; urgency=low * New upstream release. - Add support for window control buttons on the panel (LP: #610014) - Create a files group model for downloads (LP: #610370) - Fix odd representation of (partially) off-screen windows (LP: #594221) - Fix selected category doesn't match the displayed one after a place switch (LP: #604949) - Move places shortcuts to the launcher (LP: #610015) - Fix wrong arrow location in place views (LP: #604800) - Launcher icons no more folded when launcher first starts (LP: #601107) * debian/control: - bump clutk build-dep * debian/patches/02_disable_expandable_menu.patch, debian/patches/03_strip_underscore_on_quicklist.patch, debian/patches/04_fix_scroller_focus_issue.patch, debian/patches/05_fix_ws_switching.patch: - removed * debian/patches/02_i18n_launcher.patch: - from trunk, support use localized apps name (LP: #612494) -- Didier Roche <didrocks@ubuntu.com> Mon, 02 Aug 2010 15:55:16 +0200 unity (0.2.20-0ubuntu2) maverick; urgency=low * Misc fixes from git - debian/patches/03_strip_underscore_on_quicklist.patch - debian/patches/04_fix_scroller_focus_issue.patch - debian/patches/05_fix_ws_switching.patch -- Didier Roche <didrocks@ubuntu.com> Tue, 27 Jul 2010 10:59:25 +0200 unity (0.2.20-0ubuntu1) maverick; urgency=low * New upstream release. - Right click and selecting application doesn't launch it (LP: #592817) - Add some hint that the Ubuntu circle is click-able (LP: #592787) - Remove unpinned launchers when quitting the app (LP: #608492) - add to launcher isn't changed to remove from launcher (LP: #606266) - quicklist should be hidden when drag and drop a launcher (LP: #606258) - Fix reorganizing launchers (LP: #600738) - Removing active application makes the application closes (LP: #598175) - UnityLauncherQuicklistMenu clutter_actor_queue_relayout() warning (LP: #599718) * debian/control: - bump libclutk-dev to latest * debian/patches/01_add_dbusmenu_vapi_file.patch: - add missing file * debian/patches/02_disable_expandable_menu.patch: - disable latest changes making mutter respawning with some intel card -- Didier Roche <didrocks@ubuntu.com> Thu, 22 Jul 2010 22:37:56 +0200 unity (0.2.18-0ubuntu1) maverick; urgency=low * New upstream release. - can't drag and drop item to last position in launcher (LP: #595819) - set a solid color as background (LP: #594232) - select a place by default (LP: #601020) - Support offline shortcuts in quicklist (LP: #595842) - keyboard focus in places should default to the search entry (LP: #599888) - fix various search issues in places (LP: #600732, #604964) - contracted/expanded feature doesn't take mouse position into account (LP: #595878) - Use X-GNOME-FullName when available for launcher hover text (LP: #594285) - SIGSEGV in _clutter_stage_has_full_redraw_queued (LP: #594209) * debian/control: - bump libclutk-dev build-dep to latest - add libdbusmenu-glib-dev, libgnome-desktop-dev and libgnomeui-dev deps * add debian/patches/01_add_dbusmenu_glib_vapi.patch: - not distribute yet, small fix in the vapi to make a method return an unowned variable instead of an owned one -- Didier Roche <didrocks@ubuntu.com> Fri, 16 Jul 2010 14:48:14 +0200 unity (0.2.16-0ubuntu1) maverick; urgency=low * New upstream release. - The launcher doesn't list some running softwares (LP: #601082) - Design support for dynamic quicklist items (LP: #597259) - In overlay mode clicking on an app icon should open/focus that appxi (LP: #595130) - Launcher doesnt go away when a full screen app is started (LP: #599422) - Launcher grows beyond desktop bounds (LP: #600686) - Can't focus indicators in places mode (LP: #598363) - Extra file to distribute (LP: #598398) - gtk_menu_popdown: assertion `GTK_IS_MENU (menu)' failed (LP: #599719) -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Jul 2010 15:51:11 +0200 unity (0.2.16-0ubuntu1~lucid1) lucid; urgency=low * Backport to lucid ppa -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Jul 2010 16:24:58 +0200 unity (0.2.14-0ubuntu1) maverick; urgency=low * New upstream release. - fix wrong window geometry (LP: #578545) - fix quicklist items were unresponsive when the mouse was overing over them (LP: #598561) - fix can't drag and drop item to last position in launcher (LP: #595819) - removes/unfavorites apps on drag out, (LP: #592744) - fix contracted/expanded feature doesn't take mouse position into account (LP: #595878) - fix really slow to display place icons (LP: #599901) - display files thumbnails (LP: #599896) * debian/control: - recommend ubuntu-netbook-default-settings as the session file is there and a lot of people could install unity without the session file - build-dep on last clutk -- Didier Roche <didrocks@ubuntu.com> Thu, 01 Jul 2010 19:08:22 +0200 unity (0.2.14-0ubuntu1~lucid1) lucid; urgency=low * Backport to lucid UNE ppa * debian/control - recommends ubuntu-netbook-unity-default-settings -- Didier Roche <didrocks@ubuntu.com> Fri, 02 Jul 2010 08:18:41 +0200 unity (0.2.12-0ubuntu2) maverick; urgency=low * debian/control, add indicators as recommends: indicator-appmenu, indicator-application, indicator-sound, indicator-datetime, indicator-messages, indicator-me, indicator-session, -- Didier Roche <didrocks@ubuntu.com> Mon, 28 Jun 2010 13:56:08 +0200 unity (0.2.12-0ubuntu1) maverick; urgency=low * New upstream release: - reordered applications launchers don't save their location (LP: #592087) - cannot close panel menus unless clicking on particular zones of the display (LP: #595880) - Add support for switching workspaces (LP: #594157) - Indicators should listen to show/hide from GtkWidget (LP: #590920) - Race in expose manager event processing (LP: #588299) - Files Place (View) - add support for file grouping (LP: #597256) - Apps Place (View) - add basic support (LP: #597257) * debian/patches/01_draw_background_with_nautilus_off.patch: - integrated upstream * debian/control: - add libclutk-dev as a dep to libunity-dev - bump clutk, dee and bamf dep to latest -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Jun 2010 21:12:40 +0200 unity (0.2.12-0ubuntu1~ppa1) lucid; urgency=low * Backport to lucid ppa -- Didier Roche <didrocks@ubuntu.com> Fri, 25 Jun 2010 09:23:25 +0200 unity (0.2.10-0ubuntu1) maverick; urgency=low * New upstream release: - Panels don't reappear after leaving fullscreen (LP: #578956) - Background seems to be wrongly detecting screen size (LP: #578686) - Unity panels don't disapear when VLC is on full side mode (LP: #583053) - Clicking on launcher does not raise the last used window of the application (LP: #592583) * debian/netbook-launcher.preinst, debian/unity.preinst: - add debhelper token * debian/patches/01_draw_background_with_nautilus_off.patch: - draw background when nautilus don't draw desktop -- Didier Roche <didrocks@ubuntu.com> Thu, 17 Jun 2010 18:35:26 +0200 unity (0.2.10-0ubuntu1~lucid1) lucid; urgency=low * Unity lucid version doesn't break maximus as in different session -- Didier Roche <didrocks@ubuntu.com> Fri, 18 Jun 2010 08:58:10 +0200 unity (0.2.8-0ubuntu1) maverick; urgency=low * New upstream release. (LP: #592120, #590728, #580104, #586015, #587237, #582530, #586002, #591742) * removed patches integrated upstream: debian/patches/01_drop_mutter_req.patch debian/patches/02_make_perceptualdiff_optional.patch debian/patches/03_use_new_mutter_plugin_init_order.patch debian/patches/99_autoconf.patch * debian/control: - remove libwnck-dev dep -- Didier Roche <didrocks@ubuntu.com> Thu, 10 Jun 2010 19:21:55 +0200 unity (0.2.8-0ubuntu1~lucid1) lucid; urgency=low * Unity lucid version doesn't break maximus as in different session -- Didier Roche <didrocks@ubuntu.com> Fri, 11 Jun 2010 22:18:30 +0200 unity (0.2.7-0ubuntu2) maverick; urgency=low * debian/rules: - include gnome.mk for installing default schema in /usr * debian/unity.preinst: - remove schema in /etc installed by previous package * debian/control: - Add transitional netbook-launcher package, and have Unity C/R/P: netbook-launcher. - Add Breaks: maximus as incompatible in with Unity * debian/rules: - Force an epoch bump on the transitional netbook-launcher package, since the original package has a higher version. * debian/unity.preinst: - Remove netbook-launcher autostart .desktop conffile on upgrade. * debian/copyright: - fix typo -- Didier Roche <didrocks@ubuntu.com> Wed, 09 Jun 2010 13:29:48 +0200 unity (0.2.7-0ubuntu1) maverick; urgency=low * New upstream release. * debian/copyright: - update to latest copyright change * debian/libunity-dev.install: - now unity ship a .pc file * debian/control: - add to -dev package .pc file dependencies -- Didier Roche <didrocks@ubuntu.com> Tue, 08 Jun 2010 12:52:04 +0200 unity (0.2.6-0ubuntu1) maverick; urgency=low * New upstream release. * add debian/watch * update debian/copyright * debian/control: - change HomePage - update Standards-Version - remove liblauncher-dev as a build-dep - bump buil-dep to latest - provides indicator-renderer - change the description - remove unsupported Breaks: transition on mutter - remove uneeded dep on -dev package - remove recommends. Will be in seed now - use unity-dbg as debug package * debian/rules: - make it more sane in ordering includes/rules - fix rm *{,l}a files - use unity-dbg as debug package * debian/libunity-dev.install: - install vapi file * debian/patches/01_drop_mutter_req.patch: - don't depend on extra mutter functionality * debian/patches/02_make_perceptualdiff_optional.patch, debian/control: - remove perceptualdiff as will be optional * debian/patches/03_use_new_mutter_plugin_init_order.patch: - new registration order with plugins for mutter * debian/patches/99_autoconf.patch: - refresh for change in configure.ac -- Didier Roche <didrocks@ubuntu.com> Mon, 07 Jun 2010 12:21:02 +0200 unity (0.2.4-0ubuntu1) maverick; urgency=low * New upstream release. * debian/control: - replace libwncksync-dev by libbamf-dev - replace libdbusmodel-dev by libdee-dev -- Didier Roche <didrocks@ubuntu.com> Thu, 27 May 2010 19:07:31 +0200 unity (0.2.2-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - bump libclutk-dev, libdbusmodel-dev and libclutk-dev and libmutter-dev build-dep - add perceptualdiff build-dep - libunity-places0 removed in favor of libunity0 containing the new library for unity and the -private one. * renamed *.install file accordingly -- Didier Roche <didrocks@ubuntu.com> Fri, 16 Apr 2010 18:02:43 +0200 unity (0.1.24-0ubuntu1) lucid; urgency=low * debian/control: - add debug package to both unity and libunity-places0 - bump clutk, liblauncher and wncksync build-dep * New upstream release. -- Didier Roche <didrocks@ubuntu.com> Fri, 19 Mar 2010 15:40:10 +0100 unity (0.1.22-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - bump libclutk-dev and liblauncher-dev build-dep * debian/rules: - include gnome.mk to call dh_gconf * debian/unity.install: - install locales and gconf schema -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Mar 2010 20:36:49 +0100 unity (0.1.20-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - bump clutk, liblauncher and wncksync build-dep -- Didier Roche <didrocks@ubuntu.com> Thu, 04 Mar 2010 20:47:17 +0100 unity (0.1.18-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - remove maximus as a recommend - bump libclutk-dev and liblauncher-dev build-dep -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 13:44:42 +0100 unity (0.1.16-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - unity now depends on unity-asset-pool - bump libclutk-dev and liblauncher-dev build-dep - add intltool build-dep - add indicator-datetime and chromium-browser as recommends * debian/rules: - remove -Wall from CFLAGS, FTFBS due to unused reference -- Didier Roche <didrocks@ubuntu.com> Thu, 18 Feb 2010 20:15:25 +0100 unity (0.1.14-0ubuntu1) lucid; urgency=low * New upstream release * debian/control: - bump libclutk-dev and liblauncher-dev build-dep -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Feb 2010 20:05:44 +0100 unity (0.1.12-0ubuntu1) lucid; urgency=low * debian/control: - remove netbook-launcher transitional package as the old one will be shipped in lucid - remove C/R/P as well - recommends maximus and ubuntu-netbook-unity-default-settings as we have no more meta-package for it * debian/rules: - remove DEB_DH_GENCONTROL_ARGS_netbook-launcher rule for transitional package * remove debian/unity.preinst as we don't remove netbook-launcher now -- Didier Roche <didrocks@ubuntu.com> Mon, 08 Feb 2010 13:40:19 +0100 unity (0.1.12) lucid; urgency=low * new upstream version: * debian/control: - bump libclutk build-dep - dep on liblauncher-dev now - add Breaks: mutter (<< 2.28.1~git20091208-1ubuntu5) -- Didier Roche <didrocks@ubuntu.com> Thu, 04 Feb 2010 20:47:31 -0800 unity (0.1.10-0ubuntu1~ppa3) lucid; urgency=low * debian/control: - libunity-places-dev should depends on libunit-places0 -- Didier Roche <didrocks@ubuntu.com> Fri, 29 Jan 2010 14:58:50 +0100 unity (0.1.10-0ubuntu1~ppa2) lucid; urgency=low * debian/control: - add unity-place-applications as unity recommends -- Didier Roche <didrocks@ubuntu.com> Fri, 29 Jan 2010 14:37:00 +0100 unity (0.1.10-0ubuntu1~ppa1) lucid; urgency=low [ Martin Pitt ] * debian/unity.preinst: Fix version comparison for cleaning up the obsolete netbook-launcher autostart .desktop. [ Didier Roche ] * New upstream release * debian/control: - add libindicator-dev, libunity-misc and libdbusmodel-dev build-dep - remove autotools-dev build-dep - bump libclutk-dev and libmutter-dev build-dep - add libunity-places0 and libunity-places-dev packages * add debian/libunity-places0.install and debian/libunity-places-dev.install -- Didier Roche <didrocks@ubuntu.com> Fri, 29 Jan 2010 12:14:44 +0100 unity (0.1.8-0ubuntu1~dxppa2) lucid; urgency=low * Add DEBHELPER token to debian/unity.preinst * debian/control: add unused ${misc:Depends} to netbook-launcher for lintian cleaning -- Didier Roche <didrocks@ubuntu.com> Thu, 21 Jan 2010 14:40:03 +0100 unity (0.1.8-0ubuntu1~dxppa1) lucid; urgency=low [ Martin Pitt ] * debian/control: Drop Vcs-Bzr headers, until unity is properly registered in Launchpad. [ Didier Roche ] * new upstream release * debian/control: + remove uneeded gnome-common build-dep (don't run autogen during build) + bump clutk build-dep + change maintainer field * debian/rules: remove DEB_CONFIGURE_SCRIPT (don't run autogen) -- Didier Roche <didrocks@ubuntu.com> Thu, 21 Jan 2010 14:33:30 +0100 unity (0.1.5+r69) lucid; urgency=low * debian/rules: Fix the dpkg-gencontrol invocation. -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Jan 2010 17:55:44 +0100 unity (0.1.5+r68) lucid; urgency=low * debian/control: Add transitional netbook-launcher package, and have unity C/R/P: netbook-launcher. This can be dropped after lucid's release. * Add debian/unity.install (now needed because we build two binaries). * debian/control: Explicitly add mutter dependency, since it's not covered by shlibs. * Add debian/unity.preinst: Remove netbook-launcher autostart .desktop conffile on upgrade. * debian/rules: Don't generate shlibs/maintainer script code for private shared libraries. * debian/rules: Force an epoch on the transitional netbook-launcher package, since the original package has a higher version. -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Jan 2010 17:25:43 +0100 unity (0.1.5+r60) lucid; urgency=low * configure with libmutter-dev -- Didier Roche <didrocks@ubuntu.com> Tue, 12 Jan 2010 14:23:23 +0100 unity (0.1.5+r58) lucid; urgency=low * New release from trunk * debian/control - Add mutter as a dependency -- Didier Roche <didrocks@ubuntu.com> Tue, 12 Jan 2010 11:27:57 +0100 unity (0.1.5-0ubuntu2) lucid; urgency=low * debian/control - Bumping build depends for libgee-dev to libgee-dev (>= 0.5.0) -- Ken VanDine <ken.vandine@canonical.com> Mon, 21 Dec 2009 21:31:19 -0500 unity (0.1.5-0ubuntu1) lucid; urgency=low * New snapshot - Build-Depend on valac and libvala-dev (>= 0.7.8) -- Ken VanDine <ken.vandine@canonical.com> Fri, 18 Dec 2009 15:57:55 -0500 unity (0.1.5) karmic; urgency=low * New release -- Neil J. Patel <neil.patel@canonical.com> Tue, 15 Dec 2009 12:24:03 +0000 unity (0.1.0~ppa2) karmic; urgency=low * debian/control - Added build dep for valac -- Ken VanDine <ken.vandine@canonical.com> Fri, 06 Nov 2009 11:53:38 -0500 unity (0.1.0~ppa1) karmic; urgency=low * Initial Packaging (LP: #474944) -- Ken VanDine <ken.vandine@canonical.com> Fri, 06 Nov 2009 08:40:43 -0500
|