summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xdgmenumaker/debian/changelog6
-rw-r--r--xdgmenumaker/debian/control6
-rw-r--r--xdgmenumaker/debian/xdgmenumaker_devuan.dsc (renamed from xdgmenumaker/debian/xdgmenumaker_1.5-3+devuan.dsc)4
3 files changed, 14 insertions, 2 deletions
diff --git a/xdgmenumaker/debian/changelog b/xdgmenumaker/debian/changelog
index 3536062..a96693a 100644
--- a/xdgmenumaker/debian/changelog
+++ b/xdgmenumaker/debian/changelog
@@ -1,3 +1,9 @@
+xdgmenumaker (1.5-4+devuan) obs; urgency=medium
+
+ * Add some runtime dependencies
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 26 Feb 2020 09:53:50 -0500
+
xdgmenumaker (1.5-3+devuan) obs; urgency=medium
* Add desktop file for a script which updates user-specific xdg menu for fluxbox
diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control
index 53ef3cf..384cccf 100644
--- a/xdgmenumaker/debian/control
+++ b/xdgmenumaker/debian/control
@@ -13,6 +13,11 @@ Architecture: any
Multi-Arch: foreign
Pre-Depends: xvfb
Depends: ${misc:Depends}, ${shlibs:Depends},
+# needed by all
+ gir1.2-atk-1.0,
+ gir1.2-pango-1.0,
+ gir1.2-gtk-3.0,
+# for python3:
python3,
python3-xdg,
python3-gi
@@ -21,6 +26,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
# python-gi
# python-gtk2
Suggests:
+# for python3:
python3-pil
# for python2:
# python-pil
diff --git a/xdgmenumaker/debian/xdgmenumaker_1.5-3+devuan.dsc b/xdgmenumaker/debian/xdgmenumaker_devuan.dsc
index 1402c66..cda44b4 100644
--- a/xdgmenumaker/debian/xdgmenumaker_1.5-3+devuan.dsc
+++ b/xdgmenumaker/debian/xdgmenumaker_devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: xdgmenumaker
Binary: xdgmenumaker
Architecture: any
-Version: 1.5-3+devuan
+Version: 1.5-4+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://github.com/gapan/xdgmenumaker
Standards-Version: 4.1.4
@@ -11,4 +11,4 @@ Package-List:
xdgmenumaker deb x11 optional arch=any
Files:
00000000000000000000000000000000 1 xdgmenumaker_1.5.orig.tar.gz
- 00000000000000000000000000000000 1 xdgmenumaker_1.5-3+devuan.debian.tar.xz
+ 00000000000000000000000000000000 1 xdgmenumaker_devuan.debian.tar.xz
bgstack15