~ubuntu-branches/ubuntu/maverick/nvidia-graphics-drivers-173/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-01-19 11:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20100119115657-hjkn0aw78c953hmu
Tags: 173.14.22-0ubuntu5
* debian/compat:
  - Bump compatibility to 5.
* debian/nvidia-173.install.in:
  - Remove any reference to vdpau.
* debian/nvidia-173.postinst.in:
  - Install alternative with --force so that files that
    already exist (from unofficial PPAs or from the Nvidia
    installer, etc.) are overwritten thus avoiding to
    install a broken alternative.
* debian/rules:
  - Use global replacement when generating files from
    templates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
                        -e "s|#DIRNAME#|$(dirname)|g" \
156
156
                        -e "s|#INCLUDEDIR#|$(includedir)|g" \
157
157
                        -e "s|#URL#|$(url)|g" \
158
 
                        -e "s|#VDPAUDIR#|$(vdpaudir)|" \
159
 
                        -e "s|#TLSDIR#|$(tlsdir)|" \
160
 
                        -e "s|#PKGVDPAUDIR#|$(vdpaudir)|" \
161
 
                        -e "s|#PKGTLSDIR#|$(PKG_tlsdir)|" \
 
158
                        -e "s|#VDPAUDIR#|$(vdpaudir)|g" \
 
159
                        -e "s|#VDPAUDIR32#|$(vdpaudir32)|g" \
 
160
                        -e "s|#TLSDIR#|$(tlsdir)|g" \
 
161
                        -e "s|#PKGVDPAUDIR#|$(PKG_vdpaudir)|g" \
 
162
                        -e "s|#PKGVDPAUDIR32#|$(PKG_vdpaudir32)|g" \
 
163
                        -e "s|#PKGTLSDIR#|$(PKG_tlsdir)|g" \
162
164
                        debian/$$i.in > debian/$$i;      \
163
165
        done
164
166
ifeq ($(DEB_BUILD_ARCH),amd64)