add debian directory

This commit is contained in:
Benjamin Dauvergne 2021-12-10 10:34:07 +01:00
parent 82a84503cf
commit 903709bcdb
5 changed files with 39 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
godo.js (0.1-1) stable; urgency=medium
* Initial release
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Fri, 10 Dec 2021 13:18:01 +0100

17
debian/control vendored Normal file
View File

@ -0,0 +1,17 @@
Source: godo.js
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.1
Vcs-Browser: https://git.entrouvert.org/godo.js
Vcs-Git: https://git.entrouvert.org/godo.js
Homepage: https://dev.entrouvert.org/project/godo/
Rules-Requires-Root: no
Package: libjs-godo
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Wysiwyg HTML widget

1
debian/libjs-godo.install vendored Normal file
View File

@ -0,0 +1 @@
godo.* usr/share/javascript/godo/

15
debian/rules vendored Executable file
View File

@ -0,0 +1,15 @@
#!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@
#override_dh_auto_build:
# mkdir dist
# cp index.js dist/index.js
# patch -p1 <debian/es5-hook.diff
# NODE_PATH=debian/node_modules rollup -c debian/rollup.config.js
# rm -f dist/index.js
# uglifyjs.terser -o dist/psl.min.js dist/psl.js
# dh_auto_build

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)