~ubuntu-branches/ubuntu/wily/xml-security-c/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2010-05-12 20:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100512205925-q65ugr9ohtfrehst
Tags: 1.5.1-3
* Force source format 1.0 for now since it makes backporting easier.
* Add ${misc:Depends} to all package dependencies.
* Update debhelper compatibility level to V7.
  - Use dh_prep instead of dh_clean -k.
* Update standards version to 3.8.4 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
install: build-stamp
63
63
        dh_testdir
64
64
        dh_testroot
65
 
        dh_clean -k
 
65
        dh_prep
66
66
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
67
67
        dh_install --sourcedir=debian/tmp
68
68