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
31b29799
Commit
31b29799
authored
10 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
debian packaging: fix shell commands
Refs #48032 Change-Id: Icd350ca45f9096a7f1804b3991c2c0025dc6807e
parent
b6593655
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
tools/build-system/launchpad/sflphone-daemon-video/debian/rules
+4
-5
4 additions, 5 deletions
...build-system/launchpad/sflphone-daemon-video/debian/rules
tools/build-system/launchpad/sflphone-daemon/debian/rules
+4
-5
4 additions, 5 deletions
tools/build-system/launchpad/sflphone-daemon/debian/rules
with
8 additions
and
10 deletions
tools/build-system/launchpad/sflphone-daemon-video/debian/rules
+
4
−
5
View file @
31b29799
...
@@ -35,13 +35,12 @@ PJ_CONFIG_OPTIONS="--prefix=/usr \
...
@@ -35,13 +35,12 @@ PJ_CONFIG_OPTIONS="--prefix=/usr \
configure
:
configure-stamp
configure
:
configure-stamp
configure-stamp
:
configure-stamp
:
dh_testdir
dh_testdir
push
d
../contrib
c
d
../contrib
mkdir
-f
native
mkdir
native
push
d
native
c
d
native
../bootstrap
../bootstrap
make
make
popd
cd
../..
popd
# Add here commands to configure the package.
# Add here commands to configure the package.
./autogen.sh
./autogen.sh
./configure
--prefix
=
/usr
./configure
--prefix
=
/usr
...
...
This diff is collapsed.
Click to expand it.
tools/build-system/launchpad/sflphone-daemon/debian/rules
+
4
−
5
View file @
31b29799
...
@@ -19,13 +19,12 @@ DEB_INSTALL_MANPAGES_sflphone_common = sflphoned.1
...
@@ -19,13 +19,12 @@ DEB_INSTALL_MANPAGES_sflphone_common = sflphoned.1
configure
:
configure-stamp
configure
:
configure-stamp
configure-stamp
:
configure-stamp
:
dh_testdir
dh_testdir
push
d
../contrib
c
d
../contrib
mkdir
-f
native
mkdir
native
push
d
native
c
d
native
../bootstrap
../bootstrap
make
make
popd
cd
../..
popd
# Add here commands to configure the package.
# Add here commands to configure the package.
./autogen.sh
./autogen.sh
./configure
--prefix
=
/usr
./configure
--prefix
=
/usr
...
...
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