Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
visp-debian
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
SPINDLER Fabien
visp-debian
Commits
0f8bf723
Commit
0f8bf723
authored
9 years ago
by
Olivier Sallou
Browse files
Options
Downloads
Patches
Plain Diff
fix compil issues
parent
02bbec06
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/rules
+10
-7
10 additions, 7 deletions
debian/rules
with
17 additions
and
7 deletions
debian/changelog
+
7
−
0
View file @
0f8bf723
visp (2.10.0-3) unstable; urgency=medium
* Override dh_install to avoid an error on kfreebsd where usr/lib/*/visp/*
doesn't exist
-- Fabien Spindler <Fabien.Spindler@inria.fr> Mon, 18 May 2015 08:49:35 +0200
visp (2.10.0-2) unstable; urgency=medium
visp (2.10.0-2) unstable; urgency=medium
* Add patch to fix segfault on sparc, powerpc...
* Add patch to fix segfault on sparc, powerpc...
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
10
−
7
View file @
0f8bf723
...
@@ -60,11 +60,11 @@ else
...
@@ -60,11 +60,11 @@ else
endif
endif
.PHONY
:
override_dh_auto_configure
\
.PHONY
:
override_dh_auto_configure
\
override_dh_auto_build-indep
\
override_dh_auto_build-indep
\
override_dh_strip
\
override_dh_strip
\
override_dh_auto_test
\
override_dh_auto_test
\
override_dh_install
override_dh_install
%
:
%
:
dh
$@
--parallel
dh
$@
--parallel
...
@@ -105,8 +105,11 @@ override_dh_auto_test:
...
@@ -105,8 +105,11 @@ override_dh_auto_test:
override_dh_install
:
override_dh_install
:
ifneq
($(DEB_HOST_ARCH_OS),hurd)
ifneq
($(DEB_HOST_ARCH_OS),hurd)
# On hurd usr/lib/*/visp/* is empty and produces an error
ifneq
($(DEB_HOST_ARCH_OS),kfreebsd)
# On hurd and kfreebsd usr/lib/*/visp/* is empty and produces an error
dh_install
"usr/lib/*/visp/*"
-p
libvisp-dev
dh_install
"usr/lib/*/visp/*"
-p
libvisp-dev
# Continue
z
ith regular dh_install
# Continue
w
ith regular dh_install
dh_install
dh_install
endif
endif
endif
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