Skip to content
Snippets Groups Projects
Unverified Commit ed3f393b authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] skip tests since they contact outside

that makes build fail in launchpad
parent 21801cf6
No related branches found
No related tags found
No related merge requests found
riseup-vpn (0.21.2.2) groovy; urgency=medium
riseup-vpn (0.21.2.5) groovy; urgency=medium
* Initial Release.
......
......@@ -33,6 +33,10 @@ endif
%:
dh $@
override_dh_auto_test:
#FIXME tests try to contact riseup api, need to be mocked
#make -j4 test
override_dh_auto_build:
make build
......
......@@ -9,3 +9,13 @@ ppa howto
debuild -i -S
dput --force ppa:kalikaneko/ppa ../riseup-vpn_0.21.2.2_source.changes
Using kali's ppa
----------------
.. code:: bash
sudo gpg --homedir=/tmp --no-default-keyring --keyring /usr/share/keyrings/kali-ppa-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 0xbe23fb4a0e9db36ecb9ab8be23638bf72c593bc1
sudo add-apt-repository ppa:kalikaneko/ppa
sudo apt update
sudo apt install riseup-vpn
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