summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-17 10:05:24 -0400
committerB Stack <bgstack15@gmail.com>2020-09-17 10:05:24 -0400
commit6c2f83176549542dc378566ac8af7a55d44ac45e (patch)
tree9430b38334309969d7a8bf4ccffbd027226ed540 /xdgmenumaker/debian/control
parentMerge branch 'puddletag-new' into 'master' (diff)
downloadstackrpms-6c2f83176549542dc378566ac8af7a55d44ac45e.tar.gz
stackrpms-6c2f83176549542dc378566ac8af7a55d44ac45e.tar.bz2
stackrpms-6c2f83176549542dc378566ac8af7a55d44ac45e.zip
xdgmenumaker 1.6
version bump
Diffstat (limited to 'xdgmenumaker/debian/control')
-rw-r--r--xdgmenumaker/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control
index 384cccf..29a70cb 100644
--- a/xdgmenumaker/debian/control
+++ b/xdgmenumaker/debian/control
@@ -25,7 +25,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
# python2
# python-gi
# python-gtk2
-Suggests:
+Recommends:
# for python3:
python3-pil
# for python2:
bgstack15