~ubuntu-branches/ubuntu/wily/apvlv/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-01 22:18:49 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110601221849-niibd5p5i7avemy4
Tags: 0.1.1-1.1
* Non-maintainer upload.
* Add support for poppler >= 0.15. Patch by Pino Toscano. (Closes: #627609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
build: build-stamp
4
4
build-stamp:
5
5
        dh_testdir
6
 
        ./configure --with-mandir=/usr/share/man --with-sysconfdir=/etc --with-docdir=/usr/share/doc/apvlv --with-djvu
 
6
        cmake -DCMAKE_INSTALL_PREFIX="/usr" -DAPVLV_WITH_UMD=OFF .
7
7
        make
8
8
        touch build-stamp
9
9