~drizzle-developers/pkg-drizzle/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Monty Taylor
  • Date: 2010-08-25 17:59:56 UTC
  • Revision ID: mordred@inaugust.com-20100825175956-v05gvs2z2y1nfvdi
Collapsed some rules in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
TMP=$(CURDIR)/debian/tmp/
16
16
 
 
17
%:
 
18
        dh $@
 
19
 
17
20
override_dh_auto_configure:
18
21
        bash config/autorun.sh
19
22
        dh_auto_configure -- -disable-rpath
28
31
        dh_strip -Xdrizzled -Xplugin -Xbin --dbg-package=libdrizzle-dbg
29
32
        dh_strip -Xlibdrizzle.so --dbg-package=drizzle-dbg
30
33
        
31
 
build: build-stamp
32
 
build-stamp:
33
 
        dh build
 
34
override_dh_autobuid:
 
35
        dh_auto_build
34
36
        $(MAKE) doxygen
35
 
        touch build-stamp
36
 
 
37
 
clean:
38
 
        dh clean
39
 
 
40
 
install: build install-stamp
41
 
install-stamp:
42
 
        dh --until auto_install install
43
 
        # Run gensymbols
44
 
        dh --remaining install
45
 
        touch install-stamp
46
 
 
47
 
binary-arch: install
48
 
        dh strip
49
 
 
50
 
binary-indep: install
51
 
        dh binary-indep
52
 
 
53
 
binary: binary-arch binary-indep
54
37
 
55
38
get-orig-source:
56
39
        uscan --verbose --force-download --rename --repack --destdir=..