Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
8a005715
Commit
8a005715
authored
10 years ago
by
Thibault Cohen
Browse files
Options
Downloads
Patches
Plain Diff
Add ring-repository package
Change-Id: I7b2f4a8519ac25ffe3b31d2f47bdb0bebaddc34f
parent
1f28bc08
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+7
-0
7 additions, 0 deletions
debian/control
debian/rules
+5
-1
5 additions, 1 deletion
debian/rules
with
12 additions
and
1 deletion
debian/control
+
7
−
0
View file @
8a005715
...
...
@@ -15,6 +15,13 @@ Build-Depends: debhelper (>= 9),
libspeexdsp-dev, autotools-dev, chrpath, check, astyle,
uuid-dev, libudev-dev, libgnutls28-dev,
Package: ring-repository
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ring repository
Ring is free software for distributed and secured communication.
Package: ring-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
1
View file @
8a005715
...
...
@@ -5,7 +5,8 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST)))
#PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source))
PKG = $(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source)
VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
DISTRIB_RELEASE = $(shell grep -hPo "DISTRIB_RELEASE=\K.*" /etc/*ease)
DISTRIB_ID = $(shell grep -hPo "ID=\K.*" /etc/*ease)
DISTRIB_VERSION_ID = $(shell grep -hPo "VERSION_ID=\K.*" /etc/*ease)
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
...
...
@@ -40,6 +41,9 @@ override_dh_auto_install:
mkdir -p $(CURDIR)/debian/ring-daemon-dev/usr/include/dring
mv $(CURDIR)/debian/ring-daemon/usr/include/dring/* $(CURDIR)/debian/ring-daemon-dev/usr/include/dring
rm -rf $(CURDIR)/debian/ring-daemon/usr/include/
# Add repository file
mkdir -p $(CURDIR)/debian/ring-repository/etc/apt/sources.list.d/
echo "deb http://nightly.apt.ring.cx/$(DISTRIB_ID)_$(DISTRIB_VERSION_ID) ring main" > $(CURDIR)/debian/ring-repository/etc/apt/sources.list.d/ring-nightly.list
dh_auto_install
get-orig-source:
...
...
This diff is collapsed.
Click to expand it.
Jami Bot
@RingBot
mentioned in commit
d466cee7
·
7 years ago
mentioned in commit
d466cee7
mentioned in commit d466cee7d57e89418cbf6e10ec6e8983ccec5d4a
Toggle commit list
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