debian/libssh-2.lintian-overrides: New file. Overrides lintian warning about package
name not matching soname. debian/control: Change debhelper build-dep version from 5.0.0 to 5 Add Priority: extra to libssh-2-dbg debian/changelog: Change package version to 0.2~rc-1 debian/rules: Install lintian overrides git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@103 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
9102155d3d
Коммит
0465d85ab4
5
debian/changelog
поставляемый
5
debian/changelog
поставляемый
@ -1,6 +1,5 @@
|
||||
libssh (0.2~svn20061206-1) unstable; urgency=low
|
||||
libssh (0.2~rc-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #316872)
|
||||
|
||||
-- Laurent Bigonville <bigon@bigon.be> Thu, 7 Dec 2006 00:05:12 +0100
|
||||
|
||||
-- Jean-Philippe Garcia Ballester <giga@le-pec.org> Wed, 20 Dec 2006 23:56:50 +0100
|
||||
|
3
debian/control
поставляемый
3
debian/control
поставляемый
@ -3,7 +3,7 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
|
||||
Uploaders: Laurent Bigonville <bigon@bigon.be>
|
||||
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, libz-dev, doxygen
|
||||
Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: libssh-2
|
||||
@ -37,6 +37,7 @@ Description: A tiny C SSH library. Development files and documentation
|
||||
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
||||
|
||||
Package: libssh-2-dbg
|
||||
Priority: extra
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libssh-2 (= ${Source-Version})
|
||||
|
2
debian/libssh-2.lintian-overrides
поставляемый
Обычный файл
2
debian/libssh-2.lintian-overrides
поставляемый
Обычный файл
@ -0,0 +1,2 @@
|
||||
# We use libssh-2 name to avoid name clash with libssh2 package.
|
||||
libssh-2: package-name-doesnt-match-sonames libssh2
|
3
debian/rules
поставляемый
3
debian/rules
поставляемый
@ -14,5 +14,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
|
||||
DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
|
||||
|
||||
install/libssh-2::
|
||||
install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/libssh-2
|
||||
|
||||
install/libssh-2-dev::
|
||||
make install-doc DESTDIR=debian/tmp
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user