Bug#858943: unblock: systemd/232-22
On 04/01/2017 01:45 AM, Cyril Brulebois wrote: >>> * udev: Create persistent net names for virtio CCW devices. >>> This only affects s390x as only this has CCW devices. This provides >>> stable network interface names for those and avoids changing the names >>> on updating Stretch to Buster. (Closes: #856559) >> >> https://anonscm.debian.org/git/pkg-systemd/systemd.git/commit/?h=stretch&id=bb9ad652f309a90a5424381503083ee9a530a888 >> >> (might be relevant for the installer) >> >> This only affects s390x, so regression potential is low and it's >> important to get into stretch, otherwise we'd have migration issues in >> buster (as names would change, which would be ugly) > > Adding debian-s...@lists.debian.org to the loop to make sure they're > aware of this. Can't really judge whether this could be annoying in d-i, > it seems to me that's just fixing a move which hadn't happened with the > net.ifnames transition, for specific hardware? FWIW, I have tested this on an installation and haven't seen any problems. Kind regards Philipp Kern signature.asc Description: OpenPGP digital signature
Bug#859919: RM: python-os-cloud-config/0.2.6-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859920: RM: python-os-collect-config/0.1.15-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859922: unblock: cinnamon-screensaver/3.2.13-3
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package cinnamon-screensaver The latest upload includes the following fixes that I'd like to see included in stretch: cinnamon-screensaver (3.2.13-3) unstable; urgency=medium * Import upstream's commit f579336 to allow users to select text in the password text entry. Mostly used for selecting all text and re-entering the password. * Import upstream's commits 29bd6e6 and f3c3d0f to ensure that the screensaver is started and the screen locked before the machine goes into suspend/hibernate. -- Margarita Manterola Sun, 02 Apr 2017 13:24:49 +0200 The first change is a small but quite annoying UX issue. A lot of users have the habit of pressing Ctrl-A to select everything and start again when they realize that the password was wrong. Without this patch, that's not possible. The second change is larger, but is also quite important as it's addressing a security issue, without it, it's possible that the screensaver hasn't locked the screen when the machine suspends, which means that on un-suspend, the screen is visible for a brief moment (usually 1 second) until the screensaver activates. I'm attaching the full debdiff, as well as the separate files for the patches for easier reviewing. unblock cinnamon-screensaver/3.2.13-3 -- Thanks, Marga diff -Nru cinnamon-screensaver-3.2.13/debian/changelog cinnamon-screensaver-3.2.13/debian/changelog --- cinnamon-screensaver-3.2.13/debian/changelog 2017-03-12 12:24:52.0 +0100 +++ cinnamon-screensaver-3.2.13/debian/changelog 2017-04-02 13:24:49.0 +0200 @@ -1,3 +1,14 @@ +cinnamon-screensaver (3.2.13-3) unstable; urgency=medium + + * Import upstream's commit f579336 to allow users to select text in the +password text entry. Mostly used for selecting all text and re-entering the +password. + * Import upstream's commits 29bd6e6 and f3c3d0f to ensure that the screensaver +is started and the screen locked before the machine goes into +suspend/hibernate. + + -- Margarita Manterola Sun, 02 Apr 2017 13:24:49 +0200 + cinnamon-screensaver (3.2.13-2) unstable; urgency=medium * Add debian/cinnamon-screensaver-dialog, a helper script to ease the diff -Nru cinnamon-screensaver-3.2.13/debian/patches/series cinnamon-screensaver-3.2.13/debian/patches/series --- cinnamon-screensaver-3.2.13/debian/patches/series 2017-03-12 12:24:52.0 +0100 +++ cinnamon-screensaver-3.2.13/debian/patches/series 2017-04-02 13:24:49.0 +0200 @@ -1,2 +1,4 @@ change-iso-flag-path.patch move_pamhelper_to_libexec.patch +upstream_fix-textselection.patch +upstream_fix-suspend-lock.patch diff -Nru cinnamon-screensaver-3.2.13/debian/patches/upstream_fix-suspend-lock.patch cinnamon-screensaver-3.2.13/debian/patches/upstream_fix-suspend-lock.patch --- cinnamon-screensaver-3.2.13/debian/patches/upstream_fix-suspend-lock.patch 1970-01-01 01:00:00.0 +0100 +++ cinnamon-screensaver-3.2.13/debian/patches/upstream_fix-suspend-lock.patch 2017-04-02 13:24:49.0 +0200 @@ -0,0 +1,131 @@ +Description: fix screensaver behavior during suspend/hibernate. + Allow the screensaver to be activated synchronously from cinnamon-session in + response to suspend/hibernate actions, and ensure it's fully active already + when resuming. +Origin: upstream, 29bd6e61f2fc7164aca5a73de79135945b692d5b, +upstream, f3c3d0f9bb7e0fa6210b098ad127999c7d2f12e1 +Author: Michael Webster +Date: Mon, 23 Jan 2017 17:46:20 -0500 + +--- + +Index: cinnamon-screensaver/src/service.py +=== +--- cinnamon-screensaver.orig/src/service.py 2017-04-02 12:00:34.079811859 +0200 cinnamon-screensaver/src/service.py 2017-04-02 12:00:34.075811755 +0200 +@@ -69,13 +69,32 @@ + self.manager = ScreensaverManager() + self.manager.connect("active-changed", self.on_active_changed) + ++""" ++The stage constructs itself and fades in asynchronously, and most importantly, ++as an idle callback. This can cause the screensaver to not be fully active when ++a call to suspend is made. Cinnamon-session calls to lock the screensaver ++synchronously, and if we don't completely finish construction before returning ++the dbus call completion, there's a chance the idle callback won't run until ++after the computer is resumed. ++ ++We get an active-changed signal whenever the screensaver becomes completely active ++or inactive, so we'll queue up running iface.complete_lock() until we receive that signal. ++ ++This allows the screensaver to be fully activated prior to cinnamon-session allowing ++the suspend/hibernate/whatever process to continue. ++ ++For reference, this is called in cinnamon-session's csm-manager.c "manager_perhaps_lock" ++method. ++""" ++self.lock_queu
Bug#859921: RM: python-os-net-config/0.1.0-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859924: RM: python-os-refresh-config/0.1.2-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859925: RM: tripleo-heat-templates/5.2.0-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859928: RM: tripleo-image-elements/0.7.1-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo)
Bug#859931: unblock: kpty/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Dear release team, I've backported two upstream fixes in kpty for stretch related to the internal utempter plugin: Add stretch's path for utempter (97876c1) Add jessies's path for utempter (053ee8a) I've uploaded 5.28.0-2 to unstable with these patches, and it built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package kpty unblock kpty/5.28.0-2 -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) diff -Nru kpty-5.28.0/debian/changelog kpty-5.28.0/debian/changelog --- kpty-5.28.0/debian/changelog2016-11-18 16:04:21.0 +0100 +++ kpty-5.28.0/debian/changelog2017-04-06 14:03:55.0 +0200 @@ -1,3 +1,11 @@ +kpty (5.28.0-2) unstable; urgency=medium + + * Add new upstream patches to find utempter: +Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch and +REVIEW-129560.patch + + -- Maximiliano Curia Thu, 06 Apr 2017 14:03:55 +0200 + kpty (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru kpty-5.28.0/debian/patches/Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch kpty-5.28.0/debian/patches/Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch --- kpty-5.28.0/debian/patches/Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch 1970-01-01 01:00:00.0 +0100 +++ kpty-5.28.0/debian/patches/Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch 2017-04-06 14:03:55.0 +0200 @@ -0,0 +1,21 @@ +From: Albert Astals Cid +Date: Wed, 9 Nov 2016 23:36:36 +0100 +Subject: Add library path so utempter binary is found in Ubuntu 16.10 + +REVIEW: 129361 +--- + cmake/FindUTEMPTER.cmake | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake +index d3236c8..c5a1e41 100644 +--- a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake +@@ -40,6 +40,7 @@ find_file (UTEMPTER_EXECUTABLE utempter PATHS + ${CMAKE_PREFIX_PATH}/libexec/utempter + ${CMAKE_PREFIX_PATH}/lib/utempter + /usr/libexec/utempter ++/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/utempter + ) + + # On FreeBSD for example we have to use ulog-helper diff -Nru kpty-5.28.0/debian/patches/REVIEW-129560.patch kpty-5.28.0/debian/patches/REVIEW-129560.patch --- kpty-5.28.0/debian/patches/REVIEW-129560.patch 1970-01-01 01:00:00.0 +0100 +++ kpty-5.28.0/debian/patches/REVIEW-129560.patch 2017-04-06 14:03:55.0 +0200 @@ -0,0 +1,27 @@ +From: Jonathan Riddell +Date: Mon, 28 Nov 2016 14:50:17 + +Subject: REVIEW:129560 More utempter path searching, + this one to keep Debian stable happy + +--- + cmake/FindUTEMPTER.cmake | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake +index c5a1e41..c6352f5 100644 +--- a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake +@@ -37,10 +37,11 @@ + find_file (UTEMPTER_EXECUTABLE utempter PATHS + ${KDE_INSTALL_FULL_LIBEXECDIR}/utempter + ${KDE_INSTALL_FULL_LIBDIR}/utempter +-${CMAKE_PREFIX_PATH}/libexec/utempter +-${CMAKE_PREFIX_PATH}/lib/utempter ++${CMAKE_INSTALL_PREFIX}/libexec/utempter ++${CMAKE_INSTALL_PREFIX}/lib/utempter + /usr/libexec/utempter + /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/utempter ++/usr/lib/utempter + ) + + # On FreeBSD for example we have to use ulog-helper diff -Nru kpty-5.28.0/debian/patches/series kpty-5.28.0/debian/patches/series --- kpty-5.28.0/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ kpty-5.28.0/debian/patches/series 2017-04-06 14:03:55.0 +0200 @@ -0,0 +1,2 @@ +Add-library-path-so-utempter-binary-is-found-in-Ubuntu-16.patch +REVIEW-129560.patch
Bug#859936: unblock: ktexteditor/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported two upstream fixes in ktexteditor for stretch that I consider worthwhile: + Fix: Forward dragging text results in wrong selection (a4ad36c) KDE#374163 + fix minimap rendering for HiDPI envs (030c37b) I've uploaded 5.28.0-2 with these changes and it has built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package ktexteditor unblock ktexteditor/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqJoYQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKjGOD/9ZV9w3eQ4O2Sj6WQt2fa1AcpTgszPdfpoG rEKQ9MFN+NzN33IW1z0/qcx20ehWMdeSsW79TCkHHIxTWftd6vWmVt1vlQJ8tSpQ T8kixf7n/OQSmCPD2omCfrNW7ONWoG7hd4qjMJm3D16W8WYyNIynpIr8hmtQWJN6 HgVH6UFPRgWAnh4slcMbCPobtDbFLwI5k8zxQJZf7vnv/iK+v0kWFUUOPjgU7u7D T5GGmD1jreQ+3ZMBgd+UEeEf7Cmw4ar4f3C58DwU8z/1Lc4kngYpy9g32xmRTsHk ix4vKbCjKlsD1ZFmXGra1RJ67lkekRWS42PeWNIp8Y1r+IYyq6bujZdhM5pKRvaZ zTj3vIA4K2JHS6crMbTjNF+sdrmw2IIVSPE/SUxujes1l4DnJ9cQy3E9Myl0cw7I NNetgKAL3GLV1H/FoBoz1/5evheK3TfqxQdBL6Rf1fpg99MP++X0KbPupDhYp7QP 56mjAyg8jk0Vcc/691pxhThqNkBuXsAlY5EqjKhRuhsKWO/csEkwdy9PBsn8DiKo B/owcwejDXrdCk14JjPaM6iBxvUYCvVReoev38MMKx9XFPrTIhFOxF7qWhbvyvE3 PEF68svk02Dj5e4m2Tpk45Fiv9BMg0Ok63cky9ZLUpQaauYljHxBHiTEchvN6tAS sBzOAwAQ+g== =sMwv -END PGP SIGNATURE- diff -Nru ktexteditor-5.28.0/debian/changelog ktexteditor-5.28.0/debian/changelog --- ktexteditor-5.28.0/debian/changelog 2016-11-18 16:07:00.0 +0100 +++ ktexteditor-5.28.0/debian/changelog 2017-04-07 11:57:02.0 +0200 @@ -1,3 +1,14 @@ +ktexteditor (5.28.0-2) unstable; urgency=medium + + * Apply "Fix: Forward dragging text results in wrong selection" (a4ad36c) +Add the upstream patch as: + Fix-Forward-dragging-text-results-in-wrong-selection.patch +This fixes KDE#374163 + * Apply "fix minimap rendering for HiDPI envs" (030c37b) +Add upstream patch as: fix-minimap-rendering-for-HiDPI-envs.patch + + -- Maximiliano Curia Fri, 07 Apr 2017 11:57:02 +0200 + ktexteditor (5.28.0-1) unstable; urgency=medium [ Maximiliano Curia ] diff -Nru ktexteditor-5.28.0/debian/patches/Fix-Forward-dragging-text-results-in-wrong-selection.patch ktexteditor-5.28.0/debian/patches/Fix-Forward-dragging-text-results-in-wrong-selection.patch --- ktexteditor-5.28.0/debian/patches/Fix-Forward-dragging-text-results-in-wrong-selection.patch 1970-01-01 01:00:00.0 +0100 +++ ktexteditor-5.28.0/debian/patches/Fix-Forward-dragging-text-results-in-wrong-selection.patch 2017-04-07 11:57:02.0 +0200 @@ -0,0 +1,138 @@ +From: Dominik Haumann +Date: Sat, 7 Jan 2017 12:15:39 +0100 +Subject: Fix: Forward dragging text results in wrong selection + +Thanks to Serge Roussak for the patch! + +REVIEW: 129758 +BUG: 374163 +--- + autotests/src/kateview_test.cpp | 67 + + autotests/src/kateview_test.h | 2 ++ + src/view/kateviewinternal.cpp | 12 +--- + 3 files changed, 77 insertions(+), 4 deletions(-) + +diff --git a/autotests/src/kateview_test.cpp b/autotests/src/kateview_test.cpp +index 950184f4..7372d235 100644 +--- a/autotests/src/kateview_test.cpp b/autotests/src/kateview_test.cpp +@@ -317,4 +317,71 @@ void KateViewTest::testFoldFirstLine() + QVERIFY(view->textFolding().isLineVisible(1)); + } + ++// test for bug https://bugs.kde.org/374163 ++void KateViewTest::testDragAndDrop() ++{ ++KTextEditor::DocumentPrivate doc(false, false); ++doc.setText("line0\n" ++"line1\n" ++"line2\n" ++"\n" ++"line4"); ++ ++KTextEditor::View* view = static_cast(doc.createView(Q_NULLPTR)); ++view->show(); ++view->resize(400, 300); ++ ++QWidget *internalView = nullptr; ++foreach (QObject* child, view->children()) { ++if (child->metaObject()->className() == QByteArrayLiteral("KateViewInternal")) { ++internalView = qobject_cast(child); ++break; ++} ++} ++QVERIFY(internalView); ++ ++// select "line1\n" ++view->setSelection(Range(1, 0, 2, 0)); ++QCOMPARE(view->selectionRange(), Range(1, 0, 2, 0)); ++ ++QTest::qWaitForWindowExposed(view); ++const QPoint startDragPos = internalView->mapFrom(view, view->cursorToCoordinate(KTextEditor::Cursor(1, 2))); ++const QPoint endDragP
Bug#859939: unblock: kwidgetsaddons/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported for upstream fixes in kwidgetsaddons for stretch that I consider worthwhile, the corresponding debian/changelog entries are: * Apply "KMessageWidget: use darker red color when type is Error" (497c463) Otherwise the close button is barely visible. Add the upstrem patch as: KMessageWidget-use-darker-red-color-when-type-is-Error.patch This fixes the KDE#357210 * Apply "Fix KDateComboBox checks for valid entered dates" (1550b2c) This fixes wrong or missing checks to determine whether an entered date is valid. Add upstream patch as: Fix-KDateComboBox-checks-for-valid-entered-dates.patch * Apply "KFontRequester: Find the nearest match for a missing font" (243626c) If the font is missing, then try to find the nearest font family instead of just selecting the first family in the list. This fixes KDE#286260 Add the upstream patch as: KFontRequester-Find-the-nearest-match-for-a-missing-font.patch * Backport "Fix wrong size hint when animatedShow is called with hidden parent" (0cfb788) Add upstream patch as: Fix-wrong-size-hint-when-animatedShow-is-called-with-hidd.patch This fixes KDE#377676 I've uploaded 5.28.0-2 with these changes and it has built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package kwidgetsaddons unblock kwidgetsaddons/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqKyMQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKo/FD/4ytSOSR4qDA47B8mlXujxxSQq2T1COpy0J Ctjey2yNiCUlZgdMXs5SDUNNRn4UxQu1YNx96GkCE7f6q09MnlL/Xgdew1RfJT+L 5h8f8/Hn/tRMcGihVEyaIoSa+PGYMxRT8FZS2aA1mTpjq90O9w5Y7OdOSjYH9WCH 135sBHPgKHqrhULM0sOgz8nxlvRC7AypplW1wfi64/4AZRfvkjIneuqWIQrwF2MF 3KR6iZs+KolD8RTJ/2DuxrFEkSPS17o00jW9C71nVzAZcTUBNzgygDqdVS7ES3Wd ddg7lNjm2X9xzb6XnU4vqr3nyBz1s2FzfWCRLbPYy+EOs+qKJieSsSU20CltpIYQ vvNLm86JUaTRrvIcaFZKFJrLaUIJec8q5DTGsax4/gSf5bmdZWsd+uSO+0cPf1/1 WJj1ILFK3ePp0TKHF0ZRvBaEeFB+3fsSnNQT7aDNjt92/bRe2QV21NMtomWmOaPv /er2LrlwHV5fm4sRqZ2CE6aHaiEhktIh1dXAJ/ljoRUNCy5e5cFXlcTmeHTSNoOd 7zJAGCd5HRjAJhx1MSQQhXET2f6Iu23v3YuETEhO7yAc6MpfPzzZ0FK9TiKLVZXp +9imkGqCfa9/1og9R6XnHy0xZ9CGn7flI7hLDJj5Z8DJyQzCg8NeSiRp/ec9X/hu vqcj3JEklg== =Bq6j -END PGP SIGNATURE- diff -Nru kwidgetsaddons-5.28.0/debian/changelog kwidgetsaddons-5.28.0/debian/changelog --- kwidgetsaddons-5.28.0/debian/changelog 2016-11-18 16:02:42.0 +0100 +++ kwidgetsaddons-5.28.0/debian/changelog 2017-04-07 17:36:47.0 +0200 @@ -1,3 +1,28 @@ +kwidgetsaddons (5.28.0-2) unstable; urgency=medium + + * Apply "KMessageWidget: use darker red color when type is Error" (497c463) +Otherwise the close button is barely visible. +Add the upstrem patch as: + KMessageWidget-use-darker-red-color-when-type-is-Error.patch +This fixes the KDE#357210 + * Apply "Fix KDateComboBox checks for valid entered dates" (1550b2c) +This fixes wrong or missing checks to determine whether an entered date +is valid. +Add upstream patch as: + Fix-KDateComboBox-checks-for-valid-entered-dates.patch + * Apply "KFontRequester: Find the nearest match for a missing font" (243626c) +If the font is missing, then try to find the nearest font family instead +of just selecting the first family in the list. +This fixes KDE#286260 +Add the upstream patch as: + KFontRequester-Find-the-nearest-match-for-a-missing-font.patch + * Backport "Fix wrong size hint when animatedShow is called with hidden parent" (0cfb788) +Add upstream patch as: + Fix-wrong-size-hint-when-animatedShow-is-called-with-hidd.patch +This fixes KDE#377676 + + -- Maximiliano Curia Fri, 07 Apr 2017 17:36:47 +0200 + kwidgetsaddons (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru kwidgetsaddons-5.28.0/debian/patches/Fix-KDateComboBox-checks-for-valid-entered-dates.patch kwidgetsaddons-5.28.0/debian/patches/Fix-KDateComboBox-checks-for-valid-entered-dates.patch --- kwidgetsaddons-5.28.0/debian/patches/Fix-KDateComboBox-checks-for-valid-entered-dates.patch 1970-01-01 01:00:00.0 +0100 +++ kwidgetsaddons-5.28.0/debian/patches/Fix-KDateComboBox-checks-for-valid-entered-dates.patch 2017-04-07 17:36:47.0 +0200 @@ -0,0 +1,251 @@ +From: David Jarvie +Date: Sat, 31 Dec 20
Bug#859940: unblock: kwindowsystem/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported an upstream fix in kwindowsystem for stretch that I consider worthwhile, the corresponding debian/changelog entries is: * Apply "Allow Tab as being modified by Shift" (4fe25b7) Add upstream patch as: Allow-Tab-as-being-modified-by-Shift.patch This fixes KDE#368581, and is related to #794501 Also, we had a pending update of the symbols files. With these changes I uploaded 5.28.0-2 to unstable, and it built successfully in all release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package kwindowsystem unblock kwindowsystem/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqL7IQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKrZrD/98xWZdUZP1ye0VnF27BfDhEp6sNcX+wkuu X+QJ4lCcTpliZ66Lc3OfJQEbhG/qFA/TnwM3lyGOf5rOFFYEnCFIJrOWBU4Rwp9Z isuKxmpo4JNfip3WR9nIhs5lV/M61x/jWo4PnWk24QNadmxnlk2oVofuPmKmnbtM I9YtuE/lR6VnGi7ZLrLmiZiBB9WYGSwLLTzhBa5Ma16yRQMZeW3sOYeIwtjXgEx+ oggHcVPj4S5AwV41MTeftciSvg5y3Xwgc6M+rq8BaZzO0ab5v+G50lRMIQiZ0Gru 4CRUNBR3NbAf1wPZII9sOnLHfLb93tYhsdOx/7UiJFiaCk9/I98NmK8gLmnCE6AC EierUt7qaBF8B1akz6DyOM7ubV/oK2Wbuyy/IvrTX2SGhLtWC3ArRHd19hrMpAh3 6By+3CWgw/UFf/JdvU2k5r7YYn4L83Qgln6kyt7I70hN58gwei7WFFEaoQvVfaRh iBxfdSQs8fKDhk6E1rhKBbGFKLoxSJ5Dwa0wUkdHHnD+hDlxN93c/rENfFehXQZP HwUIiQdHl78PLuQg0rXgNH7+EOToWEf3AHLccu9jcr7p+desXSJr/50wvtXJkTND nTijZFF2/xnOx86lG4RhkxC7xNM+hQLxSgt+ekFK1PbZlrStsguFBmJfbCTMn4U2 2O6glTlJwQ== =wOtJ -END PGP SIGNATURE-
Bug#859942: unblock: networkmanager-qt/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported four upstream fixes in networkmanager-qt for stretch that I consider worthwhile, the corresponding debian/changelog entries are: * Pick "Don't force logging with setFilterRules" (87273f5) Add upstream patch as: Don-t-force-logging-with-setFilterRules.patch * Pick "Initialise a member variable" (626e704) Add upstream patch as: Initialise-a-member-variable.patch * Pick "CMake: Use SYSTEM for nm-glib/nm-util includes" (ad5587c) Add upstream patch as: CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch * Pick "Manager: Fix emitting deviceAdded twice when NM restarts" (a183e1f) Add upstream patch as: Manager-Fix-emitting-deviceAdded-twice-when-NM-restarts.patch I've uploaded 5.28.0-2 with these changes, and it built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package networkmanager-qt unblock networkmanager-qt/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqNdAQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKuS8D/4uaSQdpsJgo3Qeh8Q4hH3441oiKxBPcuhQ lMUegZZzJxTNY5idGYwRK6koto0r9DV/W3HEFebzXJS6H0Cs+EjBFT9FW6NRn9AY 3Nd0mt6kgTtnXd2MPTZitKunPoUAMrQokI7Wvy6OgQ6tokemPWXJD2GK2+BNXpP4 Gr1fR1XLq6GEs1Oc6SD3T8zSHVsKhWRmVZoeouMUFiyTVO98+nZAcJIND1B8jdEN j9srU3dwKIQBM6clFcj73Z9q146GLHWY+XZjQXQAu20EFirN1X7uvWNxWQW+uVOz WvNTldx8G4BPsvx3tytY8lDDM3uj0XcLXPegEHu+6tod9X+4z96H600OfguW+H0K vuB/QuCwwHznq1Zbs9lgquDhLpPRiPXvrtTjWkhGb3i80wyWp7mPtxjUJrmQluCH H+OxFXyn/K5rxwSzHpi52tFZKTeJ/EPXd8jzyW87uU0lasf190AHB8Scds4TLtk9 hkkuUWoPEllaUKDaLC1R0Js2DSjXA0MWxrDWHcv1hJaEDUuFiAO4SDbvQlt1AWEi /uxGSrYiI9W59noYfaikYJy2f4+pIcUKOsgh0OSSTA6ZaKKoSv5M1/m5sWV5oURC 3PIR9kFdWA5kSZCMIYCnv43DhQiDGSxI4dMINs5sREdxWPnUkQK0O4iLMNtoJTIb 4JHSf0afjA== =o5Nd -END PGP SIGNATURE- diff -Nru networkmanager-qt-5.28.0/debian/changelog networkmanager-qt-5.28.0/debian/changelog --- networkmanager-qt-5.28.0/debian/changelog 2016-11-18 16:03:00.0 +0100 +++ networkmanager-qt-5.28.0/debian/changelog 2017-04-08 10:46:12.0 +0200 @@ -1,3 +1,18 @@ +networkmanager-qt (5.28.0-2) unstable; urgency=medium + + * Pick "Don't force logging with setFilterRules" (87273f5) +Add upstream patch as: Don-t-force-logging-with-setFilterRules.patch + * Pick "Initialise a member variable" (626e704) +Add upstream patch as: Initialise-a-member-variable.patch + * Pick "CMake: Use SYSTEM for nm-glib/nm-util includes" (ad5587c) +Add upstream patch as: + CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch + * Pick "Manager: Fix emitting deviceAdded twice when NM restarts" (a183e1f) +Add upstream patch as: + Manager-Fix-emitting-deviceAdded-twice-when-NM-restarts.patch + + -- Maximiliano Curia Sat, 08 Apr 2017 10:46:12 +0200 + networkmanager-qt (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru networkmanager-qt-5.28.0/debian/patches/CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch networkmanager-qt-5.28.0/debian/patches/CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch --- networkmanager-qt-5.28.0/debian/patches/CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch 1970-01-01 01:00:00.0 +0100 +++ networkmanager-qt-5.28.0/debian/patches/CMake-Use-SYSTEM-for-nm-glib-nm-util-includes.patch 2017-04-08 10:46:12.0 +0200 @@ -0,0 +1,34 @@ +From: Kevin Funk +Date: Mon, 16 Jan 2017 09:40:05 +0100 +Subject: CMake: Use SYSTEM for nm-glib/nm-util includes + +--- + src/CMakeLists.txt | 8 +--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index a8951ef..eb056a5 100644 +--- a/src/CMakeLists.txt b/src/CMakeLists.txt +@@ -7,8 +7,10 @@ include_directories( + else() + include_directories( +${NETWORKMANAGER_INCLUDE_DIRS} +- ${NM-UTIL_INCLUDE_DIRS} +- ${NM-GLIB_INCLUDE_DIRS} ++ ++ SYSTEM ++ ${NM-UTIL_INCLUDE_DIRS} ++ ${NM-GLIB_INCLUDE_DIRS} + ) + endif() + +@@ -143,7 +145,7 @@ set_target_properties(KF5NetworkManagerQt PROPERTIES VERSION ${NETWORKMANAGERQT_ + if (${NETWORKMANAGER_VERSION} VERSION_EQUAL 1.0.0 OR ${NETWORKMANAGER_VERSION} VERSION_GREATER 1.0.0) + target_include_directories(KF5NetworkManagerQt PUBLIC ${NM-CORE_INCLUDE_DIRS}) + else() +-target_include_directories(KF5NetworkManagerQt PUBLIC ${NETWORKMANAGER_INCLUDE_DIR
Bug#859940: unblock: kwindowsystem/5.28.0-2
¡Hola Debian! El 2017-04-09 a las 14:57 +0200, Maximiliano Curia escribió: I'm attaching the corresponding debdiff. Attaching Happy hacking, -- "It takes three times the effort to find and fix bugs in system test than when done by the developer. It takes ten times the effort to find and fix bugs in the field than when done in system test. Therefore, insist on unit tests by the developer" -- Larry Bernstein Saludos /\/\ /\ >< `/ diff -Nru kwindowsystem-5.28.0/debian/changelog kwindowsystem-5.28.0/debian/changelog --- kwindowsystem-5.28.0/debian/changelog 2016-11-18 16:02:48.0 +0100 +++ kwindowsystem-5.28.0/debian/changelog 2017-04-07 18:51:59.0 +0200 @@ -1,3 +1,12 @@ +kwindowsystem (5.28.0-2) unstable; urgency=medium + + * Apply "Allow Tab as being modified by Shift" (4fe25b7) +Add upstream patch as: Allow-Tab-as-being-modified-by-Shift.patch +This fixes KDE#368581, and is related to #794501 + * Update symbols files. + + -- Maximiliano Curia Fri, 07 Apr 2017 18:51:59 +0200 + kwindowsystem (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols --- kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols 2016-11-18 16:02:48.0 +0100 +++ kwindowsystem-5.28.0/debian/libkf5windowsystem5.symbols 2017-04-07 18:51:59.0 +0200 @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.27.0 alpha amd64 arm64 armel armhf hppa hurd-i386 i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32 +# SymbolsHelper-Confirmed: 5.28.0 amd64 KF5WindowSystemWaylandPlugin.so libkf5windowsystem5 #MINVER# qt_plugin_instance@Base 5.13.0 qt_plugin_query_metadata@Base 5.13.0 @@ -61,6 +61,7 @@ _ZN10NETWinInfo15setIconInternalER9NETRArrayI7NETIconERijS1_b@Base 4.96.0 _ZN10NETWinInfo16setExtendedStrutERK16NETExtendedStrut@Base 4.96.0 _ZN10NETWinInfo17setAllowedActionsE6QFlagsIN3NET6ActionEE@Base 4.96.0 + _ZN10NETWinInfo18setDesktopFileNameEPKc@Base 5.28.0 _ZN10NETWinInfo18setVisibleIconNameEPKc@Base 4.96.0 _ZN10NETWinInfo21setFullscreenMonitorsE21NETFullscreenMonitors@Base 4.96.0 _ZN10NETWinInfo22setBlockingCompositingEb@Base 4.96.0 @@ -436,6 +437,7 @@ _ZNK10NETWinInfo13hasWindowTypeEv@Base 4.96.0 _ZNK10NETWinInfo13xcbConnectionEv@Base 5.10.0 _ZNK10NETWinInfo14allowedActionsEv@Base 4.96.0 + _ZNK10NETWinInfo15desktopFileNameEv@Base 5.28.0 _ZNK10NETWinInfo15icccmIconPixmapEv@Base 5.6.0+git20150122.0006+15.04 _ZNK10NETWinInfo15visibleIconNameEv@Base 4.96.0 _ZNK10NETWinInfo15windowClassNameEv@Base 4.96.0 diff -Nru kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch --- kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch 1970-01-01 01:00:00.0 +0100 +++ kwindowsystem-5.28.0/debian/patches/Allow-Tab-as-being-modified-by-Shift.patch 2017-04-07 18:51:59.0 +0200 @@ -0,0 +1,29 @@ +From: Roman Gilg +Date: Sun, 15 Jan 2017 15:23:27 +0100 +Subject: Allow Tab as being modified by Shift + +Backtab was already in the list of allowed keys, but not Tab, +which happens to get queried though. In the case of bug 368581 when +walking in reverse direction of windows by pressing Alt+Shift+Tab. + +BUG: 368581 + +Reviewers: graesslin + +Differential Revision: https://phabricator.kde.org/D4141 +--- + src/kkeyserver.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/kkeyserver.cpp b/src/kkeyserver.cpp +index c005456..811fb4e 100644 +--- a/src/kkeyserver.cpp b/src/kkeyserver.cpp +@@ -125,6 +125,7 @@ bool isShiftAsModifierAllowed(int keyQt) + case Qt::Key_Return: + case Qt::Key_Space: + case Qt::Key_Backspace: ++case Qt::Key_Tab: + case Qt::Key_Backtab: + case Qt::Key_Escape: + case Qt::Key_Print: diff -Nru kwindowsystem-5.28.0/debian/patches/series kwindowsystem-5.28.0/debian/patches/series --- kwindowsystem-5.28.0/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ kwindowsystem-5.28.0/debian/patches/series 2017-04-07 18:51:59.0 +0200 @@ -0,0 +1 @@ +Allow-Tab-as-being-modified-by-Shift.patch signature.asc Description: PGP signature
Bug#859947: unblock: open-isns/0.97-2
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal X-Debbugs-Cc: pkg-iscsi-maintain...@lists.alioth.debian.org Please unblock package open-isns. This package adds a new debconf translation for Portuguese. It has been built successfully on all release architectures. Source debdiff is attached. Thanks! unblock open-isns/0.97-2 -- System Information: Debian Release: 9.0 APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (1, 'experimental-debug') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) diff -Nru open-isns-0.97/debian/changelog open-isns-0.97/debian/changelog --- open-isns-0.97/debian/changelog 2017-01-25 10:37:36.0 +0100 +++ open-isns-0.97/debian/changelog 2017-04-09 12:58:39.0 +0200 @@ -1,3 +1,10 @@ +open-isns (0.97-2) unstable; urgency=medium + + [ Rui Branco ] + * Add Portuguese translations of debconf messages (Closes: #858746) + + -- Christian Seiler Sun, 09 Apr 2017 12:58:39 +0200 + open-isns (0.97-1) unstable; urgency=medium [ Christian Seiler ] diff -Nru open-isns-0.97/debian/copyright open-isns-0.97/debian/copyright --- open-isns-0.97/debian/copyright 2017-01-25 10:37:36.0 +0100 +++ open-isns-0.97/debian/copyright 2017-04-09 12:58:39.0 +0200 @@ -33,6 +33,10 @@ Copyright: 2016 Adriano Rafael Gomes License: LGPL-2.1+ +Files: debian/po/pt.po +Copyright: 2017 Rui Branco +License: LGPL-2.1+ + License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff -Nru open-isns-0.97/debian/po/pt.po open-isns-0.97/debian/po/pt.po --- open-isns-0.97/debian/po/pt.po 1970-01-01 01:00:00.0 +0100 +++ open-isns-0.97/debian/po/pt.po 2017-04-09 12:58:39.0 +0200 @@ -0,0 +1,212 @@ +# Portuguese translation for open-isns debconf messages. +# This file is distributed under the same license as the open-isns package. +# Rui Branco , 2017. +# +msgid "" +msgstr "" +"Project-Id-Version: open-isns 0.97-1\n" +"Report-Msgid-Bugs-To: open-i...@packages.debian.org\n" +"POT-Creation-Date: 2017-03-14 21:54+\n" +"PO-Revision-Date: 2017-03-14 22:45+\n" +"Last-Translator: Rui Branco \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:1001 +msgid "iSNS server name:" +msgstr "Nome do servidor iSNS:" + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:1001 +msgid "The iSNS discovery daemon will connect to an iSNS server at startup." +msgstr "" +"O 'daemon' de descoberta iSNS irá ligar-se ao servidor iSNS no arranque." + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:1001 +msgid "" +"If left blank, the discovery daemon will not be started after package " +"installation, and you will have an opportunity to modify the configuration " +"file, /etc/isns/isnsdd.conf." +msgstr "" +"Se deixado em branco o 'daemon' de descoberta não será iniciado depois da " +"instalação do pacote e terá oportunidade de modificar o ficheiro de " +"configuração /etc/isns/isnsdd.conf." + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:2001 +msgid "iSNS server public key file:" +msgstr "Ficheiro da chave pública do servidor iSNS:" + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:2001 +msgid "" +"When authentication is enabled, the iSNS discovery daemon needs to know the " +"public key of the iSNS server. Please provide a file name that contains the " +"public key. It will then be copied to /etc/isns/server_key.pub." +msgstr "" +"Quando a autenticação está activada, o 'daemon' de descoberta iSNS necessita " +"da chave pública do servidor iSNS. Por favor forneça um nome de ficheiro que " +"contenha a chave pública. A mesma será copiada para /etc/isns/server_key.pub." + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:2001 +msgid "" +"Alternatively, you may copy the server's public key to that location " +"yourself." +msgstr "" +"Alternativamente poderá copiar você mesmo a chave pública do servidor para o " +"mesmo local." + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:2001 +msgid "" +"If left blank and /etc/isns/server_key.pub does not exist, authentication " +"will remain disabled." +msgstr "" +"Se deixado em branco e se /etc/isns/server_key.pub não existir, a " +"autenticação será desactivada." + +#. Type: string +#. Description +#: ../open-isns-discoveryd.templates:3001 +msgid "iSNS discovery daemon priva
Bug#858943: unblock: systemd/232-22
Philipp Kern (2017-04-09): > On 04/01/2017 01:45 AM, Cyril Brulebois wrote: > > Adding debian-s...@lists.debian.org to the loop to make sure they're > > aware of this. Can't really judge whether this could be annoying in d-i, > > it seems to me that's just fixing a move which hadn't happened with the > > net.ifnames transition, for specific hardware? > > FWIW, I have tested this on an installation and haven't seen any problems. Perfect, thanks! KiBi. signature.asc Description: Digital signature
Bug#859950: unblock: plasma-framework/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Dear release team, I've backported some upstream fixes in kio for stretch that I consider worthwhile, these are all described in the correspoding debian/changelog, here I'm rearranging them and adding some additional information. User facing issues: * 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, so emit the toolTipMainTextChanged signal in that case. Patch name: 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. Patch name: consider-an-empty-panel-always-applets-loaded.patch Related to KDE#373836 * Pick "Fix #374127 misplacement of popups from dock wins" (6aedda9) Some dock windows (windows started in the panel) might trigger popups, this patch ensures that this is detected properly. Patch name: Fix-374127-misplacement-of-popups-from-dock-wins.patch This fixes KDE#374127 * Pick "it must also be possible for the status to be decreased again" (46c87d5) This fixes the autohide panel being broken when some applets are displayed. Without this fix, the panel will not automatically re-hide. Patch name: it-must-also-be-possible-for-the-status-to-be-decreased-a.patch * Pick "set default hints when repr doesn't export Layout.*" (b99a87a) When the panel is resized, some applets may change the layout to use the extra space, if the panel is then resized back these applets need to recalculate the layout from the default values. Patch name: set-default-hints-when-repr-doesn-t-export-Layout.patch This fixes KDE#377153 * Pick "correctly forward status from applets to containment" (47ec9b8) If an applet is hidden, without this patch the applet container would report being hidden as well. Patch name: correctly-forward-status-from-applets-to-containment.patch This fixes KDE#372062 Internationalization improvements: * Pick "Fix logic for arrow handling in RTL locales" (db15022) Patch name: Fix-logic-for-arrow-handling-in-RTL-locales.patch This fixes KDE#373749 Functionality fixes: * Pick "portait prop is not relevant when there is no text" (12a4709) This allows displaying an applet that contains no label. Patch name: portait-prop-is-not-relevant-when-there-is-no-text.patch This fixes KDE#374815 * Add "Ref/deref DataEngines even if the metadata is invalid" (586ed85) Always keep loaded dataengines in memory even when the metadata is invalid. This avoids invalid memory accesses and plasmashell crashing for invalid dataengines. Patch name: Ref-deref-DataEngines-even-if-the-metadata-is-invalid.patch This is related to KDE#374531 We also had a pending change requested by Helmut Grohne to make plasma-framework-dev arch: any: * Change plasma-framework-dev to arch: any. Thanks to Helmut Grohne for reporting (Closes: 854063) I've uploaded 5.28.0-2 to unstable with these changes and it built successfully in all the release architectures. I'm attaching the corresponding debdiff Happy hacking, Please unblock package plasma-framework unblock plasma-framework/5.28.0-2 -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) diff -Nru plasma-framework-5.28.0/debian/changelog plasma-framework-5.28.0/debian/changelog --- plasma-framework-5.28.0/debian/changelog2016-11-18 16:07:29.0 +0100 +++ plasma-framework-5.28.0/debian/changelog2017-04-08 17:14:51.0 +0200 @@ -1,3 +1,58 @@ +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 lo
Bug#859951: unblock: solid/5.28.0-3
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported two upstream fixes in solid for stretch that I consider worthwhile, the corresponding debian/changelog entries are: * Pick "Work round DBus property fetching bug" (6f1c6dc) Workaround for a qt5 dbus property issue. Add upstream patch as: Work-round-DBus-property-fetching-bug.patch This fixes KDE#345871 * Pick "[UDisks 2 Device] Add description for Floppy Disk" (d92588b) Floppy disks now show up as "Floppy Disk" instead of "0 B Removable Media" Add upstream patch as: UDisks-2-Device-Add-description-for-Floppy-Disk.patch I've uploaded 5.28.0-3 to unstable with these changes and it built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package solid unblock solid/5.28.0-3 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqSRQQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKiAJD/9oZtMTsElKGBXyvGwzi7w0wYO5NplntiOr r6q93egMUCWrAiCgvpKJg9ZtslTsMc0QwwVqx+Zd+Zf64tYwrsvN9Iuv+uYnCs+P 5++XN9dhneN0eUGh+hrnDmu3UGBLbliq9d2SK4cqptM4OfljlisV2pjEuRPeV6ua LLZU3gvmX16RkddOQT+kWpqJsCxmOrwP67lna6CXa3uWwBkW3TR2Z4g0ZdBCbRBO F+drYLJ7cUOWUrkx90iYv4ttaDK065MF97OKoXu72uakRi0ot4umXnaZWcF0Ed/B huVo+lMX8Q6on0hu8NVpWCNqYHcF7RT3kdRkhYWWw26QOIk6aaPArnHsz67o4d07 UQKHBEv0P2aEG6hPrYnOBgeunxqmAbzkkpKwNTX0H5MpHdDHy7dwbwltbgQOvHtO 2qkIx0DentkjY/O55H1VxzkGPdnpHB8HAJ8PjnKps7TsnvvFfqc182kiucq7PzUD G2zX56vsUccgVqGaU3AY1APJdaQlMsnzyWxmxIJnzLDftwpGlka3OuMKMyLlSfB3 eamoew6NM842tg2Ky8N+ci0Z6ov//dCdIHbB7x5r4CL1xMWFhUKVNdGQ4PjFa0yj JCjfbq86+n/75WlRnIsibXnDWtO5Fhz0ldvCfMBVgk1blwOzqazVKkKUcre8QW1a lRdfuj5HGA== =Gw5e -END PGP SIGNATURE-
Bug#859952: unblock: sonnet/5.28.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported an upstream fix in sonnet for stretch that I consider worthwhile, the corresponding debian/changelog entry is: * Pick "Fix segfault in trigrams generation and expose MAXGRAMS constant in the header" (c7f0b14) Add upstream patch as: Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch Also, I've updated the sonnet-plugins package description to fix #801728. I've uploaded 5.28.0-2 with these changes, and it has already built in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package sonnet unblock sonnet/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqSqcQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKmt6D/9zSKVHAsWmcf98TeXDrAsu66v54MSw2mlU fpdY9sTOHlnjBJ7WCwZFzvUiHlt0m5XEMPos9Pn/TxEGEf6L1rrb2e3MaJyrdRJF DIndiAKiX/2AJhPRmeWwGGMjoLBpzLIVEUvvQq+eBZT7WHQ5KDuPekdGTbxui2+t 5a9UjKam6OzlSZ5WN2vPDdUoyoVkK1Z0krAq5Yqn9G0JbrFeT9/8dGVA/x8hv5zR TMpBWYWkx4Edq0DUBC3+wv/IPa7Kr0fnNfctFyWlvt9f3rLDxJHPqHWrAIyrSGTT XdyHA7/9//r9Z3JLCdl86XS8zauRnAuzpKxZR2yaUk3OoKSwGmaqMCKK0G+g3glG Pb+XmRrzd6gjglrBW13Y8H/bLXZnba/nHFXC0Xs1Gj52xFp3YQbEsSQ5uoSvFbfW lc+BLVDWjNkw9PANkEswZIBQS4eSx5E8VN4TbWsBjtwMsDfECNBWMPkKIPjpbtq7 QXTq97PU6wUnlJXrVKHyShV/jfrkNOpAQmOZZWVnoOR6OB66m1MU3CbmPbTdpaH4 kdalp/5z67bNtAsE/KlLhD6g8+E4juz9az530NUjgxfANCGYYE5FtRxXYk3G31WU Yas9Edf6Ns3qmZyeXWlRLshIxQ8Iquuuftg14NbM+gl2ugnWr0HTQflNfWxaG/8S D+msZu0QzQ== =Aiwz -END PGP SIGNATURE- diff -Nru sonnet-5.28.0/debian/changelog sonnet-5.28.0/debian/changelog --- sonnet-5.28.0/debian/changelog 2016-11-18 16:03:17.0 +0100 +++ sonnet-5.28.0/debian/changelog 2017-04-09 11:32:31.0 +0200 @@ -1,3 +1,13 @@ +sonnet (5.28.0-2) unstable; urgency=medium + + * Update the sonnet-plugins package description (Closes: 801728) + * Pick "Fix segfault in trigrams generation and expose MAXGRAMS constant in +the header" (c7f0b14) +Add upstream patch as: + Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch + + -- Maximiliano Curia Sun, 09 Apr 2017 11:32:31 +0200 + sonnet (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru sonnet-5.28.0/debian/control sonnet-5.28.0/debian/control --- sonnet-5.28.0/debian/control2016-11-18 16:03:17.0 +0100 +++ sonnet-5.28.0/debian/control2017-04-09 11:32:31.0 +0200 @@ -104,5 +104,6 @@ checking using various plugin based backends. It is part of KDE Frameworks 5. . - This package provides plugins used by Sonnet to interact with - the various spell checking backends. + This package provides plugins used by Sonnet to interact with the following + spell checking backends: aspell, hunspell or hspell. The dictionaries need to + be installed separatedly. diff -Nru sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch --- sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch 1970-01-01 01:00:00.0 +0100 +++ sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch 2017-04-09 11:32:31.0 +0200 @@ -0,0 +1,78 @@ +From: John Salatas +Date: Wed, 18 Jan 2017 13:51:56 -0800 +Subject: Fix segfault in trigrams generation and expose MAXGRAMS constant in + the header + +Differential Revision: https://phabricator.kde.org/D4181 +--- + data/CMakeLists.txt| 2 +- + data/gentrigrams.cpp | 6 +++--- + src/core/guesslanguage.cpp | 3 --- + src/core/guesslanguage.h | 3 +++ + 4 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt +index 716a09f..d65cff7 100644 +--- a/data/CMakeLists.txt b/data/CMakeLists.txt +@@ -10,7 +10,7 @@ ecm_mark_nongui_executable(parsetrigrams) + ecm_mark_nongui_executable(gentrigrams) + + TARGET_LINK_LIBRARIES(parsetrigrams PUBLIC Qt5::Core) +-TARGET_LINK_LIBRARIES(gentrigrams PUBLIC Qt5::Core) ++TARGET_LINK_LIBRARIES(gentrigrams PUBLIC Qt5::Core KF5::SonnetCore) + INSTALL(TARGETS parsetrigrams EXPORT KF5SonnetTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) + INSTALL(TARGETS gentrigrams EXPORT KF5SonnetTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) + +diff --git a/data/gentrigrams.cpp
Bug#859951: unblock: solid/5.28.0-3
¡Hola Debian! El 2017-04-09 a las 16:45 +0200, Maximiliano Curia escribió: I'm attaching the corresponding debdiff. Attaching now. Happy hacking, -- "Las computadoras son inútiles, solo pueden darte respuestas." -- Pablo Picasso Saludos /\/\ /\ >< `/ diff -Nru solid-5.28.0/debian/changelog solid-5.28.0/debian/changelog --- solid-5.28.0/debian/changelog 2016-11-30 15:57:09.0 +0100 +++ solid-5.28.0/debian/changelog 2017-04-08 19:58:03.0 +0200 @@ -1,3 +1,17 @@ +solid (5.28.0-3) unstable; urgency=medium + + * Pick "Work round DBus property fetching bug" (6f1c6dc) +Workaround for a qt5 dbus property issue. +Add upstream patch as: Work-round-DBus-property-fetching-bug.patch +This fixes KDE#345871 + * Pick "[UDisks 2 Device] Add description for Floppy Disk" (d92588b) +Floppy disks now show up as "Floppy Disk" instead of "0 B Removable +Media" +Add upstream patch as: + UDisks-2-Device-Add-description-for-Floppy-Disk.patch + + -- Maximiliano Curia Sat, 08 Apr 2017 19:58:03 +0200 + solid (5.28.0-2) unstable; urgency=medium * Add patch: fix-FTBFS-on-mipsel-and-m68k-src-solid-predicate_parser.c.patch. diff -Nru solid-5.28.0/debian/patches/series solid-5.28.0/debian/patches/series --- solid-5.28.0/debian/patches/series 2016-11-30 15:57:09.0 +0100 +++ solid-5.28.0/debian/patches/series 2017-04-08 19:58:03.0 +0200 @@ -1,2 +1,4 @@ use_shortest_filepath.diff fix-FTBFS-on-mipsel-and-m68k-src-solid-predicate_parser.c.patch +Work-round-DBus-property-fetching-bug.patch +UDisks-2-Device-Add-description-for-Floppy-Disk.patch diff -Nru solid-5.28.0/debian/patches/UDisks-2-Device-Add-description-for-Floppy-Disk.patch solid-5.28.0/debian/patches/UDisks-2-Device-Add-description-for-Floppy-Disk.patch --- solid-5.28.0/debian/patches/UDisks-2-Device-Add-description-for-Floppy-Disk.patch 1970-01-01 01:00:00.0 +0100 +++ solid-5.28.0/debian/patches/UDisks-2-Device-Add-description-for-Floppy-Disk.patch 2017-04-08 19:58:03.0 +0200 @@ -0,0 +1,26 @@ +From: Kai Uwe Broulik +Date: Sat, 11 Feb 2017 17:06:15 +0100 +Subject: [UDisks 2 Device] Add description for Floppy Disk + +Ensures a floppy disk shows up as "Floppy Disk" instead of "0 Byte Removable Media" + +CHANGELOG: Floppy disks now show up as "Floppy Disk" instead of "0 B Removable Media" + +Differential Revision: https://phabricator.kde.org/D4570 +--- + src/solid/devices/backends/udisks2/udisksdevice.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/solid/devices/backends/udisks2/udisksdevice.cpp b/src/solid/devices/backends/udisks2/udisksdevice.cpp +index 5208ece..b0a6b51 100644 +--- a/src/solid/devices/backends/udisks2/udisksdevice.cpp b/src/solid/devices/backends/udisks2/udisksdevice.cpp +@@ -573,6 +573,8 @@ QString Device::volumeDescription() const + description = tr("Hard Drive"); + } + } ++} else if (drive_type == Solid::StorageDrive::Floppy) { ++description = tr("Floppy Disk"); + } else { + if (drive_is_removable) { + description = tr("%1 Removable Media", "%1 is the size").arg(size_str); diff -Nru solid-5.28.0/debian/patches/Work-round-DBus-property-fetching-bug.patch solid-5.28.0/debian/patches/Work-round-DBus-property-fetching-bug.patch --- solid-5.28.0/debian/patches/Work-round-DBus-property-fetching-bug.patch 1970-01-01 01:00:00.0 +0100 +++ solid-5.28.0/debian/patches/Work-round-DBus-property-fetching-bug.patch 2017-04-08 19:58:03.0 +0200 @@ -0,0 +1,68 @@ +From: David Edmundson +Date: Fri, 27 Jan 2017 09:11:17 + +Subject: Work round DBus property fetching bug + +Summary: +property() works in a slightly different way to just calling Get(). +It allocates the variant of the relevant type in advance in QObject +code, and then calls +the DBus code to populate it. + +This fails for QByteArrayList, before it reaches DBus code. +I don't know why, but we need a wokraround in Solid anyway. + +>From a DBus traffic perspective this code is identical, we just avoid +going through Qt properties. + +This shouldn't introduce any new bugs, as we already use GetAll +directly, if anything this brings it more +in line. + +BUG: 345871 + +Test Plan: +Commented out the checkCache so that it always loads data. +Instead of failing, it now works. + +Subscribers: #frameworks + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D4305 +--- + .../backends/udisks2/udisksdevicebackend.cpp | 22 +- + 1 file changed, 13 insertions(+), 9 deletions(-) + +diff --git a/src/solid/devices/backends/udisks2/udisksdevicebackend.cpp b/src/solid/devices/backends/udisks2/udisksdevicebackend.cpp +index c49001f..eaaa307 100644 +--- a/src/solid/devices/backends/udisks2/udisksdevicebackend.cpp b/src/solid/devices/backends/udisks2/udisksdevicebackend.cpp +@@ -182,15 +182,19 @@ void DeviceBackend::checkCache(const QString &key) con
Bug#859954: unblock: debian-games/2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, Please unblock package debian-games Two games were removed from Debian during the freeze, cardstories and glotski, others are still in unstable but will not be part of the next release. I have updated the debian control file of the debian-games metapackage to reflect these changes. unblock debian-games/2 Thanks, Markus diff -Nru debian-games-1.7/debian/changelog debian-games-2/debian/changelog --- debian-games-1.7/debian/changelog 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/debian/changelog 2017-04-09 17:00:27.0 +0200 @@ -1,3 +1,12 @@ +debian-games (2) unstable; urgency=medium + + * Removed packages: (removed from Debian) +- card: cardstories. +- puzzle: glotski. + * Run make dist and update the debian control file. + + -- Markus Koschany Sun, 09 Apr 2017 17:00:27 +0200 + debian-games (1.7) unstable; urgency=medium * Removed packages: (removed from Debian) diff -Nru debian-games-1.7/debian/control debian-games-2/debian/control --- debian-games-1.7/debian/control 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/debian/control 2017-04-09 17:00:27.0 +0200 @@ -220,7 +220,6 @@ wordwarvi, xbill, xblast-tnt, - xevil, xgalaga, xgalaga++, xinv3d, @@ -235,7 +234,8 @@ gnome-games, kdegames, mmpong-gl, - netrek-client-cow + netrek-client-cow, + xevil Description: Debian's arcade games This metapackage will install arcade games. @@ -393,8 +393,7 @@ xpat2, xskat, xsol -Suggests: cardstories, - gnome-games, +Suggests: gnome-games, kdegames, yahtzeesharp Description: Debian's card games @@ -474,7 +473,6 @@ ninvaders, nsnake, nudoku, - ogamesim, omega-rpg, pacman4console, petris, @@ -485,6 +483,7 @@ tint, tintin++, zivot +Suggests: ogamesim Description: Debian's console games This metapackage will install text console games designed to be used via a text-only computer interface, such as a text terminal. @@ -518,13 +517,13 @@ childsplay, gamine, gcompris, - granule, pysiogame, pysycache, tuxmath, tuxtype, xball -Suggests: pairs +Suggests: granule, + pairs Description: Debian's educational games This metapackage will install educational games for young and older children. @@ -885,7 +884,6 @@ blobandconquer, blobwars, caveexpress, - edgar, ffrenzy, gnujump, holotz-castle, @@ -903,6 +901,7 @@ xjump, xmoto, xscavenger +Suggests: edgar Description: Debian's platform games This metapackage will install platform games. @@ -950,7 +949,6 @@ gbrainy, gcompris, gfpoken, - glotski, glpeces, gmult, gnome-mahjongg, @@ -1026,7 +1024,6 @@ python-pyglet, python-rabbyt, python-renpy, - python-sdl2, python-sfml, python-tofu Suggests: angrydd, @@ -1035,6 +1032,7 @@ ninja-ide, pathological, pida, + python-sdl2, seahorse-adventures, solarwolf, vim, @@ -1051,7 +1049,6 @@ Recommends: python3-kivy, python3-opengl, python3-pil, - python3-sdl2, python3-sfml Suggests: eclipse-pydev, eric, @@ -1061,6 +1058,7 @@ python3-pygame, python3-pyqt4.qtopengl, python3-pyqt5.qtopengl, + python3-sdl2, vim Description: development of games in Python 3 This metapackage will install a selection of suitable tools and packages to @@ -1204,7 +1202,6 @@ lincity-ng, micropolis, oolite, - openbve, opencity, openssn, openttd, @@ -1217,7 +1214,8 @@ Suggests: bsdgames, lightspeed, linthesia, - netrek-client-cow + netrek-client-cow, + openbve Description: Debian's simulation games This metapackage will install simulation games. @@ -1248,7 +1246,6 @@ 7kaa, asc, atanks, - attal, biloba, boswars, bygfoot, @@ -1269,7 +1266,6 @@ lordsawar, megaglest, netpanzer, - ogamesim, oolite, openclonk, openttd, @@ -1293,8 +1289,10 @@ xfrisk, xscorch, zec -Suggests: colobot, +Suggests: attal, + colobot, netrek-client-cow, + ogamesim, slingshot Description: Debian's strategy games This metapackage will install strategy games. diff -Nru debian-games-1.7/tasks/card debian-games-2/tasks/card --- debian-games-1.7/tasks/card 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/tasks/card 2017-04-09 17:00:27.0 +0200 @@ -40,8 +40,6 @@ Depends: xsol -Suggests: cardstories - Suggests: gnome-games Suggests: kdegames diff -Nru debian-games-1.7/tasks/puzzle debian-games-2/tasks/puzzle --- debian-games-1.7/tasks/puzzle 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/tasks/puzzle 2017-04-09 17:00:27.0 +0200 @@ -58,8 +58,6 @@ Depends: gfpoken -Depends: glotski - Depends: glpeces Depends: gmult
Bug#859956: unblock: cytadela/1.1.0-3
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Please unblock package cytadela. As other game packages such as tworld, the current packaging breaks binNMU due to /usr/share/doc symlink from the main cytadela "arch" package to the secondary cytadela-data "all" package. diff -Nru cytadela-1.1.0/debian/changelog cytadela-1.1.0/debian/changelog --- cytadela-1.1.0/debian/changelog 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/changelog 2017-04-09 18:01:11.0 +0200 @@ -1,3 +1,13 @@ +cytadela (1.1.0-3) unstable; urgency=medium + + * Drop --link-doc from dh_installdocs as it breaks binNMU (Closes: #859349) + * Install docs into cytadela package instead of cytadela-data + * Depends on vlc-plugin-base instead of transitional vlc-nox (Closes: #845583) + * Fix typo in description + * Bump Standards-Version to 3.9.8 (no changes) + + -- Sylvain Beucler Sun, 09 Apr 2017 18:01:16 +0200 + cytadela (1.1.0-2) unstable; urgency=medium * Re-upload to experimental (closes: #639765) diff -Nru cytadela-1.1.0/debian/control cytadela-1.1.0/debian/control --- cytadela-1.1.0/debian/control 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/control 2017-04-09 17:38:04.0 +0200 @@ -4,14 +4,14 @@ Maintainer: Debian Games Team Uploaders: Sylvain Beucler Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-mixer1.2-dev, mesa-common-dev, libglu1-mesa-dev, libvlc-dev (>= 2.0) -Standards-Version: 3.9.5 +Standards-Version: 3.9.8 Homepage: http://cytadela.sf.net/ Vcs-Git: git://anonscm.debian.org/pkg-games/cytadela.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/cytadela.git Package: cytadela Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-nox +Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-plugin-base Description: old-school first person shooter game Cytadela is a single player game in which the player fights against computer-controlled (AI) enemies. The goal of the game is to find six diff -Nru cytadela-1.1.0/debian/cytadela-data.docs cytadela-1.1.0/debian/cytadela-data.docs --- cytadela-1.1.0/debian/cytadela-data.docs 2014-06-07 20:26:13.0 +0200 +++ cytadela-1.1.0/debian/cytadela-data.docs 1970-01-01 01:00:00.0 +0100 @@ -1,4 +0,0 @@ -NEWS -README -AUTHORS -data/doc/* diff -Nru cytadela-1.1.0/debian/cytadela.docs cytadela-1.1.0/debian/cytadela.docs --- cytadela-1.1.0/debian/cytadela.docs 1970-01-01 01:00:00.0 +0100 +++ cytadela-1.1.0/debian/cytadela.docs 2017-04-09 17:24:46.0 +0200 @@ -0,0 +1,4 @@ +NEWS +README +AUTHORS +data/doc/* diff -Nru cytadela-1.1.0/debian/cytadela.maintscript cytadela-1.1.0/debian/cytadela.maintscript --- cytadela-1.1.0/debian/cytadela.maintscript 1970-01-01 01:00:00.0 +0100 +++ cytadela-1.1.0/debian/cytadela.maintscript 2017-04-09 18:01:16.0 +0200 @@ -0,0 +1,2 @@ +symlink_to_dir /usr/share/doc/cytadela cytadela-data 1.1.0-3~~ +symlink_to_dir /usr/share/doc/cytadela-dbg cytadela-data 1.1.0-3~~ diff -Nru cytadela-1.1.0/debian/README.source cytadela-1.1.0/debian/README.source --- cytadela-1.1.0/debian/README.source 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/README.source 2017-04-09 17:59:34.0 +0200 @@ -21,11 +21,13 @@ # - git-buildpackage --git-ignore-new ... git commit -am "New upstream release - v$VERSION" KEYID=... -git-buildpackage \ - --git-builder="pdebuild --buildresult ../ --auto-debsign --debsign-k $KEYID " \ +gbp buildpackage \ + --git-builder="pdebuild --buildresult ../ --auto-debsign --debsign-k $KEYID" \ --git-tag --git-keyid=$KEYID git push origin master pristine-tar upstream git push --tags # http://mentors.debian.net/cgi-bin/maintainer-intro -debrelease mentors +debrelease --dput mentors + + -- Sylvain Beucler , Sun, 9 Apr 2017 17:59:24 +0200 diff -Nru cytadela-1.1.0/debian/rules cytadela-1.1.0/debian/rules --- cytadela-1.1.0/debian/rules 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/rules 2017-04-09 18:01:16.0 +0200 @@ -32,11 +32,7 @@ dh_install -Xcytadela/doc/ override_dh_installdocs: - # Group all documentation in the -data arch-indep package - dh_installdocs --link-doc=cytadela-data -# dh_listpackages uses DH_INTERNAL_OPTIONS that is set to '-a'/'-i'/'' -ifneq (,$(findstring cytadela-data, $(shell dh_listpackages))) + dh_installdocs # lintian extra-license-file - rm debian/cytadela-data/usr/share/doc/cytadela-data/COPYING - rm debian/cytadela-data/usr/share/doc/cytadela-data/GNUFDL -endif + rm debian/cytadela/usr/share/doc/cytadela/COPYING + rm debian/cytadela/usr/share/doc/cytadela/GNUFDL unblock cytadela/1.1.0-3 -- System Information: Debian Release: 9.0 APT prefers testing APT policy
Bug#859961: unblock: yara/3.5.0+dfsg-9
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Dear release team, please unblock version 3.5.0+dfsg-9 of package yara. I added upstream patches that fix 4 security bugs, thereby closing #859821. Cheers, -Hilko yara_3.5.0+dfsg-9.debdiff Description: Binary data
Bug#859962: unblock: augeas/1.8.0-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock version 1.8.0-1 of package augeas. This is a new upstream release which adds some fixes to lenses (i.e. configuration file parsing modules). This release is binary compatible with the previous version 1.7.0. Cheers, -Hilko augeas_1.8.0-1.debdiff Description: Binary data
Bug#859967: unblock: vnstat/1.15-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package vnstat The upload fixes a sometimes FTBFS bug #859712 A missing Makefile dependency and autoconf regeneration is added. I'm attaching the corresponding debdiff. unblock vnstat/1.15-2 diff -Nru vnstat-1.15/debian/changelog vnstat-1.15/debian/changelog --- vnstat-1.15/debian/changelog2016-10-20 21:08:28.0 +0200 +++ vnstat-1.15/debian/changelog2017-04-09 18:27:14.0 +0200 @@ -1,3 +1,10 @@ +vnstat (1.15-2) unstable; urgency=medium + + * Fix Makefile install-data-hook dependency. (Closes: #859712) +- Add install-ordering.diff, thanks to Adrian Bunk. + + -- Felix Geyer Sun, 09 Apr 2017 18:27:14 +0200 + vnstat (1.15-1) unstable; urgency=medium * New upstream release. diff -Nru vnstat-1.15/debian/control vnstat-1.15/debian/control --- vnstat-1.15/debian/control 2016-10-08 16:52:03.0 +0200 +++ vnstat-1.15/debian/control 2017-04-09 18:27:14.0 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Felix Geyer -Build-Depends: debhelper (>= 9), libgd-dev, check, dh-systemd (>= 1.4) +Build-Depends: debhelper (>= 9), libgd-dev, check, dh-systemd (>= 1.4), dh-autoreconf | debhelper (>= 9.20160403~) Standards-Version: 3.9.5 Homepage: http://humdi.net/vnstat/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/vnstat.git diff -Nru vnstat-1.15/debian/patches/install-ordering.diff vnstat-1.15/debian/patches/install-ordering.diff --- vnstat-1.15/debian/patches/install-ordering.diff1970-01-01 01:00:00.0 +0100 +++ vnstat-1.15/debian/patches/install-ordering.diff2017-04-09 18:27:08.0 +0200 @@ -0,0 +1,16 @@ +Description: Makefile.am: install-data-hook depends on install-exec + Calling $(DESTDIR)$(bindir)/vnstat$(EXEEXT) fails when + installation of this program is not yet finished. +Author: Adrian Bunk + +--- vnstat-1.15.orig/Makefile.am vnstat-1.15/Makefile.am +@@ -93,7 +93,7 @@ release: distcheck + rm -fr $(PACKAGE_NAME)-$(PACKAGE_VERSION) + ls -l $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz + +-install-data-hook: ++install-data-hook: install-exec + $(DESTDIR)$(bindir)/vnstat$(EXEEXT) --showconfig >vnstat.conf && \ + $(MKDIR_P) $(DESTDIR)$(sysconfdir) && \ + mv -f vnstat.conf $(DESTDIR)$(sysconfdir)/vnstat.conf diff -Nru vnstat-1.15/debian/patches/series vnstat-1.15/debian/patches/series --- vnstat-1.15/debian/patches/series 2016-10-08 16:49:07.0 +0200 +++ vnstat-1.15/debian/patches/series 2017-04-09 18:27:14.0 +0200 @@ -1,2 +1,3 @@ pidfile_path.diff systemd_user.diff +install-ordering.diff diff -Nru vnstat-1.15/debian/rules vnstat-1.15/debian/rules --- vnstat-1.15/debian/rules2015-11-22 11:11:54.0 +0100 +++ vnstat-1.15/debian/rules2017-04-09 18:27:08.0 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --with systemd + dh $@ --parallel --with systemd,autoreconf override_dh_auto_build: dh_auto_build -- all
Bug#859956: marked as done (unblock: cytadela/1.1.0-3)
Your message dated Sun, 09 Apr 2017 18:51:00 + with message-id <36363855-acf2-123f-ca50-2a3702d31...@thykier.net> and subject line Re: Bug#859956: unblock: cytadela/1.1.0-3 has caused the Debian Bug report #859956, regarding unblock: cytadela/1.1.0-3 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 ow...@bugs.debian.org immediately.) -- 859956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859956 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Please unblock package cytadela. As other game packages such as tworld, the current packaging breaks binNMU due to /usr/share/doc symlink from the main cytadela "arch" package to the secondary cytadela-data "all" package. diff -Nru cytadela-1.1.0/debian/changelog cytadela-1.1.0/debian/changelog --- cytadela-1.1.0/debian/changelog 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/changelog 2017-04-09 18:01:11.0 +0200 @@ -1,3 +1,13 @@ +cytadela (1.1.0-3) unstable; urgency=medium + + * Drop --link-doc from dh_installdocs as it breaks binNMU (Closes: #859349) + * Install docs into cytadela package instead of cytadela-data + * Depends on vlc-plugin-base instead of transitional vlc-nox (Closes: #845583) + * Fix typo in description + * Bump Standards-Version to 3.9.8 (no changes) + + -- Sylvain Beucler Sun, 09 Apr 2017 18:01:16 +0200 + cytadela (1.1.0-2) unstable; urgency=medium * Re-upload to experimental (closes: #639765) diff -Nru cytadela-1.1.0/debian/control cytadela-1.1.0/debian/control --- cytadela-1.1.0/debian/control 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/control 2017-04-09 17:38:04.0 +0200 @@ -4,14 +4,14 @@ Maintainer: Debian Games Team Uploaders: Sylvain Beucler Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-mixer1.2-dev, mesa-common-dev, libglu1-mesa-dev, libvlc-dev (>= 2.0) -Standards-Version: 3.9.5 +Standards-Version: 3.9.8 Homepage: http://cytadela.sf.net/ Vcs-Git: git://anonscm.debian.org/pkg-games/cytadela.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/cytadela.git Package: cytadela Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-nox +Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-plugin-base Description: old-school first person shooter game Cytadela is a single player game in which the player fights against computer-controlled (AI) enemies. The goal of the game is to find six diff -Nru cytadela-1.1.0/debian/cytadela-data.docs cytadela-1.1.0/debian/cytadela-data.docs --- cytadela-1.1.0/debian/cytadela-data.docs 2014-06-07 20:26:13.0 +0200 +++ cytadela-1.1.0/debian/cytadela-data.docs 1970-01-01 01:00:00.0 +0100 @@ -1,4 +0,0 @@ -NEWS -README -AUTHORS -data/doc/* diff -Nru cytadela-1.1.0/debian/cytadela.docs cytadela-1.1.0/debian/cytadela.docs --- cytadela-1.1.0/debian/cytadela.docs 1970-01-01 01:00:00.0 +0100 +++ cytadela-1.1.0/debian/cytadela.docs 2017-04-09 17:24:46.0 +0200 @@ -0,0 +1,4 @@ +NEWS +README +AUTHORS +data/doc/* diff -Nru cytadela-1.1.0/debian/cytadela.maintscript cytadela-1.1.0/debian/cytadela.maintscript --- cytadela-1.1.0/debian/cytadela.maintscript 1970-01-01 01:00:00.0 +0100 +++ cytadela-1.1.0/debian/cytadela.maintscript 2017-04-09 18:01:16.0 +0200 @@ -0,0 +1,2 @@ +symlink_to_dir /usr/share/doc/cytadela cytadela-data 1.1.0-3~~ +symlink_to_dir /usr/share/doc/cytadela-dbg cytadela-data 1.1.0-3~~ diff -Nru cytadela-1.1.0/debian/README.source cytadela-1.1.0/debian/README.source --- cytadela-1.1.0/debian/README.source 2014-06-07 20:30:47.0 +0200 +++ cytadela-1.1.0/debian/README.source 2017-04-09 17:59:34.0 +0200 @@ -21,11 +21,13 @@ # - git-buildpackage --git-ignore-new ... git commit -am "New upstream release - v$VERSION" KEYID=... -git-buildpackage \ - --git-builder="pdebuild --buildresult ../ --auto-debsign --debsign-k $KEYID " \ +gbp buildpackage \ + --git-builder="pdebuild --buildresult ../ --auto-debsign --debsign-k $KEYID" \ --git-tag --git-keyid=$KEYID git push origin master pristine-tar upstream git push --tags # http://mentors.debian.net/cgi-bin/maintainer-intro -debrelease mentors +debrelease --dput mentors + + -- Sylvain Beucler , Sun, 9 Apr 2017 17:59:24 +0200 diff -Nru cytadela-1.1.0/debian/rules cytadela-1.1.0/debian/rules --- cytadela-1.1.0/debian/rules 2014-06-07
Bug#859961: marked as done (unblock: yara/3.5.0+dfsg-9)
Your message dated Sun, 09 Apr 2017 18:50:00 + with message-id <9d7074bb-b6d5-4420-3fc4-cdeede89a...@thykier.net> and subject line Re: Bug#859961: unblock: yara/3.5.0+dfsg-9 has caused the Debian Bug report #859961, regarding unblock: yara/3.5.0+dfsg-9 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 ow...@bugs.debian.org immediately.) -- 859961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859961 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Dear release team, please unblock version 3.5.0+dfsg-9 of package yara. I added upstream patches that fix 4 security bugs, thereby closing #859821. Cheers, -Hilko yara_3.5.0+dfsg-9.debdiff Description: Binary data --- End Message --- --- Begin Message --- Hilko Bengen: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Dear release team, > > please unblock version 3.5.0+dfsg-9 of package yara. > > I added upstream patches that fix 4 security bugs, thereby closing > #859821. > > Cheers, > -Hilko > Unblocked, thanks. ~Niels--- End Message ---
Bug#859954: marked as done (unblock: debian-games/2)
Your message dated Sun, 09 Apr 2017 18:52:00 + with message-id <9e234eed-a673-c2e5-462d-ef1fb56bf...@thykier.net> and subject line Re: Bug#859954: unblock: debian-games/2 has caused the Debian Bug report #859954, regarding unblock: debian-games/2 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 ow...@bugs.debian.org immediately.) -- 859954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859954 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, Please unblock package debian-games Two games were removed from Debian during the freeze, cardstories and glotski, others are still in unstable but will not be part of the next release. I have updated the debian control file of the debian-games metapackage to reflect these changes. unblock debian-games/2 Thanks, Markus diff -Nru debian-games-1.7/debian/changelog debian-games-2/debian/changelog --- debian-games-1.7/debian/changelog 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/debian/changelog 2017-04-09 17:00:27.0 +0200 @@ -1,3 +1,12 @@ +debian-games (2) unstable; urgency=medium + + * Removed packages: (removed from Debian) +- card: cardstories. +- puzzle: glotski. + * Run make dist and update the debian control file. + + -- Markus Koschany Sun, 09 Apr 2017 17:00:27 +0200 + debian-games (1.7) unstable; urgency=medium * Removed packages: (removed from Debian) diff -Nru debian-games-1.7/debian/control debian-games-2/debian/control --- debian-games-1.7/debian/control 2016-12-31 21:43:52.0 +0100 +++ debian-games-2/debian/control 2017-04-09 17:00:27.0 +0200 @@ -220,7 +220,6 @@ wordwarvi, xbill, xblast-tnt, - xevil, xgalaga, xgalaga++, xinv3d, @@ -235,7 +234,8 @@ gnome-games, kdegames, mmpong-gl, - netrek-client-cow + netrek-client-cow, + xevil Description: Debian's arcade games This metapackage will install arcade games. @@ -393,8 +393,7 @@ xpat2, xskat, xsol -Suggests: cardstories, - gnome-games, +Suggests: gnome-games, kdegames, yahtzeesharp Description: Debian's card games @@ -474,7 +473,6 @@ ninvaders, nsnake, nudoku, - ogamesim, omega-rpg, pacman4console, petris, @@ -485,6 +483,7 @@ tint, tintin++, zivot +Suggests: ogamesim Description: Debian's console games This metapackage will install text console games designed to be used via a text-only computer interface, such as a text terminal. @@ -518,13 +517,13 @@ childsplay, gamine, gcompris, - granule, pysiogame, pysycache, tuxmath, tuxtype, xball -Suggests: pairs +Suggests: granule, + pairs Description: Debian's educational games This metapackage will install educational games for young and older children. @@ -885,7 +884,6 @@ blobandconquer, blobwars, caveexpress, - edgar, ffrenzy, gnujump, holotz-castle, @@ -903,6 +901,7 @@ xjump, xmoto, xscavenger +Suggests: edgar Description: Debian's platform games This metapackage will install platform games. @@ -950,7 +949,6 @@ gbrainy, gcompris, gfpoken, - glotski, glpeces, gmult, gnome-mahjongg, @@ -1026,7 +1024,6 @@ python-pyglet, python-rabbyt, python-renpy, - python-sdl2, python-sfml, python-tofu Suggests: angrydd, @@ -1035,6 +1032,7 @@ ninja-ide, pathological, pida, + python-sdl2, seahorse-adventures, solarwolf, vim, @@ -1051,7 +1049,6 @@ Recommends: python3-kivy, python3-opengl, python3-pil, - python3-sdl2, python3-sfml Suggests: eclipse-pydev, eric, @@ -1061,6 +1058,7 @@ python3-pygame, python3-pyqt4.qtopengl, python3-pyqt5.qtopengl, + python3-sdl2, vim Description: development of games in Python 3 This metapackage will install a selection of suitable tools and packages to @@ -1204,7 +1202,6 @@ lincity-ng, micropolis, oolite, - openbve, opencity, openssn, openttd, @@ -1217,7 +1214,8 @@ Suggests: bsdgames, lightspeed, linthesia, - netrek-client-cow + netrek-client-cow, + openbve Description: Debian's simulation games This metapackage will install simulation games. @@ -1248,7 +1246,6 @@ 7kaa, asc, atanks, - attal, biloba, boswars, bygfoot, @@ -1269,7 +1266,6 @@ lordsawar, megaglest, netpanzer, - ogamesim, oolite, openclonk, openttd, @@ -1293,8 +1289,10 @@ xfrisk, xscorch, zec -Suggests: colobot, +Suggests: attal, + colobot, netrek-client-cow, + ogamesim, slingshot Description: Debian's strategy games This metapackage will install strategy games. diff -Nru debian-games-1.7/tasks/card debian-games-2
Bug#859967: marked as done (unblock: vnstat/1.15-2)
Your message dated Sun, 09 Apr 2017 18:50:00 + with message-id <0f41b0bd-0506-3247-d501-c041baabf...@thykier.net> and subject line Re: Bug#859967: unblock: vnstat/1.15-2 has caused the Debian Bug report #859967, regarding unblock: vnstat/1.15-2 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 ow...@bugs.debian.org immediately.) -- 859967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859967 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package vnstat The upload fixes a sometimes FTBFS bug #859712 A missing Makefile dependency and autoconf regeneration is added. I'm attaching the corresponding debdiff. unblock vnstat/1.15-2 diff -Nru vnstat-1.15/debian/changelog vnstat-1.15/debian/changelog --- vnstat-1.15/debian/changelog2016-10-20 21:08:28.0 +0200 +++ vnstat-1.15/debian/changelog2017-04-09 18:27:14.0 +0200 @@ -1,3 +1,10 @@ +vnstat (1.15-2) unstable; urgency=medium + + * Fix Makefile install-data-hook dependency. (Closes: #859712) +- Add install-ordering.diff, thanks to Adrian Bunk. + + -- Felix Geyer Sun, 09 Apr 2017 18:27:14 +0200 + vnstat (1.15-1) unstable; urgency=medium * New upstream release. diff -Nru vnstat-1.15/debian/control vnstat-1.15/debian/control --- vnstat-1.15/debian/control 2016-10-08 16:52:03.0 +0200 +++ vnstat-1.15/debian/control 2017-04-09 18:27:14.0 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Felix Geyer -Build-Depends: debhelper (>= 9), libgd-dev, check, dh-systemd (>= 1.4) +Build-Depends: debhelper (>= 9), libgd-dev, check, dh-systemd (>= 1.4), dh-autoreconf | debhelper (>= 9.20160403~) Standards-Version: 3.9.5 Homepage: http://humdi.net/vnstat/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/vnstat.git diff -Nru vnstat-1.15/debian/patches/install-ordering.diff vnstat-1.15/debian/patches/install-ordering.diff --- vnstat-1.15/debian/patches/install-ordering.diff1970-01-01 01:00:00.0 +0100 +++ vnstat-1.15/debian/patches/install-ordering.diff2017-04-09 18:27:08.0 +0200 @@ -0,0 +1,16 @@ +Description: Makefile.am: install-data-hook depends on install-exec + Calling $(DESTDIR)$(bindir)/vnstat$(EXEEXT) fails when + installation of this program is not yet finished. +Author: Adrian Bunk + +--- vnstat-1.15.orig/Makefile.am vnstat-1.15/Makefile.am +@@ -93,7 +93,7 @@ release: distcheck + rm -fr $(PACKAGE_NAME)-$(PACKAGE_VERSION) + ls -l $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz + +-install-data-hook: ++install-data-hook: install-exec + $(DESTDIR)$(bindir)/vnstat$(EXEEXT) --showconfig >vnstat.conf && \ + $(MKDIR_P) $(DESTDIR)$(sysconfdir) && \ + mv -f vnstat.conf $(DESTDIR)$(sysconfdir)/vnstat.conf diff -Nru vnstat-1.15/debian/patches/series vnstat-1.15/debian/patches/series --- vnstat-1.15/debian/patches/series 2016-10-08 16:49:07.0 +0200 +++ vnstat-1.15/debian/patches/series 2017-04-09 18:27:14.0 +0200 @@ -1,2 +1,3 @@ pidfile_path.diff systemd_user.diff +install-ordering.diff diff -Nru vnstat-1.15/debian/rules vnstat-1.15/debian/rules --- vnstat-1.15/debian/rules2015-11-22 11:11:54.0 +0100 +++ vnstat-1.15/debian/rules2017-04-09 18:27:08.0 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --with systemd + dh $@ --parallel --with systemd,autoreconf override_dh_auto_build: dh_auto_build -- all --- End Message --- --- Begin Message --- Felix Geyer: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Please unblock package vnstat > > The upload fixes a sometimes FTBFS bug #859712 > A missing Makefile dependency and autoconf regeneration is added. > > I'm attaching the corresponding debdiff. > > unblock vnstat/1.15-2 > Unblocked, thanks. ~Niels--- End Message ---
Bug#859952: marked as done (unblock: sonnet/5.28.0-2)
Your message dated Sun, 09 Apr 2017 19:08:00 + with message-id and subject line Re: Bug#859952: unblock: sonnet/5.28.0-2 has caused the Debian Bug report #859952, regarding unblock: sonnet/5.28.0-2 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 ow...@bugs.debian.org immediately.) -- 859952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859952 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported an upstream fix in sonnet for stretch that I consider worthwhile, the corresponding debian/changelog entry is: * Pick "Fix segfault in trigrams generation and expose MAXGRAMS constant in the header" (c7f0b14) Add upstream patch as: Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch Also, I've updated the sonnet-plugins package description to fix #801728. I've uploaded 5.28.0-2 with these changes, and it has already built in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package sonnet unblock sonnet/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqSqcQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKmt6D/9zSKVHAsWmcf98TeXDrAsu66v54MSw2mlU fpdY9sTOHlnjBJ7WCwZFzvUiHlt0m5XEMPos9Pn/TxEGEf6L1rrb2e3MaJyrdRJF DIndiAKiX/2AJhPRmeWwGGMjoLBpzLIVEUvvQq+eBZT7WHQ5KDuPekdGTbxui2+t 5a9UjKam6OzlSZ5WN2vPDdUoyoVkK1Z0krAq5Yqn9G0JbrFeT9/8dGVA/x8hv5zR TMpBWYWkx4Edq0DUBC3+wv/IPa7Kr0fnNfctFyWlvt9f3rLDxJHPqHWrAIyrSGTT XdyHA7/9//r9Z3JLCdl86XS8zauRnAuzpKxZR2yaUk3OoKSwGmaqMCKK0G+g3glG Pb+XmRrzd6gjglrBW13Y8H/bLXZnba/nHFXC0Xs1Gj52xFp3YQbEsSQ5uoSvFbfW lc+BLVDWjNkw9PANkEswZIBQS4eSx5E8VN4TbWsBjtwMsDfECNBWMPkKIPjpbtq7 QXTq97PU6wUnlJXrVKHyShV/jfrkNOpAQmOZZWVnoOR6OB66m1MU3CbmPbTdpaH4 kdalp/5z67bNtAsE/KlLhD6g8+E4juz9az530NUjgxfANCGYYE5FtRxXYk3G31WU Yas9Edf6Ns3qmZyeXWlRLshIxQ8Iquuuftg14NbM+gl2ugnWr0HTQflNfWxaG/8S D+msZu0QzQ== =Aiwz -END PGP SIGNATURE- diff -Nru sonnet-5.28.0/debian/changelog sonnet-5.28.0/debian/changelog --- sonnet-5.28.0/debian/changelog 2016-11-18 16:03:17.0 +0100 +++ sonnet-5.28.0/debian/changelog 2017-04-09 11:32:31.0 +0200 @@ -1,3 +1,13 @@ +sonnet (5.28.0-2) unstable; urgency=medium + + * Update the sonnet-plugins package description (Closes: 801728) + * Pick "Fix segfault in trigrams generation and expose MAXGRAMS constant in +the header" (c7f0b14) +Add upstream patch as: + Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch + + -- Maximiliano Curia Sun, 09 Apr 2017 11:32:31 +0200 + sonnet (5.28.0-1) unstable; urgency=medium [ Automatic packaging ] diff -Nru sonnet-5.28.0/debian/control sonnet-5.28.0/debian/control --- sonnet-5.28.0/debian/control2016-11-18 16:03:17.0 +0100 +++ sonnet-5.28.0/debian/control2017-04-09 11:32:31.0 +0200 @@ -104,5 +104,6 @@ checking using various plugin based backends. It is part of KDE Frameworks 5. . - This package provides plugins used by Sonnet to interact with - the various spell checking backends. + This package provides plugins used by Sonnet to interact with the following + spell checking backends: aspell, hunspell or hspell. The dictionaries need to + be installed separatedly. diff -Nru sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch --- sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch 1970-01-01 01:00:00.0 +0100 +++ sonnet-5.28.0/debian/patches/Fix-segfault-in-trigrams-generation-and-expose-MAXGRAMS-c.patch 2017-04-09 11:32:31.0 +0200 @@ -0,0 +1,78 @@ +From: John Salatas +Date: Wed, 18 Jan 2017 13:51:56 -0800 +Subject: Fix segfault in trigrams generation and expose MAXGRAMS constant in + the header + +Differential Revision: https://phabricator.kde.org/D4181 +--- + data/CMakeLists.txt| 2 +- + data/gentrigrams.cpp
Bug#859951: marked as done (unblock: solid/5.28.0-3)
Your message dated Sun, 09 Apr 2017 19:08:00 + with message-id <9d8861b4-4af0-3a2b-e59f-98c1b4bf7...@thykier.net> and subject line Re: Bug#859951: unblock: solid/5.28.0-3 has caused the Debian Bug report #859951, regarding unblock: solid/5.28.0-3 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 ow...@bugs.debian.org immediately.) -- 859951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859951 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported two upstream fixes in solid for stretch that I consider worthwhile, the corresponding debian/changelog entries are: * Pick "Work round DBus property fetching bug" (6f1c6dc) Workaround for a qt5 dbus property issue. Add upstream patch as: Work-round-DBus-property-fetching-bug.patch This fixes KDE#345871 * Pick "[UDisks 2 Device] Add description for Floppy Disk" (d92588b) Floppy disks now show up as "Floppy Disk" instead of "0 B Removable Media" Add upstream patch as: UDisks-2-Device-Add-description-for-Floppy-Disk.patch I've uploaded 5.28.0-3 to unstable with these changes and it built successfully in all the release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package solid unblock solid/5.28.0-3 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqSRQQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKiAJD/9oZtMTsElKGBXyvGwzi7w0wYO5NplntiOr r6q93egMUCWrAiCgvpKJg9ZtslTsMc0QwwVqx+Zd+Zf64tYwrsvN9Iuv+uYnCs+P 5++XN9dhneN0eUGh+hrnDmu3UGBLbliq9d2SK4cqptM4OfljlisV2pjEuRPeV6ua LLZU3gvmX16RkddOQT+kWpqJsCxmOrwP67lna6CXa3uWwBkW3TR2Z4g0ZdBCbRBO F+drYLJ7cUOWUrkx90iYv4ttaDK065MF97OKoXu72uakRi0ot4umXnaZWcF0Ed/B huVo+lMX8Q6on0hu8NVpWCNqYHcF7RT3kdRkhYWWw26QOIk6aaPArnHsz67o4d07 UQKHBEv0P2aEG6hPrYnOBgeunxqmAbzkkpKwNTX0H5MpHdDHy7dwbwltbgQOvHtO 2qkIx0DentkjY/O55H1VxzkGPdnpHB8HAJ8PjnKps7TsnvvFfqc182kiucq7PzUD G2zX56vsUccgVqGaU3AY1APJdaQlMsnzyWxmxIJnzLDftwpGlka3OuMKMyLlSfB3 eamoew6NM842tg2Ky8N+ci0Z6ov//dCdIHbB7x5r4CL1xMWFhUKVNdGQ4PjFa0yj JCjfbq86+n/75WlRnIsibXnDWtO5Fhz0ldvCfMBVgk1blwOzqazVKkKUcre8QW1a lRdfuj5HGA== =Gw5e -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Maximiliano Curia: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Dear release team, > > I've backported two upstream fixes in solid for stretch that I consider > worthwhile, the corresponding debian/changelog entries are: > * Pick "Work round DBus property fetching bug" (6f1c6dc) > Workaround for a qt5 dbus property issue. > Add upstream patch as: Work-round-DBus-property-fetching-bug.patch > This fixes KDE#345871 > * Pick "[UDisks 2 Device] Add description for Floppy Disk" (d92588b) > Floppy disks now show up as "Floppy Disk" instead of "0 B Removable > Media" > Add upstream patch as: > UDisks-2-Device-Add-description-for-Floppy-Disk.patch > > I've uploaded 5.28.0-3 to unstable with these changes and it built > successfully in all the release architectures. > > I'm attaching the corresponding debdiff. > > Happy hacking, > > Please unblock package solid > > unblock solid/5.28.0-3 > > [...] Unblocked, thanks. ~Niels--- End Message ---
Bug#859940: marked as done (unblock: kwindowsystem/5.28.0-2)
Your message dated Sun, 09 Apr 2017 19:12:00 + with message-id <2300e427-5409-8c61-335e-99b5cb871...@thykier.net> and subject line Re: Bug#859940: unblock: kwindowsystem/5.28.0-2 has caused the Debian Bug report #859940, regarding unblock: kwindowsystem/5.28.0-2 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 ow...@bugs.debian.org immediately.) -- 859940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859940 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear release team, I've backported an upstream fix in kwindowsystem for stretch that I consider worthwhile, the corresponding debian/changelog entries is: * Apply "Allow Tab as being modified by Shift" (4fe25b7) Add upstream patch as: Allow-Tab-as-being-modified-by-Shift.patch This fixes KDE#368581, and is related to #794501 Also, we had a pending update of the symbols files. With these changes I uploaded 5.28.0-2 to unstable, and it built successfully in all release architectures. I'm attaching the corresponding debdiff. Happy hacking, Please unblock package kwindowsystem unblock kwindowsystem/5.28.0-2 - -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE+JIdOnQEyG4RNSIVxxl2mbKbIyoFAljqL7IQHG1heHlAZGVi aWFuLm9yZwAKCRDHGXaZspsjKrZrD/98xWZdUZP1ye0VnF27BfDhEp6sNcX+wkuu X+QJ4lCcTpliZ66Lc3OfJQEbhG/qFA/TnwM3lyGOf5rOFFYEnCFIJrOWBU4Rwp9Z isuKxmpo4JNfip3WR9nIhs5lV/M61x/jWo4PnWk24QNadmxnlk2oVofuPmKmnbtM I9YtuE/lR6VnGi7ZLrLmiZiBB9WYGSwLLTzhBa5Ma16yRQMZeW3sOYeIwtjXgEx+ oggHcVPj4S5AwV41MTeftciSvg5y3Xwgc6M+rq8BaZzO0ab5v+G50lRMIQiZ0Gru 4CRUNBR3NbAf1wPZII9sOnLHfLb93tYhsdOx/7UiJFiaCk9/I98NmK8gLmnCE6AC EierUt7qaBF8B1akz6DyOM7ubV/oK2Wbuyy/IvrTX2SGhLtWC3ArRHd19hrMpAh3 6By+3CWgw/UFf/JdvU2k5r7YYn4L83Qgln6kyt7I70hN58gwei7WFFEaoQvVfaRh iBxfdSQs8fKDhk6E1rhKBbGFKLoxSJ5Dwa0wUkdHHnD+hDlxN93c/rENfFehXQZP HwUIiQdHl78PLuQg0rXgNH7+EOToWEf3AHLccu9jcr7p+desXSJr/50wvtXJkTND nTijZFF2/xnOx86lG4RhkxC7xNM+hQLxSgt+ekFK1PbZlrStsguFBmJfbCTMn4U2 2O6glTlJwQ== =wOtJ -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Maximiliano Curia: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Dear release team, > > I've backported an upstream fix in kwindowsystem for stretch that I > consider worthwhile, the corresponding debian/changelog entries is: > * Apply "Allow Tab as being modified by Shift" (4fe25b7) > Add upstream patch as: Allow-Tab-as-being-modified-by-Shift.patch > This fixes KDE#368581, and is related to #794501 > > Also, we had a pending update of the symbols files. With these changes I > uploaded 5.28.0-2 to unstable, and it built successfully in all release > architectures. > > I'm attaching the corresponding debdiff. > > Happy hacking, > > Please unblock package kwindowsystem > > unblock kwindowsystem/5.28.0-2 > > [...] Unblocked, thanks. ~Niels--- End Message ---
Bug#859947: unblock: open-isns/0.97-2
Christian Seiler: > Package: release.debian.org > User: release.debian@packages.debian.org > Usertags: unblock > Severity: normal > X-Debbugs-Cc: pkg-iscsi-maintain...@lists.alioth.debian.org > > Please unblock package open-isns. > > This package adds a new debconf translation for Portuguese. It > has been built successfully on all release architectures. > Source debdiff is attached. > > Thanks! > > unblock open-isns/0.97-2 > > [...] Ack from here: CC'ing KiBi for a d-i ack. Thanks, ~Niels
Bug#859920: RM: python-os-collect-config/0.1.15-1
Control: tags -1 moreinfo Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > This package have reverse Build-Depends in testing: # Broken Build-Depends: heat: python-os-collect-config Do you want "heat" removed as well? Thanks, ~Niels
Processed: Re: Bug#859920: RM: python-os-collect-config/0.1.15-1
Processing control commands: > tags -1 moreinfo Bug #859920 [release.debian.org] RM: python-os-collect-config/0.1.15-1 Added tag(s) moreinfo. -- 859920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859920 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#859919: marked as done (RM: python-os-cloud-config/0.2.6-1)
Your message dated Sun, 09 Apr 2017 19:20:00 + with message-id <2172e122-624d-720e-2705-96818bd7a...@thykier.net> and subject line Re: Bug#859928: RM: tripleo-image-elements/0.7.1-1 has caused the Debian Bug report #859919, regarding RM: python-os-cloud-config/0.2.6-1 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 ow...@bugs.debian.org immediately.) -- 859919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859919 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo) --- End Message --- --- Begin Message --- Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > I have added the following removal hint: remove python-os-cloud-config/0.2.6-1 python-os-net-config/0.1.0-1 python-os-refresh-config/0.1.2-1 tripleo-heat-templates/5.2.0-1 tripleo-image-elements/0.7.1-1 Thanks, ~Niels--- End Message ---
Bug#859863: marked as done (unblock: heimdal/7.1.0+dfsg-11)
Your message dated Sun, 09 Apr 2017 19:26:00 + with message-id and subject line Re: Bug#859863: unblock: heimdal/7.1.0+dfsg-11 has caused the Debian Bug report #859863, regarding unblock: heimdal/7.1.0+dfsg-11 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 ow...@bugs.debian.org immediately.) -- 859863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859863 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package heimdal Depreciated servers and clients were removed from both heimdal-clients and heimdal-servers. However the meta information was not updated to reflect these changes. As a result, the descriptions still referred to programs that were removed, the provides was wrong, and the conflicts was also wrong. This fixes #236902 and #859664. (the changelog entry for -10 was wrong, despite being an otherwise good upload, so I reuploaded as -11). diff -Nru heimdal-7.1.0+dfsg/debian/changelog heimdal-7.1.0+dfsg/debian/changelog --- heimdal-7.1.0+dfsg/debian/changelog 2017-01-09 09:36:15.0 +1100 +++ heimdal-7.1.0+dfsg/debian/changelog 2017-04-08 11:38:13.0 +1000 @@ -1,3 +1,10 @@ +heimdal (7.1.0+dfsg-11) unstable; urgency=medium + + * Remove legacy provides/conflicts/replaces headers. Old daemons +such as ftp have been removed. Closes: #236902, #859664. + + -- Brian May Sat, 08 Apr 2017 11:38:13 +1000 + heimdal (7.1.0+dfsg-9) unstable; urgency=medium * Switch back to collab-maint URL until pkg-heimdal permissions are diff -Nru heimdal-7.1.0+dfsg/debian/control heimdal-7.1.0+dfsg/debian/control --- heimdal-7.1.0+dfsg/debian/control 2017-01-09 09:35:46.0 +1100 +++ heimdal-7.1.0+dfsg/debian/control 2017-04-08 11:38:13.0 +1000 @@ -37,10 +37,6 @@ Priority: extra Architecture: all Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} -Replaces: heimdal-lib (<< 0.3c-5), - heimdal-servers (<< 0.6.3-3), - libkrb5-15-heimdal -Conflicts: heimdal-lib (<< 0.3c-5) Suggests: heimdal-clients, heimdal-servers Description: Heimdal Kerberos - documentation Heimdal is a free implementation of Kerberos 5 that aims to be @@ -65,7 +61,6 @@ ${misc:Depends}, ${shlibs:Depends} Recommends: logrotate -Replaces: heimdal-clients (<< 0.7.2-1), heimdal-servers (<< 0.4e-3) Suggests: heimdal-docs Description: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be @@ -99,7 +94,7 @@ libsl0-heimdal (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Replaces: heimdal-clients (<< 0.4e-7), heimdal-dev (<< 1.6~git20131117+dfsg-2) +Replaces: heimdal-dev (<< 1.6~git20131117+dfsg-2) Suggests: heimdal-docs Description: Heimdal Kerberos - Multi-implementation Development Heimdal is a free implementation of Kerberos 5 that aims to be @@ -128,23 +123,14 @@ Priority: extra Architecture: any Depends: krb5-config, ${misc:Depends}, ${shlibs:Depends} -Conflicts: ftp (<< 0.16-1), - heimdal-servers (<< 0.4e-7), - kerberos4kth-clients, - kerberos4kth-user, - netstd, - openafs-client (<< 1.2.2-3), - otp -Provides: ftp +Conflicts: otp Suggests: heimdal-docs, heimdal-kcm -Replaces: heimdal-servers (<< 0.6.3-12) Description: Heimdal Kerberos - clients Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos utilities like kadmin, kinit, kpasswd and - klist. It also includes client programs like telnet and ftp that have been - compiled with Kerberos support. + klist. Package: heimdal-kcm Priority: extra @@ -167,21 +153,12 @@ openbsd-inetd|inet-superserver, ${misc:Depends}, ${shlibs:Depends} -Conflicts: ftp-server, - heimdal-clients (<< 0.2l-2), - kerberos4kth-services, - netstd, - pop3-server, - wu-ftpd-academ (<< 2.5.0) -Provides: ftp-server Suggests: heimdal-docs -Replaces: heimdal-clients (<< 0.2l-2) Description: Heimdal Kerberos - server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . - This package includes servers such as telnetd and ftpd that have been - compiled with Heimdal support. + This package contains the kfd server, for receiving forwarded tickets. Package: heimdal-dbg Multi-Arch: same @@ -239,8 +216,6 @@ Section: libs Architecture: any Depends: ${misc
Bug#859924: marked as done (RM: python-os-refresh-config/0.1.2-1)
Your message dated Sun, 09 Apr 2017 19:20:00 + with message-id <2172e122-624d-720e-2705-96818bd7a...@thykier.net> and subject line Re: Bug#859928: RM: tripleo-image-elements/0.7.1-1 has caused the Debian Bug report #859924, regarding RM: python-os-refresh-config/0.1.2-1 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 ow...@bugs.debian.org immediately.) -- 859924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859924 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo) --- End Message --- --- Begin Message --- Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > I have added the following removal hint: remove python-os-cloud-config/0.2.6-1 python-os-net-config/0.1.0-1 python-os-refresh-config/0.1.2-1 tripleo-heat-templates/5.2.0-1 tripleo-image-elements/0.7.1-1 Thanks, ~Niels--- End Message ---
Bug#859921: marked as done (RM: python-os-net-config/0.1.0-1)
Your message dated Sun, 09 Apr 2017 19:20:00 + with message-id <2172e122-624d-720e-2705-96818bd7a...@thykier.net> and subject line Re: Bug#859928: RM: tripleo-image-elements/0.7.1-1 has caused the Debian Bug report #859921, regarding RM: python-os-net-config/0.1.0-1 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 ow...@bugs.debian.org immediately.) -- 859921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859921 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo) --- End Message --- --- Begin Message --- Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > I have added the following removal hint: remove python-os-cloud-config/0.2.6-1 python-os-net-config/0.1.0-1 python-os-refresh-config/0.1.2-1 tripleo-heat-templates/5.2.0-1 tripleo-image-elements/0.7.1-1 Thanks, ~Niels--- End Message ---
Bug#859881: marked as done (unblock: calendar-exchange-provider/3.9.0-4)
Your message dated Sun, 09 Apr 2017 19:22:00 + with message-id <18d3d157-2866-cf6f-9c68-f4eccb6a5...@thykier.net> and subject line Re: Bug#859881: unblock: calendar-exchange-provider/3.9.0-4 has caused the Debian Bug report #859881, regarding unblock: calendar-exchange-provider/3.9.0-4 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 ow...@bugs.debian.org immediately.) -- 859881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859881 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package calendar-exchange-provider The package has a build dependency to thunderbird-dev instead of icedove-dev. Icedove-dev isn't anymore in sid because of the mozilla exception. It fix an urgly bug (#854025) too (include/attach the debdiff against the package in testing) unblock calendar-exchange-provider/3.9.0-4 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) diff -Nru calendar-exchange-provider-3.9.0/debian/changelog calendar-exchange- provider-3.9.0/debian/changelog --- calendar-exchange-provider-3.9.0/debian/changelog 2017-03-16 18:53:00.0 +0100 +++ calendar-exchange-provider-3.9.0/debian/changelog 2017-04-08 14:45:28.0 +0200 @@ -1,8 +1,16 @@ +calendar-exchange-provider (3.9.0-4) unstable; urgency=low + + * debian/patches/bugfix-854025.patch: +- Add patch: accepting events should work now (Closes: #854025) + * fixed typo in the last changelog entry + + -- Mechtilde Stehmann Sat, 08 Apr 2017 14:45:28 +0200 + calendar-exchange-provider (3.9.0-3) unstable; urgency=low * build for unstable (Closes: #857889) + after Thunderbird coming into Sid -+ unblock request because of mizilla exeption ++ unblock request because of mozilla exception -- Mechtilde Stehmann Thu, 16 Mar 2017 18:53:00 +0100 diff -Nru calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch --- calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch 1970-01-01 01:00:00.0 +0100 +++ calendar-exchange-provider-3.9.0/debian/patches/bugfix-854025.patch 2017-04-08 14:43:22.0 +0200 @@ -0,0 +1,21 @@ +bugfix for Bug #854025 + +--- a/interfaces/exchangeCalendar/mivExchangeCalendar.js b/interfaces/exchangeCalendar/mivExchangeCalendar.js +@@ -5569,10 +5569,14 @@ + var proposeStart = this.tryToSetDateValue(input.proposeStart,""); + var proposeEnd = this.tryToSetDateValue(input.proposeEnd,""); + var proposeNewTime = false; +- ++ ++ if ( proposeStart ) { + input.proposeStart = cal.toRFC3339(proposeStart.getInTimezone(this.globalFunctions.ecUTC())); ++ } ++ if ( proposeEnd ) { + input.proposeEnd = cal.toRFC3339(proposeEnd.getInTimezone( this.globalFunctions.ecUTC())); +- ++ } ++ + if( input.proposeStart && input.proposeEnd ){ + proposeNewTime = true; + } diff -Nru calendar-exchange-provider-3.9.0/debian/patches/remove-update- notification.patch calendar-exchange-provider-3.9.0/debian/patches/remove- update-notification.patch --- calendar-exchange-provider-3.9.0/debian/patches/remove-update- notification.patch2017-03-16 18:51:42.0 +0100 +++ calendar-exchange-provider-3.9.0/debian/patches/remove-update- notification.patch2017-04-08 14:11:48.0 +0200 @@ -1,4 +1,5 @@ remove update notification + --- a/defaults/preferences/update.js +++ b/defaults/preferences/update.js @@ -1 +1,3 @@ diff -Nru calendar-exchange-provider-3.9.0/debian/patches/series calendar- exchange-provider-3.9.0/debian/patches/series --- calendar-exchange-provider-3.9.0/debian/patches/series 2017-01-12 16:56:20.0 +0100 +++ calendar-exchange-provider-3.9.0/debian/patches/series 2017-04-08 13:13:34.0 +0200 @@ -1 +1,2 @@ remove-update-notification.patch +bugfix-854025.patch --- End Message --- --- Begin Message --- mechtilde: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Please unblock package calendar-exchange-provider > > The package has a build dependency to thunderbird-dev instead of ice
Bug#859928: marked as done (RM: tripleo-image-elements/0.7.1-1)
Your message dated Sun, 09 Apr 2017 19:20:00 + with message-id <2172e122-624d-720e-2705-96818bd7a...@thykier.net> and subject line Re: Bug#859928: RM: tripleo-image-elements/0.7.1-1 has caused the Debian Bug report #859928, regarding RM: tripleo-image-elements/0.7.1-1 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 ow...@bugs.debian.org immediately.) -- 859928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859928 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo) --- End Message --- --- Begin Message --- Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > I have added the following removal hint: remove python-os-cloud-config/0.2.6-1 python-os-net-config/0.1.0-1 python-os-refresh-config/0.1.2-1 tripleo-heat-templates/5.2.0-1 tripleo-image-elements/0.7.1-1 Thanks, ~Niels--- End Message ---
Bug#859925: marked as done (RM: tripleo-heat-templates/5.2.0-1)
Your message dated Sun, 09 Apr 2017 19:20:00 + with message-id <2172e122-624d-720e-2705-96818bd7a...@thykier.net> and subject line Re: Bug#859928: RM: tripleo-image-elements/0.7.1-1 has caused the Debian Bug report #859925, regarding RM: tripleo-heat-templates/5.2.0-1 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 ow...@bugs.debian.org immediately.) -- 859925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859925 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hi, This package is part of TripleO, which isn't working in Debian for the moment. Therefore, I don't think it is useful in the next Stable. Please remove this package from Stretch. Cheers, Thomas Goirand (zigo) --- End Message --- --- Begin Message --- Thomas Goirand: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: rm > > Hi, > > This package is part of TripleO, which isn't working in Debian > for the moment. Therefore, I don't think it is useful in the > next Stable. Please remove this package from Stretch. > > Cheers, > > Thomas Goirand (zigo) > I have added the following removal hint: remove python-os-cloud-config/0.2.6-1 python-os-net-config/0.1.0-1 python-os-refresh-config/0.1.2-1 tripleo-heat-templates/5.2.0-1 tripleo-image-elements/0.7.1-1 Thanks, ~Niels--- End Message ---
Bug#859972: unblock: gajim-omemo/1.0.0-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gajim-omemo There was a recent change in the OMEMO encryption protocol (#859894), that makes it necessary to change this plugin. Otherwise users could not communicate securely with users of e.g. the latest version of Conversations. Therefore the first patch, using only code from newer upstream versions. Three more patches are added, again using only code from newer upstream versions, to fix another incompatibility with the standard, another security relevant bug (icon displays secure connection, when in fact it is not), and finally a possible crash. Note, that there is also a new package 1.2.0-1 with all upstream fixes and without any Debian patches, in experimental. diff -Nru gajim-omemo-1.0.0/debian/changelog gajim-omemo-1.0.0/debian/changelog --- gajim-omemo-1.0.0/debian/changelog 2016-12-07 23:33:40.0 +0100 +++ gajim-omemo-1.0.0/debian/changelog 2017-04-09 01:09:34.0 +0200 @@ -1,3 +1,12 @@ +gajim-omemo (1.0.0-2) unstable; urgency=medium + + * Add patch for XEP-0384 compliance. (Closes: #859894) + * Add patch for XEP-0380 compliance (correct EME element) + * Add patch to hide lock icon, when OMEMO encryption is disabled + * Add patch to not handle "normal" messages, prevents crash + + -- W. Martin Borgert Sat, 08 Apr 2017 23:09:34 + + gajim-omemo (1.0.0-1) unstable; urgency=medium * New upstream version diff -Nru gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages --- gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,20 @@ +Description: do not handle "normal" messages (unencrypted) +Author: Philipp Hörist (upstream code), W. Martin Borgert (Debian patch) +Origin: upstream +Bug: https://dev.gajim.org/gajim/gajim-plugins/issues/182 +Applied-Upstream: 59baed68 +Last-Update: 2017-04-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/omemoplugin.py b/omemoplugin.py +@@ -617,6 +617,9 @@ + --- + Return if encryption is not activated + """ ++if event.type_ == 'normal': ++return False ++ + account = event.account + if account in self.disabled_accounts: + return diff -Nru gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled --- gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,19 @@ +Description: Hide lock icon when omemo gets disabled +Author: Philipp Hörist (upstream code), W. Martin Borgert (Debian patch) +Origin: upstream +Bug: https://dev.gajim.org/gajim/gajim-plugins/issues/161 +Applied-Upstream: 5d0858e4 +Last-Update: 2017-04-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ui.py b/ui.py +@@ -322,6 +322,8 @@ + + def removeUi(self): + self.actions_hbox.remove(self.omemobutton) ++self.chat_control._show_lock_image(False, 'OMEMO', False, True, ++ False) + self.chat_control.prepare_context_menu = \ + self.chat_control.omemo_orig_prepare_context_menu + self.chat_control.send_message = self.chat_control.orig_send_message diff -Nru gajim-omemo-1.0.0/debian/patches/series gajim-omemo-1.0.0/debian/patches/series --- gajim-omemo-1.0.0/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/series 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,4 @@ +do_not_handle_type_normal_messages +hide_lock_icon_when_omemo_gets_disabled +xep-0380-compliance +xep-0384-compliance diff -Nru gajim-omemo-1.0.0/debian/patches/xep-0380-compliance gajim-omemo-1.0.0/debian/patches/xep-0380-compliance --- gajim-omemo-1.0.0/debian/patches/xep-0380-compliance1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/xep-0380-compliance2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,43 @@ +Description: make the OMEMO plugin compliant with XEP-0380, use correct EME tag +Author: Philipp Hörist (upstream code), W. Martin Borgert (Debian patch) +Origin: upstream +Applied-Upstream: 1f78bf71 +Last-Update: 2017-04-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/omemoplugin.py b/omemoplugin.py +@@ -577,11 +577,11 @@ + event.msg_iq.delChild('body') + event.msg_iq.addChild(node=encrypted_node) + +-# XEP-: Explicit Message Encryption +-
Bug#852395: unblock: gssproxy/0.5.1-2
Robbie Harwood: > Niels Thykier writes: > >> NeilBrown: >>> On Sun, Mar 05 2017, Daniel Pocock wrote: >>> >>> The systemd unit files are designed so that svcgssd will only be >>> started if gssproxy didn't start - and gssproxy is tried first. >>> >>> If you use something other than systemd, similar logic would be >>> needed. >> >> @Robbie: Can you clarify what happens for people who have chosen to >> use sysvinit as init system? Will they end up with gssproxy or >> svcgssd or a broken NFS? > > I don't totally understand these unit files, so this is probably a > better question for the NFS folk. But: > > The gssproxy package contains a sysvinit script, which works just fine > on my sysvinit system. (And I assume on systemd systems due to lack of > bug reports :) ) > > Since nfs-common doesn't provide sysvinit scripts as far as I can tell, > I think you already can't run any of this on them, unless I'm missing > something. > > So you'd get gssproxy, and no NFS, but that was already the case. > Ok - as I understand it, what we are dealing with here is: * systemd: You can get gssproxy + NFS and it "just works(tm)" if you install gssproxy. Otherwise you get svcgssd + NFS. (This is how I understood Neil Brown) * sysvinit: Business as usual either way. So granting gssproxy will: * Provide systemd users with NFS + gssproxy if they opt-in to it (by installing it) * Provide sysvinit users gssproxy and if they want to use it with NFS, they may have to tweak things themselves * Not cause any issues for neither systemd users nor sysvinit users just by installing it. * enable users to get gssproxy which is not deprecated (unlike the existing svcgssd) Is the above correct? And you are happy with gssproxy/0.5.1-2 as it is? If we are going to grant an exception, we will do so under the assumption that it "just works" and it won't case issues. If that assumption turns out to be false, I will sooner undo this exception and remove gssproxy than I will be spending time reviewing additional unblock requests for it. Thanks, ~Niels
Bug#859975: unblock: icedove/1:45.8.0-3
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package icedove Dear release team, some small needed changes were done within the version 1:45.8.0-3 for the icedove packages. The changes in detail are: * A fixup within the starting wrapper script was added so users which want to use symlinks for the existing old ~/.icedove profile folder can use this together with the new created symlink ~/.thunderbird pointing to ~/.icedove. Otherwise Thunderbird isn't starting. * The starting wrapper has got a fix to detect the thunderbird-dbg package correctly. * A extra cherry picked patch from upstream was added to prevent nullpointer segfaults. * The apparmor profile was needed to be expanded so both existing profile folders ~/.icedove and ~/.thunderbird are usable. The following changes are visible by the debdiff append here. diff -Nru icedove-45.8.0/debian/apparmor/usr.bin.thunderbird icedove-45.8.0/debian/apparmor/usr.bin.thunderbird --- icedove-45.8.0/debian/apparmor/usr.bin.thunderbird 2017-03-15 01:37:48.0 +0100 +++ icedove-45.8.0/debian/apparmor/usr.bin.thunderbird 2017-03-30 01:28:32.0 +0200 @@ -144,12 +144,12 @@ /**/ r, # per-user thunderbird configuration - owner @{HOME}/.thunderbird/ rw, - owner @{HOME}/.thunderbird/** rw, - owner @{HOME}/.thunderbird/**/storage.sdb k, - owner @{HOME}/.thunderbird/**/*.{db,parentlock,sqlite}* k, - owner @{HOME}/.thunderbird/plugins/** rm, - owner @{HOME}/.thunderbird/**/plugins/** rm, + owner @{HOME}/.{icedove,thunderbird}/ rw, + owner @{HOME}/.{icedove,thunderbird}/** rw, + owner @{HOME}/.{icedove,thunderbird}/**/storage.sdb k, + owner @{HOME}/.{icedove,thunderbird}/**/*.{db,parentlock,sqlite}* k, + owner @{HOME}/.{icedove,thunderbird}/plugins/** rm, + owner @{HOME}/.{icedove,thunderbird}/**/plugins/** rm, owner @{HOME}/.cache/thunderbird/ rw, owner @{HOME}/.cache/thunderbird/** rw, @@ -160,7 +160,7 @@ # Extensions # /usr/share/.../extensions/... is already covered by '/usr/** r', above. # Allow 'x' for downloaded extensions, but inherit policy for safety - owner @{HOME}/.thunderbird/**/extensions/** mixrw, + owner @{HOME}/.{icedove,thunderbird}/**/extensions/** mixrw, owner @{HOME}/.mozilla/extensions/**mixr, /usr/share/xul-ext/**/*.sqlite rk, /usr/lib/xul-ext/**/*.sqliterk, @@ -237,10 +237,10 @@ /usr/lib/gnupg2/gpg2keys_hkp ix, # silence noise from enigmail 1.9+ -deny owner @{HOME}/.thunderbird/*/.parentlock w, -deny owner @{HOME}/.thunderbird/*/panacea.dat w, -deny owner @{HOME}/.thunderbird/*/*.mab w, -deny owner @{HOME}/.thunderbird/**/*.msf w, +deny owner @{HOME}/.{icedove,thunderbird}/*/.parentlock w, +deny owner @{HOME}/.{icedove,thunderbird}/*/panacea.dat w, +deny owner @{HOME}/.{icedove,thunderbird}/*/*.mab w, +deny owner @{HOME}/.{icedove,thunderbird}/**/*.msf w, deny owner @{HOME}/.cache/thunderbird/**/_CACHE_* w, /usr/share/xul-ext/enigmail/chrome/enigmail.jar r, diff -Nru icedove-45.8.0/debian/changelog icedove-45.8.0/debian/changelog --- icedove-45.8.0/debian/changelog 2017-03-15 01:37:48.0 +0100 +++ icedove-45.8.0/debian/changelog 2017-03-30 01:28:32.0 +0200 @@ -1,3 +1,17 @@ +icedove (1:45.8.0-3) unstable; urgency=medium + + [ Carsten Schoenert ] + * [d923505] AppArmor: be more flexible on profile folders +(Closes: #858735, #858737) + * [1e04099] tb-wrapper: use readlink also on ${ID_PROFILE_FOLDER} +(Closes: #858771) + * [9f6b771] tb-wrapper: correct check for -dbg package (Closes: #858804) + * [8b5271a] rebuild patch queue from patch-queue branch +added patches: +- fixes/Bug-1273020-Add-missing-null-checks-in-ApplicationAccessi.patch + + -- Christoph Goehre Wed, 29 Mar 2017 19:28:32 -0400 + icedove (1:45.8.0-2) unstable; urgency=medium [ Carsten Schoenert ] diff -Nru icedove-45.8.0/debian/patches/fixes/Bug-1273020-Add-missing-null-checks-in-ApplicationAccessi.patch icedove-45.8.0/debian/patches/fixes/Bug-1273020-Add-missing-null-checks-in-ApplicationAccessi.patch --- icedove-45.8.0/debian/patches/fixes/Bug-1273020-Add-missing-null-checks-in-ApplicationAccessi.patch 1970-01-01 01:00:00.0 +0100 +++ icedove-45.8.0/debian/patches/fixes/Bug-1273020-Add-missing-null-checks-in-ApplicationAccessi.patch 2017-03-30 01:28:32.0 +0200 @@ -0,0 +1,79 @@ +From: Carsten Schoenert +Date: Tue, 28 Mar 2017 18:48:46 +0200 +Subject: Bug 1273020 - Add missing null checks in ApplicationAccessible. + r=surkov. + +Origin: https://hg.mozilla.org/mozilla-central/rev/8bfdf5dfcf6b +Origin: https://hg.mozilla.org/mozilla-central/rev/798f02387d36 +Bug-Debian: https://bugs.debian.org/852149 +Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1273020 +Applied-Upstream: Firefox 49.0 +--- + .../accessible/generic/ApplicationAccessible.cpp | 1 + + mozilla/acc
Bug#859972: marked as done (unblock: gajim-omemo/1.0.0-2)
Your message dated Sun, 09 Apr 2017 19:47:00 + with message-id <9fda1c43-9835-c62d-a56e-9378e22c4...@thykier.net> and subject line Re: Bug#859972: unblock: gajim-omemo/1.0.0-2 has caused the Debian Bug report #859972, regarding unblock: gajim-omemo/1.0.0-2 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 ow...@bugs.debian.org immediately.) -- 859972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859972 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gajim-omemo There was a recent change in the OMEMO encryption protocol (#859894), that makes it necessary to change this plugin. Otherwise users could not communicate securely with users of e.g. the latest version of Conversations. Therefore the first patch, using only code from newer upstream versions. Three more patches are added, again using only code from newer upstream versions, to fix another incompatibility with the standard, another security relevant bug (icon displays secure connection, when in fact it is not), and finally a possible crash. Note, that there is also a new package 1.2.0-1 with all upstream fixes and without any Debian patches, in experimental. diff -Nru gajim-omemo-1.0.0/debian/changelog gajim-omemo-1.0.0/debian/changelog --- gajim-omemo-1.0.0/debian/changelog 2016-12-07 23:33:40.0 +0100 +++ gajim-omemo-1.0.0/debian/changelog 2017-04-09 01:09:34.0 +0200 @@ -1,3 +1,12 @@ +gajim-omemo (1.0.0-2) unstable; urgency=medium + + * Add patch for XEP-0384 compliance. (Closes: #859894) + * Add patch for XEP-0380 compliance (correct EME element) + * Add patch to hide lock icon, when OMEMO encryption is disabled + * Add patch to not handle "normal" messages, prevents crash + + -- W. Martin Borgert Sat, 08 Apr 2017 23:09:34 + + gajim-omemo (1.0.0-1) unstable; urgency=medium * New upstream version diff -Nru gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages --- gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/do_not_handle_type_normal_messages 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,20 @@ +Description: do not handle "normal" messages (unencrypted) +Author: Philipp Hörist (upstream code), W. Martin Borgert (Debian patch) +Origin: upstream +Bug: https://dev.gajim.org/gajim/gajim-plugins/issues/182 +Applied-Upstream: 59baed68 +Last-Update: 2017-04-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/omemoplugin.py b/omemoplugin.py +@@ -617,6 +617,9 @@ + --- + Return if encryption is not activated + """ ++if event.type_ == 'normal': ++return False ++ + account = event.account + if account in self.disabled_accounts: + return diff -Nru gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled --- gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/hide_lock_icon_when_omemo_gets_disabled 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,19 @@ +Description: Hide lock icon when omemo gets disabled +Author: Philipp Hörist (upstream code), W. Martin Borgert (Debian patch) +Origin: upstream +Bug: https://dev.gajim.org/gajim/gajim-plugins/issues/161 +Applied-Upstream: 5d0858e4 +Last-Update: 2017-04-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ui.py b/ui.py +@@ -322,6 +322,8 @@ + + def removeUi(self): + self.actions_hbox.remove(self.omemobutton) ++self.chat_control._show_lock_image(False, 'OMEMO', False, True, ++ False) + self.chat_control.prepare_context_menu = \ + self.chat_control.omemo_orig_prepare_context_menu + self.chat_control.send_message = self.chat_control.orig_send_message diff -Nru gajim-omemo-1.0.0/debian/patches/series gajim-omemo-1.0.0/debian/patches/series --- gajim-omemo-1.0.0/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ gajim-omemo-1.0.0/debian/patches/series 2017-04-09 01:09:34.0 +0200 @@ -0,0 +1,4 @@ +do_not_handle_type_normal_messages +hide_lock_icon_when_omemo_gets_disabled +xep-0380-compliance +xep-0384-compliance diff -Nru gajim-omemo-1
Bug#859982: unblock: espeak-ng/1.49.0+dfsg-9
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hello, espeak-ng is meant to be a replacement for espeak. It provides an ABI-compatible package (libespeak-ng-libespeak1) for the libespeak1 package, so that users can switch between the espeak implementation and the espeak-ng. Packages however have versioned dependencies, so libespeak-ng-libespeak1 needs to have a versioned Provides. I have uploaded the attached changes to add the version to libespeak-ng-libespeak1's Provides. Similarly, libespeak-ng-libespeak-dev replaces libespeak-dev, and needs a versioned Provides for the packages which build-depend on a given version of libespeak-dev. unblock espeak-ng/1.49.0+dfsg-9 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.10.0 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel FYLG> Tiens, vlà une URL qui va bien : FYLG> ftp://127.0.0.1/WaReZ/NiouZeS/WinDoZe/NeWSMoNGeR/SuPeR c'est gentil sauf que l'adresse ne fonctionne pas sa me fais une erreur -+- Furtif in Guide du Neuneu Usenet : -+- diff -Nru espeak-ng-1.49.0+dfsg/debian/changelog espeak-ng-1.49.0+dfsg/debian/changelog --- espeak-ng-1.49.0+dfsg/debian/changelog 2017-03-12 13:00:59.0 +0100 +++ espeak-ng-1.49.0+dfsg/debian/changelog 2017-04-09 23:05:00.0 +0200 @@ -1,3 +1,10 @@ +espeak-ng (1.49.0+dfsg-9) unstable; urgency=medium + + * control: Add version to libespeak-ng-libespeak1 Provides +(Closes: Bug#859949). + + -- Samuel Thibault Sun, 09 Apr 2017 23:05:00 +0200 + espeak-ng (1.49.0+dfsg-8) unstable; urgency=medium * control: Fix libespeak-ng-libespeak1 dependency on libespeak-ng1, thanks diff -Nru espeak-ng-1.49.0+dfsg/debian/control espeak-ng-1.49.0+dfsg/debian/control --- espeak-ng-1.49.0+dfsg/debian/control2017-03-12 12:58:09.0 +0100 +++ espeak-ng-1.49.0+dfsg/debian/control2017-04-09 22:58:39.0 +0200 @@ -89,7 +89,7 @@ Architecture: any Section: libs Multi-Arch: same -Provides: libespeak1 +Provides: libespeak1 (= 1.48.04+dfsg) Conflicts: libespeak1 Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libespeak-ng1 (= ${binary:Version}) @@ -120,7 +120,7 @@ Section: libdevel Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Provides: libespeak-dev +Provides: libespeak-dev (= 1.48.04+dfsg) Conflicts: libespeak-dev Depends: ${misc:Depends}, libespeak-ng-dev (= ${binary:Version}) Description: Multi-lingual software speech synthesizer: development files
Bug#859983: unblock: freedink/108.4+dfsg-2
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Please unblock package freedink The upload applies a fix from upstream for a segfault due to an off-by-one overflow. The latest rebuild makes the game segfault on savegame reload, making the game mostly unusable. Also the upload fixes binNMU support which is currently harmed by a /usr/share/doc symlink from the "all" meta-package to the "arch" main package. diff -Nru freedink-108.4+dfsg/debian/changelog freedink-108.4+dfsg/debian/changelog --- freedink-108.4+dfsg/debian/changelog 2017-01-22 21:06:51.0 +0100 +++ freedink-108.4+dfsg/debian/changelog 2017-04-09 23:10:58.0 +0200 @@ -1,3 +1,10 @@ +freedink (108.4+dfsg-2) unstable; urgency=medium + + * Don't symlink /usr/share/doc/freedink to support binNMU + * Fix segfault when loading game and exiting editor. + + -- Sylvain Beucler Sun, 09 Apr 2017 23:10:58 +0200 + freedink (108.4+dfsg-1) unstable; urgency=medium * Stub out share/freedink/LiberationSans-Regular.ttf (Closes: #851110) diff -Nru freedink-108.4+dfsg/debian/freedink.maintscript freedink-108.4+dfsg/debian/freedink.maintscript --- freedink-108.4+dfsg/debian/freedink.maintscript 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/freedink.maintscript 2017-04-09 23:10:58.0 +0200 @@ -0,0 +1,2 @@ +symlink_to_dir /usr/share/doc/freedink freedink-engine 108.4+dfsg-2~~ +symlink_to_dir /usr/share/doc/freedink-engine-dbg freedink-engine 108.4+dfsg-2~~ diff -Nru freedink-108.4+dfsg/debian/patches/segfault.patch freedink-108.4+dfsg/debian/patches/segfault.patch --- freedink-108.4+dfsg/debian/patches/segfault.patch 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/patches/segfault.patch 2017-04-09 23:01:18.0 +0200 @@ -0,0 +1,36 @@ +commit 2516bb7c16066d432bf287567f30d533cd067337 +Author: Sylvain Beucler +Date: Wed Jun 18 23:20:23 2014 +0200 + +Don't access callback[MAX_CALLBACKS] (overflow) + +diff --git a/src/dinkc.c b/src/dinkc.c +index 74c1e6d..fdf1f19 100644 +--- a/src/dinkc.c b/src/dinkc.c +@@ -64,7 +64,6 @@ struct call_back + unsigned long timer; + }; + static struct call_back callback[MAX_CALLBACKS]; +-/* TODO: Used 1->100 in the game, should it be MAX_CALLBACKS+1 ? */ + + /* DinkC script buffer */ + static char *rbuf[MAX_SCRIPTS]; //pointers to buffers we may need +@@ -779,7 +778,7 @@ int add_callback(char name[20], int n1, int n2, int script) + + void kill_callback(int cb) + { +- if (cb >= 0 && cb <= 99) ++ if (cb >= 0 && cb < MAX_CALLBACKS) + callback[cb].active = /*false*/0; + } + +@@ -870,7 +869,7 @@ void kill_all_scripts_for_real(void) + kill_script(k); + } + +- for (k = 1; k <= MAX_CALLBACKS; k++) ++ for (k = 1; k < MAX_CALLBACKS; k++) + { + callback[k].active = 0; + } diff -Nru freedink-108.4+dfsg/debian/patches/series freedink-108.4+dfsg/debian/patches/series --- freedink-108.4+dfsg/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/patches/series 2017-04-09 23:08:56.0 +0200 @@ -0,0 +1 @@ +segfault.patch diff -Nru freedink-108.4+dfsg/debian/rules freedink-108.4+dfsg/debian/rules --- freedink-108.4+dfsg/debian/rules 2014-10-17 17:15:09.0 +0200 +++ freedink-108.4+dfsg/debian/rules 2017-04-09 23:10:58.0 +0200 @@ -46,9 +46,5 @@ # Install XPM icon cp -a src/freedink_xpm.c debian/freedink-engine/usr/share/pixmaps/freedink.xpm -override_dh_installdocs: - # --link-doc requires debhelper 7.4.2 - dh_installdocs --link-doc=freedink-engine - override_dh_installchangelogs: dh_installchangelogs ChangeLog unblock freedink/108.4+dfsg-2 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Bug#859984: unblock: gdal/2.1.2+dfsg-5
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gdal It fixes the upgrade issue reported in #859918 by adding Breaks on libgdal1h. unblock gdal/2.1.2+dfsg-5 Kind Regards, Bas diff -Nru gdal-2.1.2+dfsg/debian/changelog gdal-2.1.2+dfsg/debian/changelog --- gdal-2.1.2+dfsg/debian/changelog2017-04-02 23:35:22.0 +0200 +++ gdal-2.1.2+dfsg/debian/changelog2017-04-09 13:22:29.0 +0200 @@ -1,3 +1,10 @@ +gdal (2.1.2+dfsg-5) unstable; urgency=medium + + * Mark libgdal20 as breaking libgdal1h to fix upgrades. +(closes: #859918) + + -- Bas Couwenberg Sun, 09 Apr 2017 13:22:29 +0200 + gdal (2.1.2+dfsg-4) unstable; urgency=medium * Enable PIE hardening flags. diff -Nru gdal-2.1.2+dfsg/debian/control gdal-2.1.2+dfsg/debian/control --- gdal-2.1.2+dfsg/debian/control 2017-04-02 22:41:06.0 +0200 +++ gdal-2.1.2+dfsg/debian/control 2017-04-09 13:20:47.0 +0200 @@ -69,6 +69,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: proj-bin +Breaks: libgdal1h (<< 2.0) Provides: gdal-abi-2-1-2 Description: Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats.
Bug#859984: marked as done (unblock: gdal/2.1.2+dfsg-5)
Your message dated Mon, 10 Apr 2017 06:14:00 + with message-id <29030c8b-858e-1289-cc56-34c1e4425...@thykier.net> and subject line Re: Bug#859984: unblock: gdal/2.1.2+dfsg-5 has caused the Debian Bug report #859984, regarding unblock: gdal/2.1.2+dfsg-5 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 ow...@bugs.debian.org immediately.) -- 859984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859984 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gdal It fixes the upgrade issue reported in #859918 by adding Breaks on libgdal1h. unblock gdal/2.1.2+dfsg-5 Kind Regards, Bas diff -Nru gdal-2.1.2+dfsg/debian/changelog gdal-2.1.2+dfsg/debian/changelog --- gdal-2.1.2+dfsg/debian/changelog2017-04-02 23:35:22.0 +0200 +++ gdal-2.1.2+dfsg/debian/changelog2017-04-09 13:22:29.0 +0200 @@ -1,3 +1,10 @@ +gdal (2.1.2+dfsg-5) unstable; urgency=medium + + * Mark libgdal20 as breaking libgdal1h to fix upgrades. +(closes: #859918) + + -- Bas Couwenberg Sun, 09 Apr 2017 13:22:29 +0200 + gdal (2.1.2+dfsg-4) unstable; urgency=medium * Enable PIE hardening flags. diff -Nru gdal-2.1.2+dfsg/debian/control gdal-2.1.2+dfsg/debian/control --- gdal-2.1.2+dfsg/debian/control 2017-04-02 22:41:06.0 +0200 +++ gdal-2.1.2+dfsg/debian/control 2017-04-09 13:20:47.0 +0200 @@ -69,6 +69,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: proj-bin +Breaks: libgdal1h (<< 2.0) Provides: gdal-abi-2-1-2 Description: Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. --- End Message --- --- Begin Message --- Bas Couwenberg: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Please unblock package gdal > > It fixes the upgrade issue reported in #859918 by adding Breaks on > libgdal1h. > > unblock gdal/2.1.2+dfsg-5 > > Kind Regards, > > Bas > Unblocked, thanks. ~Niels--- End Message ---
Bug#859983: marked as done (unblock: freedink/108.4+dfsg-2)
Your message dated Mon, 10 Apr 2017 06:14:00 + with message-id <79216d4a-e1de-7191-88b5-012b98464...@thykier.net> and subject line Re: Bug#859983: unblock: freedink/108.4+dfsg-2 has caused the Debian Bug report #859983, regarding unblock: freedink/108.4+dfsg-2 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 ow...@bugs.debian.org immediately.) -- 859983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859983 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Please unblock package freedink The upload applies a fix from upstream for a segfault due to an off-by-one overflow. The latest rebuild makes the game segfault on savegame reload, making the game mostly unusable. Also the upload fixes binNMU support which is currently harmed by a /usr/share/doc symlink from the "all" meta-package to the "arch" main package. diff -Nru freedink-108.4+dfsg/debian/changelog freedink-108.4+dfsg/debian/changelog --- freedink-108.4+dfsg/debian/changelog 2017-01-22 21:06:51.0 +0100 +++ freedink-108.4+dfsg/debian/changelog 2017-04-09 23:10:58.0 +0200 @@ -1,3 +1,10 @@ +freedink (108.4+dfsg-2) unstable; urgency=medium + + * Don't symlink /usr/share/doc/freedink to support binNMU + * Fix segfault when loading game and exiting editor. + + -- Sylvain Beucler Sun, 09 Apr 2017 23:10:58 +0200 + freedink (108.4+dfsg-1) unstable; urgency=medium * Stub out share/freedink/LiberationSans-Regular.ttf (Closes: #851110) diff -Nru freedink-108.4+dfsg/debian/freedink.maintscript freedink-108.4+dfsg/debian/freedink.maintscript --- freedink-108.4+dfsg/debian/freedink.maintscript 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/freedink.maintscript 2017-04-09 23:10:58.0 +0200 @@ -0,0 +1,2 @@ +symlink_to_dir /usr/share/doc/freedink freedink-engine 108.4+dfsg-2~~ +symlink_to_dir /usr/share/doc/freedink-engine-dbg freedink-engine 108.4+dfsg-2~~ diff -Nru freedink-108.4+dfsg/debian/patches/segfault.patch freedink-108.4+dfsg/debian/patches/segfault.patch --- freedink-108.4+dfsg/debian/patches/segfault.patch 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/patches/segfault.patch 2017-04-09 23:01:18.0 +0200 @@ -0,0 +1,36 @@ +commit 2516bb7c16066d432bf287567f30d533cd067337 +Author: Sylvain Beucler +Date: Wed Jun 18 23:20:23 2014 +0200 + +Don't access callback[MAX_CALLBACKS] (overflow) + +diff --git a/src/dinkc.c b/src/dinkc.c +index 74c1e6d..fdf1f19 100644 +--- a/src/dinkc.c b/src/dinkc.c +@@ -64,7 +64,6 @@ struct call_back + unsigned long timer; + }; + static struct call_back callback[MAX_CALLBACKS]; +-/* TODO: Used 1->100 in the game, should it be MAX_CALLBACKS+1 ? */ + + /* DinkC script buffer */ + static char *rbuf[MAX_SCRIPTS]; //pointers to buffers we may need +@@ -779,7 +778,7 @@ int add_callback(char name[20], int n1, int n2, int script) + + void kill_callback(int cb) + { +- if (cb >= 0 && cb <= 99) ++ if (cb >= 0 && cb < MAX_CALLBACKS) + callback[cb].active = /*false*/0; + } + +@@ -870,7 +869,7 @@ void kill_all_scripts_for_real(void) + kill_script(k); + } + +- for (k = 1; k <= MAX_CALLBACKS; k++) ++ for (k = 1; k < MAX_CALLBACKS; k++) + { + callback[k].active = 0; + } diff -Nru freedink-108.4+dfsg/debian/patches/series freedink-108.4+dfsg/debian/patches/series --- freedink-108.4+dfsg/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ freedink-108.4+dfsg/debian/patches/series 2017-04-09 23:08:56.0 +0200 @@ -0,0 +1 @@ +segfault.patch diff -Nru freedink-108.4+dfsg/debian/rules freedink-108.4+dfsg/debian/rules --- freedink-108.4+dfsg/debian/rules 2014-10-17 17:15:09.0 +0200 +++ freedink-108.4+dfsg/debian/rules 2017-04-09 23:10:58.0 +0200 @@ -46,9 +46,5 @@ # Install XPM icon cp -a src/freedink_xpm.c debian/freedink-engine/usr/share/pixmaps/freedink.xpm -override_dh_installdocs: - # --link-doc requires debhelper 7.4.2 - dh_installdocs --link-doc=freedink-engine - override_dh_installchangelogs: dh_installchangelogs ChangeLog unblock freedink/108.4+dfsg-2 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: syst
Bug#859982: unblock: espeak-ng/1.49.0+dfsg-9
Samuel Thibault: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Hello, > > espeak-ng is meant to be a replacement for espeak. It provides an > ABI-compatible package (libespeak-ng-libespeak1) for the libespeak1 > package, so that users can switch between the espeak implementation and > the espeak-ng. > > Packages however have versioned dependencies, so libespeak-ng-libespeak1 > needs to have a versioned Provides. I have uploaded the attached changes > to add the version to libespeak-ng-libespeak1's Provides. > > Similarly, libespeak-ng-libespeak-dev replaces libespeak-dev, and needs > a versioned Provides for the packages which build-depend on a given > version of libespeak-dev. > > unblock espeak-ng/1.49.0+dfsg-9 > [...] Ack from me, CC'ing KiBi for a d-i ack. Thanks, ~Niels
Updating migration mail send times
Hi, At the moment, we send out migration emails around 16:39 UTC. I propose that we move migration mails to 04:39 UTC. This is after the main Britney run at 22:00 UTC has been committed by a dinstall. Alternatively, we add additional mail runs - one of which is at 04:39 UTC. My primary motivation is that right now we have a 18-19 hour latency between the bulk migration and people receiving their mail about it. By moving the mails to 04:39 UTC, the vast majority of people will receive their migration mail shortly after it migrates. The tracker page will have the "it migrated" notification a lot earlier and it will be less confusing for all contributors (who are not aware of or have forgotten this technical details of how this all fits together). If there are no objections, I will update our cronjob during the weekend to use 04:39. I am happy to increase to 2 or 4 runs as well, if there is support for that. Thanks, ~Niels signature.asc Description: OpenPGP digital signature