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
cc416c7f
Commit
cc416c7f
authored
11 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Fix debian/rules
Git-Dch: ignore
parent
b062eca5
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
+6
-5
6 additions, 5 deletions
debian/rules
with
6 additions
and
5 deletions
debian/rules
+
6
−
5
View file @
cc416c7f
...
...
@@ -87,11 +87,12 @@ override_dh_strip:
# This is not a critical issue so we let the testing fail on this
# architecture for now.
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723803
override_dh_auto_test
:
ifeq
($(DEB_HOST_ARCH),ia64)
export
VISP_INPUT_IMAGE_PATH
=
/usr/share/visp-images-data/
\
&&
dh_auto_test
--max-parallel
=
1
||
true
DH_AUTOTEST_CAN_FAIL
=
true
else
DH_AUTOTEST_CAN_FAIL
=
false
endif
override_dh_auto_test
:
export
VISP_INPUT_IMAGE_PATH
=
/usr/share/visp-images-data/
\
&&
dh_auto_test
--max-parallel
=
1
fi
&&
dh_auto_test
--max-parallel
=
1
||
${
DH_AUTOTEST_CAN_FAIL
}
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