Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
87fc96df
Commit
87fc96df
authored
3 years ago
by
jenkins
Browse files
Options
Downloads
Plain Diff
New release.
parents
fdd4c458
63882e52
No related branches found
Tags
20220331.1409.87fc96d
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/Dockerfile_ubuntu_18.04
+1
-0
1 addition, 0 deletions
docker/Dockerfile_ubuntu_18.04
packaging/rules/debian/control
+2
-1
2 additions, 1 deletion
packaging/rules/debian/control
packaging/rules/debian/rules
+5
-2
5 additions, 2 deletions
packaging/rules/debian/rules
with
8 additions
and
3 deletions
docker/Dockerfile_ubuntu_18.04
+
1
−
0
View file @
87fc96df
...
...
@@ -12,6 +12,7 @@ RUN apt-get update && \
g++-8 \
clang \
clang-tools \
libarchive-dev \
software-properties-common \
libarchive-dev \
wget
...
...
This diff is collapsed.
Click to expand it.
packaging/rules/debian/control
+
2
−
1
View file @
87fc96df
...
...
@@ -109,7 +109,8 @@ Package: jami-gnome
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
jami-libclient-gnome (=${binary:Version})
jami-libclient-gnome (=${binary:Version}),
libqt-jami (>= 6.2.3)
Description: Secure and distributed voice, video and chat platform - desktop client
Jami (jami.net) is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power of privacy
...
...
This diff is collapsed.
Click to expand it.
packaging/rules/debian/rules
+
5
−
2
View file @
87fc96df
...
...
@@ -36,7 +36,7 @@ ifeq (debian_10,$(findstring debian_10, $(DISTRIBUTION)))
BUNDLED_PKGS
=
"--disable-libarchive"
endif
ifeq
(ubuntu_18.04,$(findstring ubuntu_18.04, $(DISTRIBUTION)))
# Daemon's bundled libarchive does not build on
Debian 10
# Daemon's bundled libarchive does not build on
Ubuntu 18.04
BUNDLED_PKGS
=
"--disable-libarchive"
endif
ifeq
(raspbian_10_armhf,$(findstring raspbian_10_armhf, $(DISTRIBUTION)))
...
...
@@ -251,7 +251,10 @@ override_dh_auto_install:
make
DESTDIR
=
$(
CURDIR
)
/debian/
$(
JAMI_ALL_IN_ONE_PKG_NAME
)
install
override_dh_shlibdeps
:
dh_shlibdeps
--
-x
$(
JAMI_ALL_IN_ONE_PKG_NAME
)
dh_shlibdeps
--
\
-x
$(
JAMI_ALL_IN_ONE_PKG_NAME
)
\
-x
$(
JAMI_LIB_CLIENT_PKG_NAME
)
\
-x
$(
JAMI_LIB_CLIENT_GNOME_PKG_NAME
)
tmpdir
:=
$(
shell
mktemp
-d
)
workdir
:=
$(
shell
pwd
)
...
...
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