File: rules

package info (click to toggle)
symeig 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 176 kB
  • ctags: 73
  • sloc: python: 470; makefile: 2
file content (14 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#DEB_PYTHON_SYSTEM=pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/class/python-distutils.mk

# Fix for fragile distutils. If LDFLAGS remains emtpy, as set by dpkg-buildpackage
# -shared is not added and build fails
#LDFLAGS=-shared

# To force location of binaries in case of both original and -dbg packages
DEB_DESTDIR = $(CURDIR)/debian/python-symeig