diff -Nru mikmod-3.2.8/debian/changelog mikmod-3.2.8/debian/changelog --- mikmod-3.2.8/debian/changelog 2018-05-03 14:16:51.000000000 +0000 +++ mikmod-3.2.8/debian/changelog 2018-05-13 16:22:37.000000000 +0000 @@ -1,8 +1,11 @@ -mikmod (3.2.8-1build1) cosmic; urgency=medium +mikmod (3.2.8-2) unstable; urgency=medium - * No-change rebuild for ncurses soname changes. + * Migrate to Salsa. + * Fix a few spelling mistakes. + * Switch to debhelper compatibility level 11. + * Standards-Version 4.1.4, no further change required. - -- Matthias Klose Thu, 03 May 2018 14:16:51 +0000 + -- Stephen Kitt Sun, 13 May 2018 18:22:37 +0200 mikmod (3.2.8-1) unstable; urgency=medium @@ -157,7 +160,7 @@ mikmod (3.1.6-1) unstable; urgency=low * New upstream version - * Policy 3.0.0, debhelper v2 (hi joeyh!) + * Policy 3.0.0, debhelper v2 (hi joeyh!) * Removed Suggests line for non-free archivers since if you have tracks that are compressed with an archiver you know you need the archiver. @@ -223,4 +226,3 @@ * Fixes Bug#5671 - errors now re-displayed on exit. -- Steve McIntyre Wed, 1 Jan 1997 14:10:39 +0000 - diff -Nru mikmod-3.2.8/debian/compat mikmod-3.2.8/debian/compat --- mikmod-3.2.8/debian/compat 2017-06-19 20:07:42.000000000 +0000 +++ mikmod-3.2.8/debian/compat 2018-05-13 16:18:01.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru mikmod-3.2.8/debian/control mikmod-3.2.8/debian/control --- mikmod-3.2.8/debian/control 2017-06-19 20:09:00.000000000 +0000 +++ mikmod-3.2.8/debian/control 2018-05-13 16:22:13.000000000 +0000 @@ -2,12 +2,12 @@ Maintainer: Stephen Kitt Section: sound Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), libmikmod-dev, libncurses5-dev -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mikmod.git -Vcs-Git: https://anonscm.debian.org/git/collab-maint/mikmod.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/mod-player-team/mikmod +Vcs-Git: https://salsa.debian.org/mod-player-team/mikmod.git Homepage: http://mikmod.sf.net Package: mikmod diff -Nru mikmod-3.2.8/debian/patches/series mikmod-3.2.8/debian/patches/series --- mikmod-3.2.8/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ mikmod-3.2.8/debian/patches/series 2018-05-13 16:12:50.000000000 +0000 @@ -0,0 +1 @@ +spelling-fixes.patch diff -Nru mikmod-3.2.8/debian/patches/spelling-fixes.patch mikmod-3.2.8/debian/patches/spelling-fixes.patch --- mikmod-3.2.8/debian/patches/spelling-fixes.patch 1970-01-01 00:00:00.000000000 +0000 +++ mikmod-3.2.8/debian/patches/spelling-fixes.patch 2018-05-13 16:16:02.000000000 +0000 @@ -0,0 +1,78 @@ +Description: Fix a few spelling mistakes +Author: Stephen Kitt + +--- a/mikmod.cfg ++++ b/mikmod.cfg +@@ -221,7 +221,7 @@ + # EXTRACT = , command to extract a file to stdout (%A archive name, + # %a short archive name, %f file name, %d destination name(non UNIX)) + # SKIPPAT = , Remove the first SKIPSTART lines starting from the first +-# occurence of SKIPPAT and the last SKIPEND lines from the ++# occurrence of SKIPPAT and the last SKIPEND lines from the + # extracted file (if the command EXTRACT mixes status + # information and the module). + # SKIPSTART = , +--- a/mikmodrc ++++ b/mikmodrc +@@ -221,7 +221,7 @@ + # EXTRACT = , command to extract a file to stdout (%A archive name, + # %a short archive name, %f file name, %d destination name(non UNIX)) + # SKIPPAT = , Remove the first SKIPSTART lines starting from the first +-# occurence of SKIPPAT and the last SKIPEND lines from the ++# occurrence of SKIPPAT and the last SKIPEND lines from the + # extracted file (if the command EXTRACT mixes status + # information and the module). + # SKIPSTART = , +--- a/src/marchive.c ++++ b/src/marchive.c +@@ -362,7 +362,7 @@ + + /* Create a copy of file 'fd' with the first 'start' lines and the + last 'end' lines removed. Ignore all lines up to the first +- occurence of startpat. Unlink the copy and return a file ++ occurrence of startpat. Unlink the copy and return a file + descriptor to the copy. If the file could not be unlinked (e.g. + under Windows an open file can not be unlinked), return its + name in 'file'.*/ +--- a/src/mconfig.c ++++ b/src/mconfig.c +@@ -262,7 +262,7 @@ + + The last three fields specify which part to use from the extracted file + (if the extraction program mixes status information and the module). +- The first skipstart lines starting from the first occurence of skippat ++ The first skipstart lines starting from the first occurrence of skippat + and the last skipend lines from the extracted file are removed. + */ + +@@ -762,7 +762,7 @@ + " EXTRACT = , command to extract a file to stdout (%A archive name,\n" + " %a short archive name, %f file name, %d destination name(non UNIX))\n" + " SKIPPAT = , Remove the first SKIPSTART lines starting from the first\n" +- " occurence of SKIPPAT and the last SKIPEND lines from the\n" ++ " occurrence of SKIPPAT and the last SKIPEND lines from the\n" + " extracted file (if the command EXTRACT mixes status\n" + " information and the module).\n" + " SKIPSTART = , \n" +--- a/src/mconfedit.c ++++ b/src/mconfedit.c +@@ -751,7 +751,7 @@ + break; + case MENU_REVERT: + config_set_config(&config); +- win_status("Changed configuration reseted"); ++ win_status("Changed configuration reset"); + break; + } + break; +--- a/src/mikmod.1 ++++ b/src/mikmod.1 +@@ -254,7 +254,7 @@ + + You can select commands in the menus either by moving the selection with the + arrow keys and pressing enter, or entering the highlighted letter corresponding +-ot the command you want to select. ++to the command you want to select. + + Menu entries ending with a \fB>\fR character open a submenu, whereas entries + ending in \fB...\fR open a dialog box. You can dismiss a submenu either by