Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
2ba2760f
Commit
2ba2760f
authored
Aug 21, 2018
by
Vivien Kraus
Browse files
Check that the package can be installed
parent
6329ecae
Pipeline
#69782
passed with stages
in 5 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/deb.sh
View file @
2ba2760f
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
VERSION
=
$(
cat
public/.version
)
VERSION
=
$(
cat
public/.version
)
apt-get update
apt-get update
apt-get upgrade
-y
apt-get upgrade
-y
apt-get
install
-y
--no-install-recommends
build-essential libreadline-dev libunistring-dev
cd
public/debian
||
exit
1
cp
public/tarot-
$VERSION
.tar.gz
.
||
exit
1
apt
install
-y
./tarot_
*
.
*
-
*
_
*
.deb
tarot
--help
||
exit
1
tarot
--version
||
exit
1
echo
""
| tarot
||
exit
1
debian/control
View file @
2ba2760f
...
@@ -10,7 +10,7 @@ Vcs-Browser: https://framagit.org/gugurumbe/tarot
...
@@ -10,7 +10,7 @@ Vcs-Browser: https://framagit.org/gugurumbe/tarot
Package: tarot
Package: tarot
Architecture: any
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
lib
readline
0
, libunistring0, gettext
Depends: ${shlibs:Depends}, ${misc:Depends}, readline
-common
, libunistring0, gettext
Description: A card *game* with up to 5 *players*
Description: A card *game* with up to 5 *players*
Tarot is a card game popular in some countries. This package
Tarot is a card game popular in some countries. This package
implements the game.
implements the game.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment