source: debian/rules@ ff4fff9

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
3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/autotools.mk
5
6DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-action-thread --disable-jobmarket --disable-vmg --enable-python --enable-qtgui --enable-qwt --enable-levmar
7
8DEB_MAKE_CHECK_TARGET = check
9
10DEB_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.