aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2007-03-26 18:52:53 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2007-03-26 18:52:53 +0000
commitc86bc487e54c1fce6bc92ddb99b9734b6da71703 (patch)
tree2bbf10ea97381838ce5b082d242223e2f97107c4
parent0c3ead73925af354728c55bb956edc72d45de8de (diff)
downloadlibssh-c86bc487e54c1fce6bc92ddb99b9734b6da71703.tar.gz
libssh-c86bc487e54c1fce6bc92ddb99b9734b6da71703.tar.xz
libssh-c86bc487e54c1fce6bc92ddb99b9734b6da71703.zip
* Sync with uploaded debian package
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@119 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--debian/changelog14
-rw-r--r--debian/control3
2 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index bd24e2ec..db336ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-libssh (0.2-2) unstable; urgency=low
+libssh (0.2+svn20070321-2) unstable; urgency=low
- * Split devel package into devel and documentation packages
+ * Split devel package into devel and documentation packages
- -- Laurent Bigonville <bigon@bigon.be> Sun, 11 Feb 2007 18:55:11 +0100
+ -- Laurent Bigonville <bigon@bigon.be> Mon, 26 Mar 2007 15:29:51 +0200
+
+libssh (0.2+svn20070321-1) unstable; urgency=low
+
+ * New svn snapshot:
+ - Fix broken include in include/libssh/server.h (Closes: #410020)
+ - Fix nasty bug in server side code
+
+ -- Laurent Bigonville <bigon@bigon.be> Mon, 26 Mar 2007 15:06:40 +0200
libssh (0.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 584686e4..2ef46f0e 100644
--- a/debian/control
+++ b/debian/control
@@ -57,8 +57,7 @@ Package: libssh-2-doc
Section: doc
Architecture: all
Suggests: doc-base
-Conflicts: libssh-2-doc (<< 0.2-2)
-Replaces: libssh-2-doc (<< 0.2-2)
+Replaces: libssh-2-dev (<= 0.2-1)
Description: A tiny C SSH library. Documentation files
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