1
1

* 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
Этот коммит содержится в:
Laurent Bigonville 2007-06-25 15:47:25 +00:00
родитель c86bc487e5
Коммит d15c729e1b
2 изменённых файлов: 18 добавлений и 3 удалений

14
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

7
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