~ubuntu-branches/ubuntu/dapper/gurlchecker/dapper-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2005-07-09 17:33:14 UTC
  • Revision ID: james.westby@ubuntu.com-20050709173314-ydqy0kbg3di7ofqf
Tags: 0.8.2-0dl1
Forgot to add the reportbug template. This is now done.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
PACKAGE=gurlchecker
10
10
 
 
11
include /usr/share/dpatch/dpatch.make
 
12
 
11
13
# These are used for cross-compiling and for saving the configure script
12
14
# from having to guess our platform (since we know it already)
13
15
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
32
34
                --mandir=\$${prefix}/share/man \
33
35
                --infodir=\$${prefix}/share/info \
34
36
                --enable-gnutls=yes \
35
 
                --disable-gtk-doc \
36
 
                --host=$(DEB_HOST_GNU_TYPE) \
37
 
                --build=$(DEB_BUILD_GNU_TYPE)
 
37
                --disable-gtk-doc
38
38
 
39
39
 
40
40
build: build-stamp
41
41
 
42
 
build-stamp:  config.status
 
42
build-stamp: patch-stamp config.status
43
43
        dh_testdir
44
44
        
45
45
        # Add here commands to compile the package.
49
49
        touch build-stamp
50
50
 
51
51
 
52
 
clean:
 
52
clean: unpatch
53
53
        dh_testdir
54
54
        dh_testroot
55
55
        -rm -f build-stamp stamp-h*
59
59
        
60
60
        -rm -f config.*
61
61
        
62
 
        intltoolize -c --force
 
62
        libtoolize -c --force && intltoolize -c --force
63
63
        -test -r /usr/share/misc/config.sub && \
64
64
                cp -f /usr/share/misc/config.sub config.sub
65
65
        -test -r /usr/share/misc/config.guess && \
66
66
                cp -f /usr/share/misc/config.guess config.guess
67
 
        aclocal-1.9 && autoheader && automake-1.9 --gnu -a -c -f && autoconf
 
67
        aclocal-1.7 && autoheader && automake-1.7 --gnu -a -c -f && autoconf
68
68
        dh_clean
69
69
 
70
70
install: build