aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2006-11-16 23:27:25 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2006-11-16 23:27:25 +0000
commit65659ac1ba29eafb8cda7c4c63360329b52f0fb2 (patch)
treee4e367902e68036eef654557dc467be295ef9334 /debian/control
parentce4f72352c0784452392bbc444fb3511aeb38c57 (diff)
downloadlibssh-65659ac1ba29eafb8cda7c4c63360329b52f0fb2.tar.gz
libssh-65659ac1ba29eafb8cda7c4c63360329b52f0fb2.tar.xz
libssh-65659ac1ba29eafb8cda7c4c63360329b52f0fb2.zip
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/control')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..cfec3979
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libssh
+Section: libs
+Priority: optional
+Maintainer: Laurent Bigonville <bigon@bigon.be>
+Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, zlib1g-dev, doxygen
+Standards-Version: 3.7.2
+
+Package: libssh2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A tiny C SSH library
+ The ssh library was designed to be used by programmers needing a working SSH
+ implementation by the mean of a library. The complete control of the client
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+
+Package: libssh-dev
+Section: libdevel
+Architecture: any
+Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
+Description: A tiny C SSH library. Development files and documentation
+ The ssh library was designed to be used by programmers needing a working SSH
+ implementation by the mean of a library. The complete control of the client
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+ .
+ This package contains development files.
+
+Package: libssh2-dbg
+Section: libdevel
+Architecture: any
+Depends: libssh2 (= ${Source-Version})
+Description: A tiny C SSH library. Debug symbols
+ The ssh library was designed to be used by programmers needing a working SSH
+ implementation by the mean of a library. The complete control of the client
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+ .
+ This package contains debug symbols.