File: control

package info (click to toggle)
unsort 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: ansic: 1,408; sh: 1,256; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: unsort
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Guus Sliepen <guus@debian.org>,
           Andreas Tille <tille@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/salvage-team/unsort
Vcs-Git: https://salsa.debian.org/salvage-team/unsort.git
Homepage: https://git.fruit.je/unsort

Package: unsort
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: reorders lines in a file in semirandom ways
 This program reorders the lines in its input with no regard to the actual
 contents. Two permutation algorithms are available: randomization
 based on a good PRNG (the Mersenne Twister algorithm) and "shuffling",
 which permutes the lines in such a way that they're spread more or less
 evenly in the output. This mode is primarily intended for music playlists.