diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2006-11-16 23:27:25 +0000 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2006-11-16 23:27:25 +0000 |
| commit | 65659ac1ba29eafb8cda7c4c63360329b52f0fb2 (patch) | |
| tree | e4e367902e68036eef654557dc467be295ef9334 /debian/rules | |
| parent | ce4f72352c0784452392bbc444fb3511aeb38c57 (diff) | |
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
Diffstat (limited to 'debian/rules')
| -rw-r--r-- | debian/rules | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100644 index 00000000..95c02b96 --- /dev/null +++ b/debian/rules @@ -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 |
