2006-11-16 23:27:25 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
|
|
|
|
# This file is public domain.
|
|
|
|
|
|
|
|
DEB_AUTO_CLEANUP_RCS := yes
|
|
|
|
|
|
|
|
# Add here any variable or target overrides you need
|
|
|
|
|
|
|
|
|
|
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
|
|
|
2006-12-06 16:28:02 +00:00
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
|
2006-12-20 16:16:13 +00:00
|
|
|
DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
|
2006-11-16 23:27:25 +00:00
|
|
|
|
2006-12-21 11:25:44 +00:00
|
|
|
install/libssh-2::
|
|
|
|
install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/libssh-2
|
|
|
|
|
2007-02-11 17:56:18 +00:00
|
|
|
install/libssh-2-doc::
|
2006-12-06 17:01:31 +00:00
|
|
|
make install-doc DESTDIR=debian/tmp
|