Skip to content
Snippets Groups Projects
Commit 4bd628b7 authored by Martin's avatar Martin
Browse files

update deps to Python 3 for Gajim 0.16.11*, bump standards version

parent ea240fc4
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ Section: net
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
python (>= 2.7)
Standards-Version: 4.0.1
python3
Standards-Version: 4.1.1
Homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/RosterTweaksPlugin
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gajim-rostertweaks.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/gajim-rostertweaks.git
......@@ -14,8 +14,8 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/gajim-rostertweaks.git
Package: gajim-rostertweaks
Architecture: all
Depends: ${misc:Depends},
gajim (>= 0.16.5-1),
python-pkg-resources
gajim (>= 0.16.11-1),
python3-pkg-resources
Description: tweak Gajim roster window appearance
Allows user to tweak roster window appearance (eg. make it compact).
This is especially helpful for people running Gajim on small screens,
......
#!/usr/bin/make -f
%:
dh $@ --with python2
dh $@ --with python3
get-orig-source:
./debian/get-orig-source.sh roster_tweaks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment