~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

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
 
        config/autorun.sh
19
 
        dh_auto_configure -- -disable-rpath
 
21
        bash config/autorun.sh
 
22
        dh_auto_configure -- --disable-rpath
20
23
 
21
24
override_dh_auto_build:
22
25
        ${MAKE} ${MAKE_J}
23
 
 
24
 
build: build-stamp
25
 
build-stamp:
26
 
        dh build
27
 
        perl -ple 's/HAVE_DOT\s+=\s+YES/HAVE_DOT = NO/' -i Doxyfile
28
 
        $(MAKE) doxygen
29
 
        touch build-stamp
30
 
 
31
 
clean:
32
 
        dh clean
33
 
 
34
 
install: build install-stamp
35
 
install-stamp:
36
 
        dh install
37
 
        touch install-stamp
38
 
 
39
 
binary-arch: install
40
 
        dh binary-arch
41
 
 
42
 
binary-indep: install
43
 
        dh binary-indep
44
 
 
45
 
binary: binary-arch binary-indep
46
 
 
 
26
        ${MAKE} doxygen
 
27
        ${MAKE} html
 
28
 
 
29
override_dh_auto_install:
 
30
        dh_auto_install
 
31
        cp debian/drizzledump.1 $(TMP)/usr/share/man/man1
 
32
 
 
33
override_dh_strip:
 
34
        dh_strip -Xdrizzled -Xplugin -Xbin --dbg-package=libdrizzle-dbg
 
35
        dh_strip -Xlibdrizzle.so --dbg-package=drizzle-dbg
 
36
 
 
37
override_dh_auto_test:
 
38
        echo "skipping tests"
 
39
        
47
40
get-orig-source:
48
41
        uscan --verbose --force-download --rename --repack --destdir=..