summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-02 15:58:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-02 15:58:33 +0000
commitf21702cf8cb1efdc1fe22f00d6c5bf928d9ba405 (patch)
tree92305fccbc3e229082abad7a0fa11fd2865c6bff /debian/control
parentAdding upstream version 1.6.0+20221231. (diff)
downloadsortable-f21702cf8cb1efdc1fe22f00d6c5bf928d9ba405.tar.xz
sortable-f21702cf8cb1efdc1fe22f00d6c5bf928d9ba405.zip
Adding debian version 1.6.0+20221231-1.debian/1.6.0+20221231-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.