~ubuntu-branches/ubuntu/precise/ureadahead/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-03-16 17:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110316171901-mdli938iplc8zxxt
Tags: 0.100.0-11
* src/trace.c: leave room for string termination on reads (LP: #485194).
* man/ureadahead.8: fix typo and update bug reporting URL (LP: #697770).
* debian/rules: don't bother with /var/lib/ureadahead mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        dh_install
25
25
        install -m 644 debian/ureadahead.apport \
26
26
                debian/ureadahead/usr/share/apport/package-hooks/ureadahead.py
27
 
        install -m 700 -d debian/ureadahead/var/lib/ureadahead
28
 
 
29
 
override_dh_fixperms:
30
 
        dh_fixperms -X/var/lib/ureadahead
31
 
 
32
27
 
33
28
version := $(shell sed -e '1{;s|^ureadahead (\(.*\))\ .*|\1|;q;}' debian/changelog)
34