Codebase list kwindowsystem / bb6e65f
drop unused 'acc' autopkgtest Pino Toscano 4 years ago
4 changed file(s) with 1 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
66 * Bump the debhelper compatibility to 12:
77 - switch the debhelper build dependency to debhelper-compat 12
88 - remove debian/compat
9 * Drop the unused/disabled 'acc' autopkgtest.
910
1011 -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 25 Mar 2020 08:03:03 +0100
1112
+0
-21
debian/libkf5windowsystem-dev.acc.in less more
0 <?xml version="1.0" encoding="utf-8"?>
1 <descriptor>
2
3 <version>
4 5.6.0
5 </version>
6
7 <headers>
8 /usr/include/KF5/KWindowSystem/
9 </headers>
10
11 <libs>
12 /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5WindowSystem.so
13 </libs>
14
15 <gcc_options>
16 -fPIC
17 -std=c++11
18 </gcc_options>
19
20 </descriptor>
+0
-18
debian/tests/acc less more
0 #!/bin/sh
1
2 DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
3
4 for in_file in debian/*.acc.in; do
5 out_file=${in_file%.in}
6 sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
7 "${in_file}" > "${out_file}"
8 done
9
10 DH_VERBOSE=1
11
12 dh_acc
13 ret=$?
14 if [ 0 -ne $ret ]; then
15 cp -r logs "${ADT_ARTIFACTS}"/acc.logs
16 fi
17 exit $ret
+0
-3
debian/tests/control.disable less more
0 Tests: acc
1 Depends: dh-acc, exuberant-ctags, @
2 Restrictions: allow-stderr