mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Debian packaging ! and adding of the packager into authors
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@85 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
22
debian/rules
vendored
Normal file
22
debian/rules
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
#!/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 --with-ssh1
|
||||
DEB_DBG_PACKAGE_libssh2 = libssh2-dbg
|
||||
|
||||
clean::
|
||||
rm -rf .libs/
|
||||
rm -rf doxygen/
|
||||
|
||||
install/libssh-dev::
|
||||
doxygen
|
||||
Reference in New Issue
Block a user