File: control

package info (click to toggle)
d-shlibs 0.109
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: sh: 537; makefile: 23; ansic: 4
file content (31 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# TODO: support non-symlink *.so files
#Test-Command:
# set +e;
# cd debian/tests/ncurses.d &&
# d-shlibmove /usr/lib/*/libncurses.so;
# case $? in
#  2) exit 0 ;;
#  *) exit 1 ;;
# esac
#Depends:
# d-shlibs,
# libncurses-dev,

Test-Command:
 set +e;
 cd debian/tests/uppercase.d &&
 gcc -shared -Wl,--soname="libUppercase.so.1" -o $AUTOPKGTEST_TMP/libUppercase.so.1.0.0 &&
 ln -s libUppercase.so.1.0.0 $AUTOPKGTEST_TMP/libUppercase.so &&
 d-shlibmove $AUTOPKGTEST_TMP/libUppercase.so;
 case $? in
  2) exit 0 ;;
  *) exit 1 ;;
 esac
Depends:
 d-shlibs,
 gcc,
 libc6-dev,

# TODO: modernize...
#Test-Command:
# make test-build