Merge branch 'master' into debianized
[htsworkflow.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # This file was automatically generated by stdeb 0.6.0 at
4 # Tue, 04 Jan 2011 11:16:48 -0800
5
6 # Unset the environment variables set by dpkg-buildpackage. (This is
7 # necessary because distutils is brittle with compiler/linker flags
8 # set. Specifically, packages using f2py will break without this.)
9 unexport CPPFLAGS
10 unexport CFLAGS
11 unexport CXXFLAGS
12 unexport FFLAGS
13 unexport LDFLAGS
14
15 #exports specified using stdeb Setup-Env-Vars:
16 export DH_OPTIONS=
17
18
19 %:
20         dh $@
21
22