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/copyright | |
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/copyright')
-rw-r--r-- | debian/copyright | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index cfd2fa7..7e6f65e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,12 +3,13 @@ Upstream-Name: SciTECO Upstream-Contact: robin.haberkorn@googlemail.com Source: https://sourceforge.net/projects/sciteco -Files: debian/* src/* */Makefile.am lib/* +Files: debian/* src/* lib/* doc/* tests/* ico/* win32/* *.ac *.am *.teco_ini Copyright: Copyright 2013-2021 Robin Haberkorn <robin.haberkorn@googlemail.com> License: GPL-3+ /usr/share/common-licenses/GPL-3 Files: contrib/dlmalloc/*.c contrib/dlmalloc/*.h +Copyright: Public Domain License: CC0 Files: contrib/rb3ptr/*.c contrib/rb3ptr/*.h |