1
1
libssh/debian/rules
Jean-Philippe Garcia Ballester b3fecb1a25 debian/rules, debian/libssh-dev.docs: Use doc and install-doc Makefile target.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@92 7dcaeef0-15fb-0310-b436-a5af3365683c
2006-12-06 17:01:31 +00:00

19 строки
523 B
Makefile

#!/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
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
DEB_DBG_PACKAGE_libssh2 = libssh2-dbg
install/libssh-dev::
make install-doc DESTDIR=debian/tmp