Merging upstream version 3.5.5 (Closes: #1098233).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86ae7dcba
commit
6af28b7e8e
144 changed files with 43534 additions and 11497 deletions
1
distro/tests/control
Normal file
1
distro/tests/control
Normal file
|
@ -0,0 +1 @@
|
|||
Tests: test-pkg-config.sh
|
5
distro/tests/test-pkg-config.sh
Executable file
5
distro/tests/test-pkg-config.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
version=`pkg-config --modversion libnetconf2`
|
||||
echo "$version" | grep '2\.[0-9.]\+'
|
Loading…
Add table
Add a link
Reference in a new issue