summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..70be1ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.