~ubuntu-branches/ubuntu/lucid/thaifonts-scalable/lucid-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2009-03-27 16:05:19 UTC
  • Revision ID: james.westby@ubuntu.com-20090327160519-lgewvnv9ssuifcro
Tags: 1:0.4.11-3
* VCS moved from CVS to SVN; update Vcs-* fields accordingly.
* Section moved from 'x11' to 'fonts'.
* debian/copyright:
  - Bump Format-Specification to rev 454
  - Move 'Files: *' section to top
  - Update Copyright year for 'debian/*'
* Bump debhelper compat to level 7
  - Bump debian/compat to 7
  - Build-dep on debhelper (>= 7)
  - debian/rules:
    + Replace obsoleted 'dh_clean -k' with 'dh_prep'
    + Remove *-stamp clean-ups in clean target, as dh_clean now does it
* Add '${misc:Depends}' to fix lintian warnings.
* Bump Standards-Version to 3.8.1 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
clean:
29
29
        dh_testdir
30
30
        dh_testroot
31
 
        rm -f build-stamp configure-stamp
32
31
 
33
32
        [ ! -f Makefile ] || $(MAKE) distclean
34
33
 
37
36
install: build
38
37
        dh_testdir
39
38
        dh_testroot
40
 
        dh_clean -k
 
39
        dh_prep
41
40
        dh_installdirs
42
41
        dh_install
43
42