Source: modplugtools Version: 0.5.3-1.1 Severity: normal Tags: patch Since randomize-lines is about to be removed (see #799414) the modplugplay manual page should probably reference shuf instead of rl for playing modules in random order.
Attached is a patch with the relevant changes. Thanks, -- -- arthur - [email protected] - http://people.debian.org/~adejong --
diff -Nru modplugtools-0.5.3/debian/changelog modplugtools-0.5.3/debian/changelog --- modplugtools-0.5.3/debian/changelog 2014-10-14 22:59:38.000000000 +0200 +++ modplugtools-0.5.3/debian/changelog 2015-10-07 16:23:12.000000000 +0200 @@ -1,3 +1,10 @@ +modplugtools (0.5.3-1.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Replace randomize-lines with shuf from coreutils. + + -- Arthur de Jong <[email protected]> Wed, 07 Oct 2015 16:22:35 +0200 + modplugtools (0.5.3-1.1) unstable; urgency=low * NMU diff -Nru modplugtools-0.5.3/debian/control modplugtools-0.5.3/debian/control --- modplugtools-0.5.3/debian/control 2011-05-03 15:03:31.000000000 +0200 +++ modplugtools-0.5.3/debian/control 2015-10-07 16:23:22.000000000 +0200 @@ -9,7 +9,6 @@ Package: modplug-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: randomize-lines Description: Modplug playing console tools These are command line players for the following module formats: 669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, diff -Nru modplugtools-0.5.3/debian/modplugplay.1 modplugtools-0.5.3/debian/modplugplay.1 --- modplugtools-0.5.3/debian/modplugplay.1 2011-02-21 16:45:55.000000000 +0100 +++ modplugtools-0.5.3/debian/modplugplay.1 2015-10-07 16:24:10.000000000 +0200 @@ -25,9 +25,8 @@ .IP "\fB+\fP louder" .IP "\fB-\fP softer" .SH EXAMPLES -You can play your modules in random order using the help of -randomize-lines, with this command -.IP "modplugplay `ls|rl`" +You can play your modules in random order with this command +.IP "modplugplay `ls|shuf`" or .IP "modplugplay `ls *.mod | iselect -am`"
signature.asc
Description: This is a digitally signed message part

