~ubuntu-branches/ubuntu/lucid/guarddog/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-04-17 04:20:09 UTC
  • Revision ID: james.westby@ubuntu.com-20090417042009-crnxicvx9da236ct
Tags: 2.6.0-2.1ubuntu3
debian/rules: added --without-arts parameter to configure script call to
rebuild without arts support (LP: #320915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
config.status: configure
23
23
        dh_testdir
24
24
        # configure the package.
25
 
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --with-qt-includes=/usr/include/qt3
 
25
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --with-qt-includes=/usr/include/qt3 --without-arts
26
26
 
27
27
 
28
28
build: build-stamp