~ubuntu-branches/ubuntu/trusty/dh-python/trusty

« back to all changes in this revision

Viewing changes to dhpython/build/plugin_cmake.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-08-19 06:18:32 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130819061832-t89p361njushj00b
Tags: 1.20130819-1ubuntu1
* Update from Debian Unstable.
* Add dh_python3 Autopkgtest moved from python3-defaults

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    def install(self, context, args):
51
51
        return ('dh_auto_install --buildsystem=cmake'
52
52
                ' --builddirectory="{build_dir}"'
53
 
                ' --destdir="{dest_dir}"'
 
53
                ' --destdir="{destdir}"'
54
54
                ' -- {args}')
55
55
 
56
56
    @shell_command