[SCM] ksirk packaging branch, master, updated. debian/16.04.0-1.1-8-gec55f19

Pino Toscano pino at moszumanska.debian.org
Sun Dec 31 17:29:06 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ksirk.git;a=commitdiff;h=1e0039b

The following commit has been merged in the master branch:
commit 1e0039bd7ff9676cc8fb270596feaf949951a480
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 31 18:21:37 2017 +0100

    update the patches
    
    - fix-signage-of-tbl-array.diff: drop, fixed upstream
---
 debian/changelog                             |  2 ++
 debian/patches/fix-signage-of-tbl-array.diff | 15 ---------------
 debian/patches/series                        |  1 -
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8912463..d653f72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ ksirk (4:17.08.3-0r1) UNRELEASED; urgency=medium
     - drop ksirk.install, no more useful now
     - make sure to not ship development .so symlinks, and static libraries
     - drop not-installed, no more needed now
+  * Update the patches:
+    - fix-signage-of-tbl-array.diff: drop, fixed upstream
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 31 Oct 2017 18:02:49 +0100
 
diff --git a/debian/patches/fix-signage-of-tbl-array.diff b/debian/patches/fix-signage-of-tbl-array.diff
deleted file mode 100644
index 85b1b30..0000000
--- a/debian/patches/fix-signage-of-tbl-array.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix signage of tbl array in XMPP code
-Author: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
-Last-Update: 2017-03-06
-
---- ksirk-16.04.0.orig/ksirk/iris/src/xmpp/base64/base64.cpp
-+++ ksirk-16.04.0/ksirk/iris/src/xmpp/base64/base64.cpp
-@@ -45,7 +45,7 @@ QByteArray Base64::decode(const QString&
- 	// 64 specifies eof
- 	// everything else specifies data
- 
--	char tbl[] = {
-+	signed char tbl[] = {
- 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
- 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
- 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e01530a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-signage-of-tbl-array.diff

-- 
ksirk packaging



More information about the pkg-kde-commits mailing list