diff -Nru xmp-4.1.0/debian/changelog xmp-4.1.0/debian/changelog --- xmp-4.1.0/debian/changelog 2019-09-05 11:17:07.000000000 +0000 +++ xmp-4.1.0/debian/changelog 2020-10-11 19:38:06.000000000 +0000 @@ -1,8 +1,17 @@ -xmp (4.1.0-2build1) eoan; urgency=medium +xmp (4.1.0-3) unstable; urgency=low - * No-change upload with strops.h and sys/strops.h removed in glibc. + [ Debian Janitor ] + * Set debhelper-compat version in Build-Depends. - -- Matthias Klose Thu, 05 Sep 2019 11:17:07 +0000 + [ Stephen Kitt ] + * Record that spelling-fixes.patch has been forwarded upstream. + * Fix the email addresses in the changelog. + * Set “Rules-Requires-Root: no”. + * Switch to debhelper compatibility level 13. + * Standards-Version 4.5.0, no further change required. + * Fix the apostrophes in the man page. + + -- Stephen Kitt Sun, 11 Oct 2020 21:38:06 +0200 xmp (4.1.0-2) unstable; urgency=medium @@ -369,7 +378,7 @@ * Set maintainer to Debian QA Group . - -- Thomas Bushnell, BSG Sun, 30 Dec 2001 18:50:22 -0800 + -- "Thomas Bushnell, BSG" Sun, 30 Dec 2001 18:50:22 -0800 xmp (1.1.3-1.2) unstable; urgency=low diff -Nru xmp-4.1.0/debian/compat xmp-4.1.0/debian/compat --- xmp-4.1.0/debian/compat 2018-05-15 13:32:07.000000000 +0000 +++ xmp-4.1.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru xmp-4.1.0/debian/control xmp-4.1.0/debian/control --- xmp-4.1.0/debian/control 2018-05-15 17:42:41.000000000 +0000 +++ xmp-4.1.0/debian/control 2020-10-11 19:33:06.000000000 +0000 @@ -2,15 +2,16 @@ Maintainer: Stephen Kitt Section: sound Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 13), libasound2-dev | libasound-dev [linux-any], libaudio-dev, libpulse-dev, libxmp-dev (>= 4.4) -Standards-Version: 4.1.4 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/mod-player-team/xmp Vcs-Git: https://salsa.debian.org/mod-player-team/xmp.git Homepage: http://xmp.sourceforge.net/ +Rules-Requires-Root: no Package: xmp Architecture: any diff -Nru xmp-4.1.0/debian/patches/acute-accents.patch xmp-4.1.0/debian/patches/acute-accents.patch --- xmp-4.1.0/debian/patches/acute-accents.patch 1970-01-01 00:00:00.000000000 +0000 +++ xmp-4.1.0/debian/patches/acute-accents.patch 2020-10-11 19:36:39.000000000 +0000 @@ -0,0 +1,39 @@ +commit a8dd412241800b99effaaf90a8dfbde2ad651f85 +Author: Stephen Kitt +Date: Sun Oct 11 21:35:38 2020 +0200 + + Use apostrophes instead of acute accents + + In groff, \' represents an acute accent, not an apostrophe. This + replaces these with straight apostrophes. + + Signed-off-by: Stephen Kitt + +diff --git a/src/xmp.1 b/src/xmp.1 +index 98d21925..57f42597 100644 +--- a/src/xmp.1 ++++ b/src/xmp.1 +@@ -116,12 +116,12 @@ Load and mix module, but discard output data (same as \-\-device=null)\&. + .IP "\fB\-\-nocmd\fP" + Disable interactive commands\&. + .IP "\fB\-o, \-\-output\-file\fP \fIfilename\fP" +-Set the output file name when mixing to raw or WAV files\&. If \'-\' is ++Set the output file name when mixing to raw or WAV files\&. If '-' is + given as the file name, the output will be sent to stdout\&. + .IP "\fB\-P, \-\-pan\fP \fInum\fP" + Set the percentual panning amplitude\&. + .IP "\fB\-P, \-\-default\-pan\fP \fInum\fP" +-Set the percentual default pan setting for modules that don\'t set their ++Set the percentual default pan setting for modules that don't set their + own pan values\&. Useful to reduce LRRL pan separation on headphones\&. + This parameter does not affect the Amiga 500 classic mixer\&. + .IP "\fB\-\-probe\-only\fP" +@@ -187,7 +187,7 @@ the values\&. + .IP "\fB\-D\fP \fIdev=device_name\fP" + Set the audio device to open\&. Default is /dev/dsp\&. + .IP "\fB\-D\fP \fInosync\fP" +-Don\'t sync the OSS audio device between modules\&. ++Don't sync the OSS audio device between modules\&. + .PP + BSD driver options: + .IP "\fB\-D\fP \fIgain=value\fP" diff -Nru xmp-4.1.0/debian/patches/series xmp-4.1.0/debian/patches/series --- xmp-4.1.0/debian/patches/series 2018-05-15 17:39:15.000000000 +0000 +++ xmp-4.1.0/debian/patches/series 2020-10-11 19:36:48.000000000 +0000 @@ -1 +1,2 @@ spelling-fixes.patch +acute-accents.patch diff -Nru xmp-4.1.0/debian/patches/spelling-fixes.patch xmp-4.1.0/debian/patches/spelling-fixes.patch --- xmp-4.1.0/debian/patches/spelling-fixes.patch 2018-05-15 17:42:18.000000000 +0000 +++ xmp-4.1.0/debian/patches/spelling-fixes.patch 2020-10-11 18:34:45.000000000 +0000 @@ -1,5 +1,6 @@ Description: Spelling fixes Author: Stephen Kitt +Forwarded: https://github.com/cmatsuoka/xmp-cli/pull/17 --- a/src/xmp.1 +++ b/src/xmp.1