[Python-apps-commits] r12601 - in packages/frescobaldi/trunk/debian (3 files)

foka at users.alioth.debian.org foka at users.alioth.debian.org
Sat Nov 21 07:44:39 UTC 2015


    Date: Saturday, November 21, 2015 @ 07:44:38
  Author: foka
Revision: 12601

Release frescobaldi (2.18.1+ds1-3) for Debian

  * Acknowledge Ubuntu upload (2.18.1+ds1-2ubuntu1) with upstream fix:
     - fix-typeerror-qbrush.diff: Fix failure on startup (LP: #1513757)
       TypeError: QPen(): argument 1 has unexpected type QBrush
    Thank you, Timo Aaltonen!
  * Add DEP-3 header fields to fix-typeerror-qbrush.diff
  * Remove obsolete debian/menu: Upstream already contains a superior
    frescobaldi.desktop, and per the tech-ctte decision on #741573,
    the equivalent Debian menu file should be removed.
    See https://lists.debian.org/debian-devel-announce/2015/09/msg00000.html
    for details.  (Fixes Lintian W: command-in-menu-file-and-desktop-file)

Modified:
  packages/frescobaldi/trunk/debian/changelog
  packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff
Deleted:
  packages/frescobaldi/trunk/debian/menu

Modified: packages/frescobaldi/trunk/debian/changelog
===================================================================
--- packages/frescobaldi/trunk/debian/changelog	2015-11-21 07:11:19 UTC (rev 12600)
+++ packages/frescobaldi/trunk/debian/changelog	2015-11-21 07:44:38 UTC (rev 12601)
@@ -1,3 +1,18 @@
+frescobaldi (2.18.1+ds1-3) unstable; urgency=high
+
+  * Acknowledge Ubuntu upload (2.18.1+ds1-2ubuntu1) with upstream fix:
+     - fix-typeerror-qbrush.diff: Fix failure on startup (LP: #1513757)
+       TypeError: QPen(): argument 1 has unexpected type QBrush
+    Thank you, Timo Aaltonen!
+  * Add DEP-3 header fields to fix-typeerror-qbrush.diff
+  * Remove obsolete debian/menu: Upstream already contains a superior
+    frescobaldi.desktop, and per the tech-ctte decision on #741573,
+    the equivalent Debian menu file should be removed.
+    See https://lists.debian.org/debian-devel-announce/2015/09/msg00000.html
+    for details.  (Fixes Lintian W: command-in-menu-file-and-desktop-file)
+
+ -- Anthony Fok <foka at debian.org>  Sat, 21 Nov 2015 00:41:34 -0700
+
 frescobaldi (2.18.1+ds1-2ubuntu1) xenial; urgency=medium
 
   * fix-typeerror-qbrush.diff: Fix failure on startup. (LP: #1513757)

Deleted: packages/frescobaldi/trunk/debian/menu
===================================================================
--- packages/frescobaldi/trunk/debian/menu	2015-11-21 07:11:19 UTC (rev 12600)
+++ packages/frescobaldi/trunk/debian/menu	2015-11-21 07:44:38 UTC (rev 12601)
@@ -1,2 +0,0 @@
-?package(frescobaldi):needs="X11" section="Applications/Editors"\
-  title="frescobaldi" command="/usr/bin/frescobaldi"

Modified: packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff
===================================================================
--- packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff	2015-11-21 07:11:19 UTC (rev 12600)
+++ packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff	2015-11-21 07:44:38 UTC (rev 12601)
@@ -1,16 +1,20 @@
-commit ef3ab90986a0f18549b0a16a62b581b5678cb228
 Author: Wilbert Berendsen <wbsoft at xs4all.nl>
 Date:   Sun Sep 6 08:58:06 2015 +0200
-
-    fix TypeError: QPen(): argument 1 has unexpected type QBrush
-    
-    reported by a Debian user:
-    Frescobaldi: 2.17.2
-    
-    Python: 2.7.10 -- Qt: 4.8.7 -- PyQt4: 4.11.4 -- sip: 4.16.9
-    
-    OS: Linux-4.1.0-2-amd64-x86_64-with-debian-stretch-sid
-
+Description: fix TypeError: QPen(): argument 1 has unexpected type QBrush
+ reported by a Debian user:
+ Frescobaldi: 2.17.2
+ .   
+ Python: 2.7.10 -- Qt: 4.8.7 -- PyQt4: 4.11.4 -- sip: 4.16.9
+ .   
+ OS: Linux-4.1.0-2-amd64-x86_64-with-debian-stretch-sid
+Origin: upstream, https://github.com/wbsoft/frescobaldi/commit/ef3ab90986a0f18549b0a16a62b581b5678cb228
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1513757
+Applied-Upstream: 2.18.2, https://github.com/wbsoft/frescobaldi/commit/ef3ab90986a0f18549b0a16a62b581b5678cb228
+Reviewed-by: Timo Aaltonen <tjaalton at debian.org>
+Reviewed-by: Anthony Fok <tjaalton at debian.org>
+Last-Update: 2015-11-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/frescobaldi_app/widgets/charmap.py
 +++ b/frescobaldi_app/widgets/charmap.py
 @@ -138,7 +138,7 @@ class CharMap(QWidget):




More information about the Python-apps-commits mailing list