aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-17 14:50:04 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-17 14:50:04 -0400
commit05ca4a78c2ea6d1e11611612fa87b2f106902f0a (patch)
treebb3d9f38aa97645c43563b910db82fb0204168c3 /debian/control
parentMerge branch 'rpm' into 'master' (diff)
downloadchicago95-packages-dev.tar.gz
chicago95-packages-dev.tar.bz2
chicago95-packages-dev.zip
prep for 3.0.1 releasedev
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 76b5433..c5dc64d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: chicago95
Section: misc
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=9~),
txt2man
Standards-Version: 4.1.4
@@ -99,7 +99,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
python3,
python3-fonttools,
python3-numpy,
- python3-svgwrite
+ python3-svgwrite,
+ fonts-noto-core
Description: Windows Plus! Theme Conversion for XFCE/Chicago95
Translate Windows 95 Plus! themes to Gtk-compatible themes.
bgstack15