mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +03:00
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
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,6 +1,5 @@
|
|||||||
libssh (0.2~svn20061206-1) unstable; urgency=low
|
libssh (0.2~rc-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #316872)
|
* 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
vendored
3
debian/control
vendored
@@ -3,7 +3,7 @@ Section: libs
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
|
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
|
||||||
Uploaders: Laurent Bigonville <bigon@bigon.be>
|
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
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: libssh-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
|
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
||||||
|
|
||||||
Package: libssh-2-dbg
|
Package: libssh-2-dbg
|
||||||
|
Priority: extra
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libssh-2 (= ${Source-Version})
|
Depends: libssh-2 (= ${Source-Version})
|
||||||
|
2
debian/libssh-2.lintian-overrides
vendored
Normal file
2
debian/libssh-2.lintian-overrides
vendored
Normal file
@@ -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
vendored
3
debian/rules
vendored
@@ -14,5 +14,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
|||||||
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
|
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
|
||||||
DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
|
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::
|
install/libssh-2-dev::
|
||||||
make install-doc DESTDIR=debian/tmp
|
make install-doc DESTDIR=debian/tmp
|
||||||
|
Reference in New Issue
Block a user