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
cf78cede
Commit
cf78cede
authored
10 years ago
by
Thibault Cohen
Browse files
Options
Downloads
Patches
Plain Diff
Fix repo package
Change-Id: Iab4e52fa5f3b03a1b3809902549b980aa4eab186
parent
8a005715
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
3 additions
and
3 deletions
debian/rules
+
3
−
3
View file @
cf78cede
...
@@ -5,14 +5,14 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST)))
...
@@ -5,14 +5,14 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST)))
#PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source))
#PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog --show-field=Source))
PKG = $(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+.*)};')
VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
DISTRIB_ID = $(shell grep -hPo "ID=\K.*" /etc/*ease)
DISTRIB_ID = $(shell grep -hPo "
^
ID=\K.*" /etc/*ease)
DISTRIB_VERSION_ID = $(shell grep -hPo "VERSION_ID=\K.*" /etc/*ease)
DISTRIB_VERSION_ID = $(shell grep -hPo "
^
VERSION_ID=\K.*" /etc/*ease)
# Uncomment this to turn on verbose mode.
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DH_VERBOSE=1
%:
%:
dh $@
dh $@
override_dh_auto_configure:
override_dh_auto_configure:
mkdir -p contrib/native && cd contrib/native && ../bootstrap --disable-ogg --disable-flac --disable-vorbis --disable-vorbisenc --disable-speex --disable-sndfile --disable-speexdsp --disable-gnutls && make list && make -j 2
mkdir -p contrib/native && cd contrib/native && ../bootstrap --disable-ogg --disable-flac --disable-vorbis --disable-vorbisenc --disable-speex --disable-sndfile --disable-speexdsp --disable-gnutls && make list && make -j 2
...
...
This diff is collapsed.
Click to expand it.
Jami Bot
@RingBot
mentioned in commit
3007ae09
·
7 years ago
mentioned in commit
3007ae09
mentioned in commit 3007ae09383e190deb8e57019992337135582d6c
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