diff -Nru xchat-2.8.8/debian/changelog xchat-2.8.8/debian/changelog --- xchat-2.8.8/debian/changelog 2018-03-12 09:55:23.000000000 +0000 +++ xchat-2.8.8/debian/changelog 2018-04-24 10:36:21.000000000 +0000 @@ -1,3 +1,10 @@ +xchat (2.8.8-15) unstable; urgency=medium + + * Drop old and useless patch + * Bump std-version to 4.1.4, no changes required. + + -- Gianfranco Costamagna Tue, 24 Apr 2018 12:36:21 +0200 + xchat (2.8.8-14) unstable; urgency=medium * Do not depend on gconf2 (Closes: #375500) diff -Nru xchat-2.8.8/debian/control xchat-2.8.8/debian/control --- xchat-2.8.8/debian/control 2018-03-12 09:55:22.000000000 +0000 +++ xchat-2.8.8/debian/control 2018-04-24 10:36:21.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Gianfranco Costamagna -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 Build-Depends: bison, chrpath, debhelper (>= 10), diff -Nru xchat-2.8.8/debian/patches/asd xchat-2.8.8/debian/patches/asd --- xchat-2.8.8/debian/patches/asd 2018-03-12 09:55:23.000000000 +0000 +++ xchat-2.8.8/debian/patches/asd 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -Description: - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - xchat (2.8.8-14ubuntu1) UNRELEASED; urgency=medium - . - * debian/patches/f4a592c4f0364d35068bca9f2634946750340356.patch: - [DESCRIBE CHANGES HERE] -Author: Gianfranco Costamagna - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: 2018-03-12 - ---- xchat-2.8.8.orig/src/common/servlist.c -+++ xchat-2.8.8/src/common/servlist.c -@@ -940,7 +940,7 @@ servlist_load_defaults (void) - free (net->encoding); - net->encoding = strdup (def[i].charset); - } -- if (g_strcmp0(def[i].network, "Ubuntu Servers") == 0) -+ if (g_str_hash (def[i].network) == 0x37473b25) - prefs.slist_select = j; - j++; - } else diff -Nru xchat-2.8.8/debian/patches/ubuntu.series xchat-2.8.8/debian/patches/ubuntu.series --- xchat-2.8.8/debian/patches/ubuntu.series 2018-03-12 09:55:23.000000000 +0000 +++ xchat-2.8.8/debian/patches/ubuntu.series 2018-04-24 10:36:03.000000000 +0000 @@ -43,4 +43,3 @@ 15600f405f2d5bda6ccf0dd73957395716e0d4d3.patch c99f2ba645d1f4d01d6d2bb0cc1238825e15c604.patch utf8-by-default.patch -asd