diff options
author | Ralph Amissah <ralph@amissah.com> | 2023-10-31 14:50:34 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2023-10-31 17:09:13 -0400 |
commit | 1cfc6b967f7e18e7209a5739315fe8147f6deca2 (patch) | |
tree | 9613dcd138bfc1c724923b27f382fe873c01c8a9 | |
parent | Merge tag 'sisu_7.3.0' into debian (diff) |
./debian/ things
- debian/control add sisu-pdf texlive deps, primarily cjk related
- debian/control sisu git
- debian/compat bumped up
- debian/watch removed, source only upload
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat index b4de3947..b1bd38b6 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +13 diff --git a/debian/control b/debian/control index 62072139..fe5b9c17 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 11), Rules-Requires-Root: no Standards-Version: 4.1.5 -Homepage: http://www.sisudoc.org/ +Homepage: https://www.sisudoc.org/ Vcs-Browser: https://git.sisudoc.org/sisu/ -Vcs-Git: https://git.sisudoc.org/sisu/ +Vcs-Git: https://git.sisudoc.org/software/sisu Package: sisu Architecture: all @@ -137,6 +137,11 @@ Depends: Suggests: cjk-latex, evince | pdf-viewer, + fonts-noto, + fonts-noto-cjk, + fonts-takao, + fonts-takao-mincho, + texlive-fonts-extra, texlive-lang-chinese, texlive-lang-cjk, texlive-lang-japanese, diff --git a/debian/copyright b/debian/copyright index 0667bde5..46645085 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Ralph Amissah <ralph.amissah@gmail.com> Source: https://git.sisudoc.org/software/sisu Files: SiSU * -Copyright: 1997, 2005, 2015, 2022, Ralph Amissah +Copyright: 1997, 2005, 2015, 2022, 2023 Ralph Amissah License: GPL-3+ Files: data/sisu/v*/conf/editor-syntax-etc/emacs/sisu-mode.el diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 7354a5ac..00000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=4 -http://sisudoc.org/sisu/archive/pool/main/s/sisu/sisu_(\d+\.\d+\.\d+)(?:\.orig)?\.tar\.xz |