Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b14bf473
Commit
b14bf473
authored
Jul 01, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - wrong install component in rules file for openwalnut-qt4. Fixed section for doc package
parent
08f4f056
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
tools/packaging/debian/control
tools/packaging/debian/control
+3
-3
tools/packaging/debian/rules
tools/packaging/debian/rules
+3
-1
No files found.
tools/packaging/debian/control
View file @
b14bf473
...
...
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8.0.0), cmake (>= 2.8.0), libgl1-mesa-dev (>= 7.7.0
libboost-filesystem-dev (>= 1.42.0), libboost-date-time-dev (>= 1.42.0), libboost-system-dev (>= 1.42.0),
libboost-signals-dev (>= 1.42.0), libboost-regex-dev (>= 1.42.0), libeigen3-dev (>= 3.0.0), libbiosig-dev (>= 0.85.0),
libnifti-dev (>= 2.0.0), doxygen (>= 1.6.3), graphviz (>= 2.26.3)
Standards-Version: 3.9.
2
Standards-Version: 3.9.
1
Homepage: http://www.openwalnut.org
...
...
@@ -47,8 +47,8 @@ Description: Multi-modal medical and brain data visualization tool.
Package: libopenwalnut1-doc
Section:
libdevel
Architecture:
i386 amd64
Section:
doc
Architecture:
any
Depends: ${misc:Depends}
Description: Multi-modal medical and brain data visualization tool.
OpenWalnut is an open source tool for multi-modal medical and brain data
...
...
tools/packaging/debian/rules
View file @
b14bf473
...
...
@@ -33,8 +33,10 @@ override_dh_auto_install:
cmake
-DCOMPONENT
=
EXT
-DCMAKE_INSTALL_PREFIX
=
debian/libopenwalnut1/usr
-P
build/cmake_install.cmake
# libopenwalnut1-dev
cmake
-DCOMPONENT
=
CORE_DEV
-DCMAKE_INSTALL_PREFIX
=
debian/libopenwalnut1-dev/usr
-P
build/cmake_install.cmake
# libopenwalnut1-doc
cmake
-DCOMPONENT
=
CORE_DOC
-DCMAKE_INSTALL_PREFIX
=
debian/libopenwalnut1-doc/usr
-P
build/cmake_install.cmake
# openwalnut-qt4
cmake
-DCOMPONENT
=
RUNTIME
-DCMAKE_INSTALL_PREFIX
=
debian/openwalnut-qt4/usr
-P
build/cmake_install.cmake
cmake
-DCOMPONENT
=
QT4GUI
-DCMAKE_INSTALL_PREFIX
=
debian/openwalnut-qt4/usr
-P
build/cmake_install.cmake
# openwalnut-modules
cmake
-DCOMPONENT
=
MODULES
-DCMAKE_INSTALL_PREFIX
=
debian/openwalnut-modules/usr
-P
build/cmake_install.cmake
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment