CombiningParticlePotentialParsing
Last change
on this file since ff4fff9 was 66b092, checked in by Frederik Heber <heber@…>, 9 years ago |
Added debugging package molecuilder-dbg and source package molecuilder-dev
- debug information is stripped into extra file. All is handled by CDBS.
- needed .install files for stating where to install what file in source tree
in debian/..
|
-
Property mode
set to
100755
|
File size:
414 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f
|
---|
2 |
|
---|
3 | include /usr/share/cdbs/1/rules/debhelper.mk
|
---|
4 | include /usr/share/cdbs/1/class/autotools.mk
|
---|
5 |
|
---|
6 | DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-action-thread --disable-jobmarket --disable-vmg --enable-python --enable-qtgui --enable-qwt --enable-levmar
|
---|
7 |
|
---|
8 | DEB_MAKE_CHECK_TARGET = check
|
---|
9 |
|
---|
10 | DEB_DH_STRIP_ARGS := --dbg-package=molecuilder-dbg
|
---|
11 |
|
---|
12 | #include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
|
---|
Note:
See
TracBrowser
for help on using the repository browser.