Codebase list kwindowsystem / abcb337
Add acc autopkgtests. Maximiliano Curia 9 years ago
4 changed file(s) with 35 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 * Update install files.
1010 * Update build dependencies to follow cmake.
1111 * Update copyright information.
12 * Add acc autopkgtests.
1213
1314 -- Maximiliano Curia <maxy@debian.org> Fri, 23 Jan 2015 21:50:51 +0100
1415
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 </gcc_options>
18
19 </descriptor>
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_acc
11 Depends: @builddeps@, build-essential,
22 xvfb, xauth, dbus-x11, openbox
33 Restrictions: rw-build-tree
4
5 Tests: acc
6 Depends: @, dh-acc, exuberant-ctags