[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#854063: marked as done (turn plasma-framework-dev Architecture: any)



Your message dated Sat, 08 Apr 2017 15:34:37 +0000
with message-id <E1cwsNp-000Hyw-Gb@fasolo.debian.org>
and subject line Bug#854063: fixed in plasma-framework 5.28.0-2
has caused the Debian Bug report #854063,
regarding turn plasma-framework-dev Architecture: any
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
854063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854063
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: plasma-framework-dev
Version: 5.28.0-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap
Control: affects -1 + src:kate src:kdeplasma-addons src:kirigami src:krunner src:ktp-contact-runner src:ktp-desktop-applets src:libqapt src:marble src:milou src:muon src:plasma-desktop src:plasma-mediacenter src:plasma-workspace src:print-manager src:skrooge

The packages listed under affects fail to satisfy their cross build
dependencies, because their dependency on plasma-framework-dev is
unsatisfiable. In general, Architecture: all can never satisfy cross
Build-Depends unless marked Multi-Arch: foreign. In this case, such a
marking would be fatal as it looses the architecture constraint on the
libkf5plasma-dev dependency. Thus plasma-framework-dev should be turned
Architecture: any instead. Please consider applying the attached patch
after stretch is released.

Helmut
diff --minimal -Nru plasma-framework-5.28.0/debian/changelog plasma-framework-5.28.0/debian/changelog
--- plasma-framework-5.28.0/debian/changelog	2016-11-18 16:07:29.000000000 +0100
+++ plasma-framework-5.28.0/debian/changelog	2017-02-03 06:24:50.000000000 +0100
@@ -1,3 +1,10 @@
+plasma-framework (5.28.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch plasma-framework-dev to Architecture: any (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Fri, 03 Feb 2017 06:24:50 +0100
+
 plasma-framework (5.28.0-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff --minimal -Nru plasma-framework-5.28.0/debian/control plasma-framework-5.28.0/debian/control
--- plasma-framework-5.28.0/debian/control	2016-11-18 16:07:29.000000000 +0100
+++ plasma-framework-5.28.0/debian/control	2017-02-03 06:24:47.000000000 +0100
@@ -75,7 +75,7 @@
 
 Package: plasma-framework-dev
 Depends: libkf5plasma-dev, ${misc:Depends}
-Architecture: all
+Architecture: any
 Priority: extra
 Section: oldlibs
 Description: transitional dummy package

--- End Message ---
--- Begin Message ---
Source: plasma-framework
Source-Version: 5.28.0-2

We believe that the bug you reported is fixed in the latest version of
plasma-framework, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 854063@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia <maxy@debian.org> (supplier of updated plasma-framework package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 08 Apr 2017 17:14:51 +0200
Source: plasma-framework
Binary: libkf5plasma-dev plasma-framework-dev plasma-framework libkf5plasmaquick5 libkf5plasma5
Architecture: source
Version: 5.28.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Maximiliano Curia <maxy@debian.org>
Description:
 libkf5plasma-dev - development files for plasma-framework
 libkf5plasma5 - Plasma Runtime components
 libkf5plasmaquick5 - Plasma Runtime components
 plasma-framework - Plasma Runtime components
 plasma-framework-dev - transitional dummy package
Closes: 854063
Changes:
 plasma-framework (5.28.0-2) unstable; urgency=medium
 .
   * Change plasma-framework-dev to arch: any.
     Thanks to Helmut Grohne for reporting (Closes: 854063)
   * Pick "Fix logic for arrow handling in RTL locales" (db15022)
     Add the upstream patch as:
      Fix-logic-for-arrow-handling-in-RTL-locales.patch
     This fixes KDE#373749
   * Pick "Emit toolTipMainTextChanged if it changes in response to a title change" (17f5a30)
     The fallback for toolTipMainText is showing the applet title.
     When the applet title changes, it may result in a change of
     toolTipMainText.
     Add the upstream patch as:
      Emit-toolTipMainTextChanged-if-it-changes-in-response-to-.patch
   * Pick "consider an empty panel always "applets loaded"" (6ae3a07)
     This fixes panels sometimes not showing up when reconnecting screens.
     Add upstream patch as:
      consider-an-empty-panel-always-applets-loaded.patch
     Related to KDE#373836
   * Pick "Fix #374127 misplacement of popups from dock wins" (6aedda9)
     Fix for "If a Dock window uses a mask then the popups occured from it
     are placed far from the item that triggered them."
     Add upstream patch as:
      Fix-374127-misplacement-of-popups-from-dock-wins.patch
     This fixes KDE#374127
   * Pick "portait prop is not relevant when there is no text" (12a4709)
     This fixes a binding loop on this property when there is no label.
     Add upstream patch as:
      portait-prop-is-not-relevant-when-there-is-no-text.patch
     This fixes KDE#374815
   * Pick "correctly forward status from applets to containment" (47ec9b8)
     Add upstream patch as:
      correctly-forward-status-from-applets-to-containment.patch
     This fixes KDE#372062
   * Pick "it must also be possible for the status to be decreased again" (46c87d5)
     This fixes the autohide panel being broken the first time an applet like
     kickoff opens. when it closes again, the status has to be decreased
     again.
     Add upstream patch as:
      it-must-also-be-possible-for-the-status-to-be-decreased-a.patch
   * Pick "set default hints when repr doesn't export Layout.*" (b99a87a)
     Add upstream patch as:
      set-default-hints-when-repr-doesn-t-export-Layout.patch
     This fixes KDE#377153
   * Add "Ref/deref DataEngines even if the metadata is invalid" (586ed85)
     Just because the metadata is invalid doesn't mean the DataEngine
     actually failed to load, we're still returning a valid object, and as
     seen with the MPris DataEngine bug. It's important that we still release
     it properly.
     Add upstream patch as:
      Ref-deref-DataEngines-even-if-the-metadata-is-invalid.patch
     This is related to KDE#374531
Checksums-Sha1:
 98168e2d59033a08e7c4ad488c930442fdfdefdf 3781 plasma-framework_5.28.0-2.dsc
 b7bd90a81f413640879cd7b336b92f695fa5b61c 21816 plasma-framework_5.28.0-2.debian.tar.xz
 4fa7407a7998a84c3ae213784442a27ec4a46fe1 15405 plasma-framework_5.28.0-2_source.buildinfo
Checksums-Sha256:
 cb2768b9041ff7e3969857df65ab46ca0a30ec1315e8ff7a9c020e62bf90cadd 3781 plasma-framework_5.28.0-2.dsc
 4e36b23dc09dfb22f2713fa0edcfb0b774dd5c316214d56404e3a21192d259e9 21816 plasma-framework_5.28.0-2.debian.tar.xz
 4099cdc8c4441edea36a56a13f462e8a074dec01037c95b35d734089161ab1a0 15405 plasma-framework_5.28.0-2_source.buildinfo
Files:
 322e1e5a615bbb91757ab25e79b490b9 3781 libs optional plasma-framework_5.28.0-2.dsc
 3df1a74bc44c12f768592d0c566f524c 21816 libs optional plasma-framework_5.28.0-2.debian.tar.xz
 a3184cd97c6eb587917d1ac5c14a22a2 15405 libs optional plasma-framework_5.28.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljo/qgACgkQxxl2mbKb
IyoWTA//eNX6hVfK67EgGM+dGtIyblatsmWH3bw+iqNBb8mjaNPocOCPVXIZkRMF
VNHOqi8+FuLPVEkQj6qyTEzzbmIIGyp6YANidcKobf+E1/0I8GlrNI/VGnuVs3hM
Fx1VilBDGbAJ1VbZ8iKbZSMCiidkqBnrEuy43Q7YJqBYx4u1JBTU7h+Ycvk88zdP
hBq/dEbXng/llGYVCgN3b7QAWK48IiwcKQ1r+qgIRcpeY3a77+OiqP/AmwBQhRIA
sn8gkJjbWxoYKXzp9Q3tlD9jYgcjH/MbmXUnsAEjWAuYTLKAURb94tCiyF7iI3pj
kyXnGc0vkxjF91AcddCp1pMtTe1qWfq3og/yJOPUAW4IjeEGBKq1j8VrHOFnxsMd
fvqR3HQXgRBTxMizd1WMPiuYMHWkWPIODpED5XslZpWi+jst0COObKqdGG9YE0CO
KhudXSfe4+ho/P9zM4VdWemAH5Rlq9INYSjJNnRyY4WRBWcxJinHCOLAlRTyiokf
ajesmY8VYpj/kBfEkxF7/1MgI+KPDRRnsVV+G3F3UL9VlsvW8GEI3Wgtva4u1Gi7
0r4hWATI5kSdkl33UxW7xULcQmua+ona2YtQ1nMc5YcYXMAOgw6DDNbU/X3MnLor
y4QA0/6s/6vP7M9UalP6vDR2o9jHjyfamVFavmJYdVHTDVtoel4=
=hGpc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: