Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
leap
bitmask-vpn
Commits
9aece43b
Verified
Commit
9aece43b
authored
9 months ago
by
Pea Nut
Browse files
Options
Downloads
Patches
Plain Diff
Add iptables as dependency in control file
parent
5c801f65
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!206
Add iptables as dependency in control file, fix #829
Pipeline
#226761
passed
9 months ago
Stage: build
Stage: debian
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
branding/templates/debian/control-template
+1
-1
1 addition, 1 deletion
branding/templates/debian/control-template
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
2 additions
and
2 deletions
branding/templates/debian/control-template
+
1
−
1
View file @
9aece43b
...
...
@@ -16,7 +16,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libqt6core6, libqt6gui6, libqt6qml6
libqt6svg6, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs,
qml6-module-qtquick-layouts, qml6-module-qtqml-workerscript, qml6-module-qtquick-templates, qml6-module-qt-labs-settings,
qml6-module-qtquick-window, qml6-module-qt-labs-platform, qml6-module-qtcore, qml6-module-qt5compat-graphicaleffects,
openvpn, policykit-1-gnome | polkit-1-auth-agent, python3
openvpn, policykit-1-gnome | polkit-1-auth-agent, python3
, iptables
Description: Easy, fast, and secure VPN service from ${name}.
This package is a custom build of the new Bitmask VPN client, preconfigured
to use the ${providerURL} provider.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
9aece43b
...
...
@@ -16,7 +16,7 @@ Depends: ${misc:Depends}, libqt5core5a, libqt5gui5 | libqt5gui5-gles,
libqt5qml5, libqt5widgets5, libstdc++6,
qml-module-qtquick2, qml-module-qtquick-controls2, qml-module-qtquick-dialogs,
qml-module-qtquick-extras, qml-module-qt-labs-platform,
openvpn, policykit-1-gnome | polkit-1-auth-agent, python3
openvpn, policykit-1-gnome | polkit-1-auth-agent, python3
, iptables
Description: Easy, fast, and secure VPN service from riseup.net.
.
The service does not require a user account, keep logs, or track you in any
...
...
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