~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-06-18 10:20:55 UTC
  • Revision ID: james.westby@ubuntu.com-20070618102055-f3g67vce1x62ygc0
Tags: 1.10.2-3ubuntu1
* Merge from debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
  - Ubuntu Maintainer foobar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Uncomment this to turn on verbose mode.
6
6
#export DH_VERBOSE=1
7
7
 
8
 
# This is the debhelper compatability version to use.
9
 
export DH_COMPAT=4
10
 
 
11
8
include /usr/share/dpatch/dpatch.make
12
9
 
13
10
config.status: patch-stamp
14
11
        dh_testdir
15
12
        # Add here commands to configure the package.
16
 
        CFLAGS="$$CFLAGS -D_FILE_OFFSET_BITS=64 -g -Wall" ./configure \
 
13
        CFLAGS="$$CFLAGS -D_FILE_OFFSET_BITS=64 -O2 -g -Wall" ./configure \
17
14
                        --prefix=/usr \
18
15
                        --mandir=\$${prefix}/share/man \
19
16
                        --infodir=\$${prefix}/share/info \