~ubuntu-branches/ubuntu/precise/smartcardpp/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Martin-Éric Racine
  • Date: 2012-01-26 21:53:16 UTC
  • Revision ID: package-import@ubuntu.com-20120126215316-0ursj4irj4f5o4mq
Tags: 0.3.0-0ubuntu5
* Replace CDBS utils.mk list-missing with dh_install --fail-missing.
  - Removed: include /usr/share/cdbs/1/rules/utils.mk,
    common-binary-post-install-arch common-binary-post-install-indep::
  + Added: DEB_DH_INSTALL_ARGS += --fail-missing --list-missing

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# version 2.1 of the License, or (at your option) any later version.
11
11
#
12
12
include /usr/share/cdbs/1/rules/debhelper.mk
13
 
include /usr/share/cdbs/1/rules/utils.mk
14
13
include /usr/share/cdbs/1/class/cmake.mk
15
14
 
16
 
common-binary-post-install-arch common-binary-post-install-indep:: list-missing
 
15
DEB_DH_INSTALL_ARGS += --fail-missing --list-missing
17
16
 
18
17
#EOF