SaturateAtoms_singleDegree
Last change
on this file since 19bfb5 was 66b092, checked in by Frederik Heber <heber@…>, 10 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
|
Rev | Line | |
---|
[d68514] | 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 |
|
---|
[8fbd7b] | 6 | DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-action-thread --disable-jobmarket --disable-vmg --enable-python --enable-qtgui --enable-qwt --enable-levmar
|
---|
[d68514] | 7 |
|
---|
| 8 | DEB_MAKE_CHECK_TARGET = check
|
---|
| 9 |
|
---|
[66b092] | 10 | DEB_DH_STRIP_ARGS := --dbg-package=molecuilder-dbg
|
---|
| 11 |
|
---|
[d68514] | 12 | #include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
|
---|
Note:
See
TracBrowser
for help on using the repository browser.