~ubuntu-branches/ubuntu/maverick/coherence/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2010-06-30 22:43:12 UTC
  • mfrom: (3.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100630224312-0yfxnxrmtcjd0n2c
Tags: 0.6.6.2-5
* debian/rules made use of ${CURDIR} variable in remove statement.
* debian/install added README install statement. Closes: #572801
* Removed debian/coherence.docs as it was not installing README into 
  /usr/share/doc/python-coherence/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
%:
4
 
        dh --with quilt $@
 
4
        dh $@
5
5
 
6
6
override_dh_auto_install:
7
7
        dh_auto_install -- --single-version-externally-managed
8
8
override_dh_install:
9
9
        dh_install
10
 
        rm -rf /tmp/buildd/coherence-*/debian/python-coherence/usr/lib/python*/*-packages/coherence/extern/uuid
 
10
        rm -rf ${CURDIR}/debian/python-coherence/usr/lib/python*/*-packages/coherence/extern/uuid
11
11