diff -Nru yudit-2.9.6/debian/changelog yudit-2.9.6/debian/changelog --- yudit-2.9.6/debian/changelog 2017-07-27 00:46:55.000000000 +0000 +++ yudit-2.9.6/debian/changelog 2018-07-17 20:56:15.000000000 +0000 @@ -1,3 +1,15 @@ +yudit (2.9.6-8) unstable; urgency=medium + + * debian/control + - Move Vcs-* to salsa.debian.org + - Set Standards-Version: 4.1.5 + - use dh11 + - use https for Homepage + * debian/watch + - use https for debian/watch + + -- Hideki Yamane Wed, 18 Jul 2018 05:56:15 +0900 + yudit (2.9.6-7) unstable; urgency=medium * debian/control diff -Nru yudit-2.9.6/debian/compat yudit-2.9.6/debian/compat --- yudit-2.9.6/debian/compat 2017-07-27 00:46:55.000000000 +0000 +++ yudit-2.9.6/debian/compat 2018-07-17 20:56:15.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru yudit-2.9.6/debian/control yudit-2.9.6/debian/control --- yudit-2.9.6/debian/control 2017-07-27 00:46:55.000000000 +0000 +++ yudit-2.9.6/debian/control 2018-07-17 20:56:15.000000000 +0000 @@ -2,11 +2,11 @@ Section: editors Priority: optional Maintainer: Hideki Yamane -Build-Depends: debhelper (>= 10), x11proto-core-dev, libx11-dev, gettext -Standards-Version: 4.0.0 -Homepage: http://www.yudit.org -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/yudit.git/ -Vcs-Git: https://anonscm.debian.org/git/collab-maint/yudit.git +Build-Depends: debhelper (>= 11), x11proto-core-dev, libx11-dev, gettext +Standards-Version: 4.1.5 +Homepage: https://www.yudit.org +Vcs-Browser: https://salsa.debian.org/debian/yudit +Vcs-Git: https://salsa.debian.org/debian/yudit.git Package: yudit Architecture: any diff -Nru yudit-2.9.6/debian/patches/fix_typo.patch yudit-2.9.6/debian/patches/fix_typo.patch --- yudit-2.9.6/debian/patches/fix_typo.patch 2017-07-27 00:46:55.000000000 +0000 +++ yudit-2.9.6/debian/patches/fix_typo.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ -Description: fix typo - fix some typo detected by Debian's lintian tool - . -Author: Hideki Yamane ---- -Origin: vendor -Forwarded: no -Last-Update: 2012-10-08 - ---- yudit-2.9.2.orig/stoolkit/SCluster.cpp- -+++ yudit-2.9.2/stoolkit/SCluster.cpp- -@@ -1442,6 +1442,6 @@ getShapeCode (unsigned int icode) - "fin3", - "init", - }; -- if (icode >= 8) return "unkown"; -+ if (icode >= 8) return "unknown"; - return shapes[icode]; - } ---- yudit-2.9.2.orig/stoolkit/SCluster.cpp -+++ yudit-2.9.2/stoolkit/SCluster.cpp -@@ -1584,6 +1584,6 @@ getShapeCode (unsigned int icode) - "fin3", - "init", - }; -- if (icode >= 8) return "unkown"; -+ if (icode >= 8) return "unknown"; - return shapes[icode]; - } ---- yudit-2.9.2.orig/uniprint/Main.cpp -+++ yudit-2.9.2/uniprint/Main.cpp -@@ -39,7 +39,7 @@ - - #define BUFFER_SIZE 512 - --static const char *version="uniprint verison %s GNU(c) Gaspar Sinai\n"; -+static const char *version="uniprint version %s GNU(c) Gaspar Sinai\n"; - static void usage (); - - #define SS_UNIX 0 ---- yudit-2.9.2.orig/gui/SYudit.cpp -+++ yudit-2.9.2/gui/SYudit.cpp -@@ -257,7 +257,7 @@ SYudit::SYudit (const SStringVector& arg - } - else - { -- fprintf (stderr, "Yudit: unkown yudit.editor.xinputs.style=%*.*s\n", -+ fprintf (stderr, "Yudit: unknown yudit.editor.xinputs.style=%*.*s\n", - SSARGS(inputStyle)); - } - ---- yudit-2.9.2.orig/mytool/ProcessFile.cpp -+++ yudit-2.9.2/mytool/ProcessFile.cpp -@@ -786,7 +786,7 @@ processKMap (const char* filename, SInpu - if (error) - { - fprintf (stderr, "mytool: error- bad syntax in file '%s' at line %d\n", -- (filename==0?"unkown":filename), lineNo); -+ (filename==0?"unknown":filename), lineNo); - delete retVle; - return 0; - } -@@ -798,17 +798,17 @@ processKMap (const char* filename, SInpu - if (segmentCount==0) - { - fprintf (stderr, "mytool: error- bad syntax in file '%s' at eof\n", -- (filename==0?"unkown":filename)); -+ (filename==0?"unknown":filename)); - } - else if (currentSegment!=-1) - { - fprintf (stderr, "mytool: bad syntax (missing end?) in file '%s' at eof\n", -- (filename==0?"unkown":filename)); -+ (filename==0?"unknown":filename)); - } - else - { - fprintf (stderr, "mytool: error- bad syntax in file '%s' at multipart '%s'\n", -- (filename==0?"unkown":filename), segments[i]); -+ (filename==0?"unknown":filename), segments[i]); - } - delete retVle; - return 0; ---- yudit-2.9.2.orig/mytool/Main.cpp -+++ yudit-2.9.2/mytool/Main.cpp -@@ -581,7 +581,7 @@ main (int argc, char* argv[]) - fprintf (stdout, "%d.name...............: [%s]\n", i, nameb); - map.getComment (commentb, 1024, i); - fprintf (stdout, "%d.comment............: [%s]\n", i, commentb); -- type = "unkown"; -+ type = "unknown"; - if (mp->itemType == SBMapItem::SBMapNToN) - type = "my"; - if (mp->itemType == SBMapItem::SBMapBumap) diff -Nru yudit-2.9.6/debian/watch yudit-2.9.6/debian/watch --- yudit-2.9.6/debian/watch 2017-07-27 00:46:55.000000000 +0000 +++ yudit-2.9.6/debian/watch 2018-07-17 20:56:15.000000000 +0000 @@ -1,2 +1,2 @@ version=4 -http://yudit.org/download/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ +https://yudit.org/download/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@