summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 70be1aee7960bd95093d522e793fc726209df623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: sortable
Section: javascript
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 sassc,
 terser,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/tofsjonas/sortable
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/sortable
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/sortable

Package: libjs-sortable
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Suggests:
 javascript-common,
Description: JavaScript table sorter
 sortable is table sorter for HTML documents written in JavaScript. It makes any
 table with class="sortable" sortable. That is the user can click on a table
 header and change the sorting of the table rows.