~ubuntu-branches/ubuntu/wily/choreonoid/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Thomas Moulard
  • Date: 2013-06-13 13:46:59 UTC
  • Revision ID: package-import@ubuntu.com-20130613134659-ynv9m8rngdr2q9hk
Tags: 1.1.0+dfsg-5
* Fix patch fixing opcode portability issue (Closes: #711003).
* Fix patch porting to Boost.Filesystem v3.
* Update symbols for amd64, i386, kfreebsd-i386 and kfreebsd-amd64
  architectures.
* Add autopkgtest support and simple test case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
CFLAGS+=$(CPPFLAGS)
13
13
CXXFLAGS+=$(CPPFLAGS)
14
14
 
15
 
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_strip \
16
 
        override_dh_auto_build
 
15
.PHONY: override_dh_auto_clean          \
 
16
        override_dh_auto_configure      \
 
17
        override_dh_auto_build-indep    \
 
18
        override_dh_strip
17
19
 
18
20
override_dh_auto_clean:
19
21
        dh_auto_clean
32
34
                -DUSE_EXTERNAL_EIGEN:BOOL=TRUE          \
33
35
                -DUSE_EXTERNAL_YAML:BOOL=TRUE
34
36
 
35
 
override_dh_auto_build:
36
 
        dh_auto_build -- # Compile the software.
 
37
override_dh_auto_build-indep:
37
38
        doxygen Doxyfile # Generate documentation.
38
39
 
39
40
override_dh_auto_install:
55
56
override_dh_strip:
56
57
        dh_strip -a --dbg-package=choreonoid-dbg
57
58
 
58
 
override_dh_auto_test:
59
 
 
60
59
%:
61
60
        dh  $@ --parallel --with pkgkde-symbolshelper