Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim-rostertweaks
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian XMPP Maintainers
gajim-rostertweaks
Commits
4bd628b7
Commit
4bd628b7
authored
7 years ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+4
-4
4 additions, 4 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
5 additions
and
5 deletions
debian/control
+
4
−
4
View file @
4bd628b7
...
...
@@ -5,8 +5,8 @@ Section: net
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
python
(>= 2.7)
Standards-Version: 4.
0
.1
python
3
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),
python
3
-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,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
4bd628b7
#!/usr/bin/make -f
%:
dh $@ --with python
2
dh $@ --with python
3
get-orig-source:
./debian/get-orig-source.sh roster_tweaks
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment