diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-10-12 10:06:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-10-12 10:43:35 +0300 |
commit | da1a6507a826acbdfc2f492027efe0c48cc790b6 (patch) | |
tree | 7e876f94bac192d2f1104f095e2f723908293060 /debian/control | |
parent | d78d3a005e94907068db234c5539c437901ab982 (diff) | |
download | sciteco-da1a6507a826acbdfc2f492027efe0c48cc790b6.tar.gz |
fixed Debian packages: don't use curly brace expansions as they are not portable
* fixed some Debian lintian warnings
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 03adab2..5d9a15a 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Description: Scintilla-based Text Editor and Corrector (GTK+) Package: sciteco-common Architecture: all +Depends: ${misc:Depends} Description: Scintilla-based Text Editor and Corrector (common files) SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic Standard TECO-11, |