Rev 83 | Rev 86 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 83 | Rev 85 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | # Add here commands to configure the package. |
27 | # Add here commands to configure the package. |
28 | [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse |
28 | [ -d src/nettle-dontuse -a ! -d src/nettle ] || mv src/nettle src/nettle-dontuse |
29 | dh_autoreconf |
29 | dh_autoreconf |
30 | ./configure $(buildflags) \ |
30 | ./configure $(buildflags) \ |
31 | --prefix=/usr \ |
31 | --prefix=/usr \ |
32 | --libdir=/usr/lib \ |
- | |
33 | --disable-dependency-tracking \ |
32 | --disable-dependency-tracking \ |
34 | --enable-pam --enable-kerberos --enable-srp \ |
33 | --enable-pam --enable-kerberos --enable-srp \ |
35 | --with-pty --enable-tcp-forward --enable-x11-forward \ |
34 | --with-pty --enable-tcp-forward --enable-x11-forward \ |
36 | --enable-agent-forward --enable-ipv6 --enable-utmp \ |
35 | --enable-agent-forward --enable-ipv6 --enable-utmp \ |
37 | --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \ |
36 | --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \ |
Line 42... | Line 41... | ||
42 | build-stamp: config.status |
41 | build-stamp: config.status |
43 | dh_testdir |
42 | dh_testdir |
44 | 43 | ||
45 | # Add here commands to compile the package. |
44 | # Add here commands to compile the package. |
46 | $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding' |
45 | $(MAKE) $(jobsflag) MAKEINFO='makeinfo --enable-encoding' |
- | 46 | ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) |
|
- | 47 | $(MAKE) check |
|
- | 48 | endif |
|
47 | 49 | ||
48 | touch build-stamp |
50 | touch build-stamp |
49 | 51 | ||
50 | clean: |
52 | clean: |
51 | dh_testdir |
53 | dh_testdir |