~ubuntu-branches/ubuntu/wily/libkdegames/wily-proposed

« back to all changes in this revision

Viewing changes to debian/tests/acc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-06-22 14:43:39 UTC
  • Revision ID: package-import@ubuntu.com-20150622144339-my9za2b4y459r1z6
Tags: 4:15.04.2-0ubuntu3
Port libkf5kdegames6.acc to kf5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
 
3
DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
 
4
 
 
5
for in_file in debian/*.acc.in; do
 
6
    out_file=${in_file%.in}
 
7
    sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
 
8
        "${in_file}" > "${out_file}"
 
9
done
 
10
 
3
11
dh_acc