[Python-apps-commits] r12666 - in packages/frescobaldi/trunk/debian (4 files)

foka at users.alioth.debian.org foka at users.alioth.debian.org
Sun Dec 27 04:33:12 UTC 2015


    Date: Sunday, December 27, 2015 @ 04:33:10
  Author: foka
Revision: 12666

Release frescobaldi (2.18.2+ds1-1) for Debian

  * New upstream release.
  * Update debian/watch to use frescobaldi-2.18.2.tar.gz that the upstream
    author specifically packaged and provided sha256sum rather than
    v2.18.2.tar.gz that is automatically packaged by GitHub and contains
    large and unneeded GIMP XCF image files.
  * Remove previously applied upstream patch fix-typeerror-qbrush.diff
    which is now an integral part of Frescobaldi version 2.18.2.

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

Modified: packages/frescobaldi/trunk/debian/changelog
===================================================================
--- packages/frescobaldi/trunk/debian/changelog	2015-12-24 06:30:50 UTC (rev 12665)
+++ packages/frescobaldi/trunk/debian/changelog	2015-12-27 04:33:10 UTC (rev 12666)
@@ -1,3 +1,15 @@
+frescobaldi (2.18.2+ds1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update debian/watch to use frescobaldi-2.18.2.tar.gz that the upstream
+    author specifically packaged and provided sha256sum rather than
+    v2.18.2.tar.gz that is automatically packaged by GitHub and contains
+    large and unneeded GIMP XCF image files.
+  * Remove previously applied upstream patch fix-typeerror-qbrush.diff
+    which is now an integral part of Frescobaldi version 2.18.2.
+
+ -- Anthony Fok <foka at debian.org>  Sat, 26 Dec 2015 21:31:35 -0700
+
 frescobaldi (2.18.1+ds1-3) unstable; urgency=high
 
   * Acknowledge Ubuntu upload (2.18.1+ds1-2ubuntu1) with upstream fix:

Deleted: packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff
===================================================================
--- packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff	2015-12-24 06:30:50 UTC (rev 12665)
+++ packages/frescobaldi/trunk/debian/patches/fix-typeerror-qbrush.diff	2015-12-27 04:33:10 UTC (rev 12666)
@@ -1,28 +0,0 @@
-Author: Wilbert Berendsen <wbsoft at xs4all.nl>
-Date:   Sun Sep 6 08:58:06 2015 +0200
-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):
-         selected_tile.setAlpha(96)
-         selected_box = self.palette().color(QPalette.Highlight)
-         
--        text_pen = QPen(self.palette().text())
-+        text_pen = QPen(self.palette().text().color())
-         disabled_pen = QPen(self.palette().color(QPalette.Disabled, QPalette.Text))
-         selection_pen = QPen(selected_box)
-         for row in rows:

Modified: packages/frescobaldi/trunk/debian/patches/series
===================================================================
--- packages/frescobaldi/trunk/debian/patches/series	2015-12-24 06:30:50 UTC (rev 12665)
+++ packages/frescobaldi/trunk/debian/patches/series	2015-12-27 04:33:10 UTC (rev 12666)
@@ -1,2 +1 @@
 private-module-directory.patch
-fix-typeerror-qbrush.diff

Modified: packages/frescobaldi/trunk/debian/watch
===================================================================
--- packages/frescobaldi/trunk/debian/watch	2015-12-24 06:30:50 UTC (rev 12665)
+++ packages/frescobaldi/trunk/debian/watch	2015-12-27 04:33:10 UTC (rev 12666)
@@ -1,3 +1,3 @@
 version=3
-opts="repacksuffix=+ds1,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/frescobaldi-$1\.tar\.gz/,dversionmangle=s/\+ds\d*$//" \
-  https://github.com/wbsoft/frescobaldi/tags .*/v?(\d\S*)\.tar\.gz
+opts="repacksuffix=+ds1,dversionmangle=s/\+ds\d*$//" \
+  https://github.com/wbsoft/frescobaldi/releases .*/frescobaldi-(\d\S*)\.tar\.gz




More information about the Python-apps-commits mailing list