aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control7
2 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index db336ae1..82253287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libssh (0.2+svn20070321-4) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Add XS-Vcs-Svn field.
+ - Change to ${binary:Version} for versionized dependencies.
+
+ -- Laurent Bigonville <bigon@bigon.be> Mon, 25 Jun 2007 17:44:02 +0200
+
+libssh (0.2+svn20070321-3) unstable; urgency=low
+
+ * Fix wrong versionized Replaces for -doc package
+
+ -- Laurent Bigonville <bigon@bigon.be> Thu, 5 Apr 2007 17:58:27 +0200
+
libssh (0.2+svn20070321-2) unstable; urgency=low
* Split devel package into devel and documentation packages
diff --git a/debian/control b/debian/control
index 2ef46f0e..8c58d754 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
Uploaders: Laurent Bigonville <bigon@bigon.be>
Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen
Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.berlios.de/libssh/trunk
Package: libssh-2
Section: libs
@@ -23,7 +24,7 @@ Package: libssh-2-dev
Provides: libssh-dev
Section: libdevel
Architecture: any
-Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
+Depends: libssh-2 (= ${binary:Version}), libgcrypt11-dev, zlib1g-dev
Suggests: libssh-2-doc
Conflicts: libssh-dev
Description: A tiny C SSH library. Development files
@@ -41,7 +42,7 @@ Package: libssh-2-dbg
Priority: extra
Section: libdevel
Architecture: any
-Depends: libssh-2 (= ${Source-Version})
+Depends: libssh-2 (= ${binary: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
@@ -57,7 +58,7 @@ Package: libssh-2-doc
Section: doc
Architecture: all
Suggests: doc-base
-Replaces: libssh-2-dev (<= 0.2-1)
+Replaces: libssh-2-dev (<< 0.2+svn20070321-2)
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