[Ubuntu-sdk-bugs] [Bug 1611035] [NEW] Flickable AP CPO needs to take left and right margins into account

2016-08-08 Thread Tim Peeters
Public bug reported:

The new toolbar uses ListView (which is a Flickable) with scroll buttons
on top of it. This makes the current ListView CPO unusable because it
needs to take the overlaying buttons into account for left/right margins
for swiping and visibility calculations for items in the ListView. This
should probably be added to the Scrollable CPO (in _flickable.py).

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Tim Peeters (tpeeters)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1611035

Title:
  Flickable AP CPO needs to take left and right margins into account

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The new toolbar uses ListView (which is a Flickable) with scroll
  buttons on top of it. This makes the current ListView CPO unusable
  because it needs to take the overlaying buttons into account for
  left/right margins for swiping and visibility calculations for items
  in the ListView. This should probably be added to the Scrollable CPO
  (in _flickable.py).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1611035/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1610951] [NEW] ubuntu-ui-toolkit-autopilot unable to install on s390x

2016-08-08 Thread Timo Jyrinki
Public bug reported:

As more packages were removed from s390x/yakkety to workaround problems
in other packages, ubuntu-ui-toolkit-autopilot is again impossible to
install on yakkety.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: New

** Branch linked: lp:~timo-jyrinki/ubuntu-ui-
toolkit/limit_s390x_deps_more

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1610951

Title:
  ubuntu-ui-toolkit-autopilot unable to install on s390x

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As more packages were removed from s390x/yakkety to workaround
  problems in other packages, ubuntu-ui-toolkit-autopilot is again
  impossible to install on yakkety.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1610951/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1610943] [NEW] UITK FTBFS on yakkety, GCC6 change

2016-08-08 Thread Timo Jyrinki
Public bug reported:

ucbottomedge.cpp: In member function ‘void 
UCBottomEdgePrivate::detectDirection(qreal)’:
ucbottomedge.cpp:263:33: error: call of overloaded ‘abs(qreal&)’ is ambiguous
 bool deltaPassed = abs(delta) >= qApp->styleHints()->startDragDistance();
 ^
In file included from /usr/include/c++/6/cstdlib:75:0,
 from /usr/include/c++/6/bits/stl_algo.h:59,
 from /usr/include/c++/6/algorithm:62,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
 from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
 from ../../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
/usr/include/stdlib.h:774:12: note: candidate: int abs(int)
 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
^~~
In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
 from /usr/include/c++/6/algorithm:62,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
 from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
 from ../../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
/usr/include/c++/6/cstdlib:180:3: note: candidate: long long int std::abs(long 
long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^~~
/usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
   abs(long __i) { return __builtin_labs(__i); }
   ^~~


...etc


>From https://gcc.gnu.org/gcc-6/porting_to.html:
"Code which assumes that abs, malloc etc. are macros may no longer compile"

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1610943

Title:
  UITK FTBFS on yakkety, GCC6 change

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  ucbottomedge.cpp: In member function ‘void 
UCBottomEdgePrivate::detectDirection(qreal)’:
  ucbottomedge.cpp:263:33: error: call of overloaded ‘abs(qreal&)’ is ambiguous
   bool deltaPassed = abs(delta) >= qApp->styleHints()->startDragDistance();
   ^
  In file included from /usr/include/c++/6/cstdlib:75:0,
   from /usr/include/c++/6/bits/stl_algo.h:59,
   from /usr/include/c++/6/algorithm:62,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
   from ../../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
  /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
   extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
  ^~~
  In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
   from /usr/include/c++/6/algorithm:62,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
   from ../../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
  /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
std::abs(long long int)
 abs(long long __x) { return __builtin_llabs (__x); }
 ^~~
  /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
 abs(long __i) { return __builtin_labs(__i); }
 ^~~

  
  ...etc

  
  From https://gcc.gnu.org/gcc-6/porting_to.html:
  "Code which assumes that abs, malloc etc. are macros may no longer compile"

To manage 

[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Colin Watson
Removing packages from yakkety:
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
amd64
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
arm64
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
armhf
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
i386
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
powerpc
account-plugin-evernote 0.4+15.04.20141118-0ubuntu1 in yakkety 
ppc64el
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety amd64
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety arm64
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety armhf
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety i386
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety powerpc
account-plugin-evernote-sandbox 0.4+15.04.20141118-0ubuntu1 in 
yakkety ppc64el
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety amd64
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety arm64
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety armhf
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety i386
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety powerpc
qtdeclarative5-evernote0.1 0.4+15.04.20141118-0ubuntu1 in 
yakkety ppc64el
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety amd64
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety arm64
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety armhf
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety i386
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety powerpc
reminders-app 0.4+15.04.20141118-0ubuntu1 in yakkety ppc64el
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
amd64
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
arm64
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
armhf
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
i386
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
powerpc
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
ppc64el
reminders-app-autopilot 0.4+15.04.20141118-0ubuntu1 in yakkety 
s390x
Comment: requested by ~timo-jyrinki; now maintained as a click package instead; 
LP: #1606531
Remove [y|N]? y
1 package successfully removed.

** Changed in: reminders-app (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Released

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtxmlpatterns-opensource-src (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Confirmed

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: reminders-app (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Confirmed

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Confirmed

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtquickcontrols-opensource-src (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Confirmed

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606531] Re: RM: transitional QML module packages

2016-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtwebkit-opensource-src (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtquickcontrols-opensource-src
in Ubuntu.
https://bugs.launchpad.net/bugs/1606531

Title:
  RM: transitional QML module packages

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed
Status in qtxmlpatterns-opensource-src package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Confirmed

Bug description:
  As of Qt 5.6.1 in yakkety, the following binary packages could be
  dropped that were kept for 14.04 LTS -> 16.04 LTS upgrades. They
  include mostly transitional packages, but also renamed packages and a
  private header removal. The changes come from Debian.

  qml-model-qtqml-models2 qtdeclarative5-controls-plugin qtdeclarative5
  -dialogs-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5
  -quicklayouts-plugin qtdeclarative5-qtsensors-plugin
  libqt5webkit5-qmlwebkitplugin libqt5xmlpatterns5-private-dev
  qtxmlpatterns5-dbg libqt53drenderer5 libqt53dcollision5
  libqt53dquickrenderer5 reminders-app

  Note: reminders-app is not maintained in archives since 2014, it's
  only available as a click package. It is a reverse dependency of
  qtdeclarative5-quicklayouts-plugin. The whole source package
  reminders-app should be dropped.

  More packages will dropped later as the dropping of dependencies on
  transitional packages continues in bug #1342031 and bug #1583079.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606531/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp