Rev 29 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 29 | Rev 47 | ||
|---|---|---|---|
| 1 | #!/usr/bin/make -f |
1 | #!/usr/bin/make -f |
| 2 | 2 | ||
| 3 | include /usr/share/cdbs/1/class/autotools.mk |
3 | include /usr/share/cdbs/1/class/autotools.mk |
| 4 | include /usr/share/cdbs/1/rules/debhelper.mk |
4 | include /usr/share/cdbs/1/rules/debhelper.mk |
| 5 | include /usr/share/cdbs/1/rules/dpatch.mk |
5 | include /usr/share/cdbs/1/rules/dpatch.mk |
| 6 | 6 | ||
| 7 | # the used configure parameters for ./configure |
7 | # the used configure parameters for ./configure |
| 8 | DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \ |
8 | DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \ |
| 9 | --with-pty --enable-tcp-forward --enable-x11-forward \ |
9 | --with-pty --enable-tcp-forward --enable-x11-forward \ |
| 10 | --enable-agent-forward --enable-ipv6 --enable-utmp \ |
10 | --enable-agent-forward --enable-ipv6 --enable-utmp \ |
| 11 | --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \ |
11 | --with-zlib --with-tcpwrappers --libexecdir=/usr/lib/lsh \ |
| 12 | --with-x --with-system-nettle XAUTH_PROGRAM=/usr/bin/xauth |
12 | --with-x --with-system-nettle --with-system-argp \ |
| - | 13 | XAUTH_PROGRAM=/usr/bin/xauth |
|
| 13 | 14 | ||
| 14 | DEB_INSTALL_CHANGELOGS_ALL := ChangeLog |
15 | DEB_INSTALL_CHANGELOGS_ALL := ChangeLog |
| 15 | DEB_INSTALL_DOCS_ALL := README |
16 | DEB_INSTALL_DOCS_ALL := README |
| 16 | DEB_DH_INSTALL_SOURCEDIR := debian/tmp |
17 | DEB_DH_INSTALL_SOURCEDIR := debian/tmp |
| 17 | 18 | ||
| 18 | LDFLAGS += -Wl,-z,defs -Wl,--as-needed |
19 | LDFLAGS += -Wl,-z,defs -Wl,--as-needed |
| 19 | 20 | ||
| 20 | common-install-arch:: |
21 | common-install-arch:: |
| 21 | install -m755 debian/scripts/lsh-server-config \ |
22 | install -m755 debian/scripts/lsh-server-config \ |
| 22 | debian/tmp/usr/sbin |
23 | debian/tmp/usr/sbin |