~roadmr/checkbox/912946

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
10
10
DEB_PYTHON_INSTALL_ARGS_ALL := --no-compile
11
11
 
12
 
binary-install/hwtest::
13
 
        dh_link /etc/hwtest.d usr/share/hwtest/configs
 
12
binary-install/checkbox::
 
13
        dh_link /etc/checkbox.d usr/share/checkbox/configs
14
14
 
15
15
clean::
16
16
        -find . -name \*.mo -exec rm {} \;