From f21702cf8cb1efdc1fe22f00d6c5bf928d9ba405 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Feb 2023 16:58:33 +0100 Subject: Adding debian version 1.6.0+20221231-1. Signed-off-by: Daniel Baumann --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3