~ubuntu-branches/ubuntu/lucid/xserver-xorg-video-savage/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2006-09-30 14:31:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060930143103-a3j9c6n7mjqw01rv
Tags: 1:2.1.2-1
* New upstream release
  + Fixes DRI lock handling. Closes: #389794

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
build-stamp:
36
36
        dh_testdir
37
37
 
38
 
        mkdir obj-$(DEB_BUILD_GNU_TYPE)
 
38
        test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
39
39
        cd obj-$(DEB_BUILD_GNU_TYPE) && \
40
40
        ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
41
41
                     --infodir=\$${prefix}/share/info $(confflags) \
72
72
 
73
73
        dh_installdocs
74
74
        dh_installchangelogs
75
 
        dh_install --sourcedir=debian/tmp
 
75
        dh_install --sourcedir=debian/tmp --list-missing
76
76
        dh_link
77
77
        dh_strip
78
78
        dh_compress