~ubuntu-branches/ubuntu/edgy/gnome2-user-docs/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-02-21 10:04:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060221100403-4nxwxg9fhoiglafw
Tags: 2.13.1.1-0ubuntu1
* New upstream release:
  - Added missing OMF files
* debian/rules:
  - added --disable-scrollkeeper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
configure-stamp:
11
11
        dh_testdir
12
12
 
13
 
        ./configure --prefix=/usr
 
13
        ./configure --prefix=/usr --disable-scrollkeeper
14
14
 
15
15
        touch configure-stamp
16
16