From d15c729e1b4fe05bbd13ad54a5a0ea5df51ea5b9 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Mon, 25 Jun 2007 15:47:25 +0000 Subject: * Sync with uploaded debian version * Add XS-Vcs-Svn field to debian/control * Be binNMU safe git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@120 7dcaeef0-15fb-0310-b436-a5af3365683c --- debian/changelog | 14 ++++++++++++++ debian/control | 7 ++++--- 2 files changed, 18 insertions(+), 3 deletions(-) (limited to 'debian') 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 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 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 Uploaders: Laurent Bigonville 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 -- cgit v1.2.3