From 8bd86ef84b88d71ca50a73d5a5a01fd0264279e6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Nov 2021 08:09:40 +0100 Subject: Releasing debian version 1.2.0-1. Signed-off-by: Daniel Baumann --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cfc8d73 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: decko +Section: web +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + pkg-js-tools, +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Homepage: https://github.com/developit/decko +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/decko +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/decko + +Package: node-decko +Section: web +Architecture: all +Depends: + ${misc:Depends}, +Description: useful Javascript decorators + Decorators help simplify code by replacing the noise of common patterns with + declarative annotations. + . + Decko establishes 3 standard decorators that are immediately recognizable, so + you can avoid creating decorators in your own codebase: + . + * @bind: make the value of this constant within a method + * @debounce: throttle calls to a method + * @memoize: cache return values based on arguments -- cgit v1.2.3