~ubuntu-branches/ubuntu/saucy/ibutils/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Roland Dreier
  • Date: 2012-12-03 11:45:32 UTC
  • Revision ID: package-import@ubuntu.com-20121203114532-zz0zk41tw0hzdy7w
Tags: 1.5.7-1
* Acknowledge NMU. (Closes: #690603)
* Convert to minimized rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# -*- makefile -*-
3
 
# Sample debian/rules that uses debhelper.
4
 
# This file was originally written by Joey Hess and Craig Small.
5
 
# As a special exception, when this file is copied by dh-make into a
6
 
# dh-make output file, you may use that output file without restriction.
7
 
# This special exception was added by Craig Small in version 0.37 of dh-make.
8
 
 
9
 
# Uncomment this to turn on verbose mode.
10
 
#export DH_VERBOSE=1
11
 
 
12
 
 
13
 
# These are used for cross-compiling and for saving the configure script
14
 
# from having to guess our platform (since we know it already)
15
 
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16
 
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
17
 
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
18
 
CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
19
 
else
20
 
CROSS= --build $(DEB_BUILD_GNU_TYPE)
21
 
endif
22
 
 
23
 
 
24
 
 
25
 
config.status: configure
26
 
        dh_testdir
27
 
        # Add here commands to configure the package.
28
 
        cp -f /usr/share/misc/config.sub config.sub
29
 
        cp -f /usr/share/misc/config.guess config.guess
30
 
        ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" \
31
 
         --sysconfdir=/etc  --with-graphviz-lib=/usr/lib/graphbiz/tcl
32
 
 
33
 
build-arch: build
34
 
build-indep: build
35
 
 
36
 
build: build-stamp
37
 
 
38
 
build-stamp:  config.status 
39
 
        dh_testdir
40
 
 
41
 
        # Add here commands to compile the package.
42
 
        $(MAKE)
43
 
        #docbook-to-man debian/ibutils.sgml > ibutils.1
44
 
 
45
 
        touch $@
46
 
 
47
 
clean:
48
 
        dh_testdir
49
 
        dh_testroot
50
 
        rm -f build-stamp config.guess config.sub
51
 
        find . -type d -name .libs \
52
 
                | xargs --no-run-if-empty rm -rf
53
 
        # Add here commands to clean up after the build process.
54
 
        [ ! -f Makefile ] || $(MAKE) clean
55
 
        find . -type f \
56
 
                -name Makefile \
57
 
                -o -name libtool \
58
 
                -o -name "*.[ao]" \
59
 
                -o -name "*.l[ao]" \
60
 
                | xargs --no-run-if-empty rm -f
61
 
        rm -f \
62
 
                ibdiag/src/ibdiagnet \
63
 
                ibdiag/src/ibdiagpath \
64
 
                ibdiag/src/ibdiagui \
65
 
                ibdm/ibdm/ibdmsh \
66
 
                ibdm/src/ibdmchk \
67
 
                ibdm/src/ibdmtr \
68
 
                ibdm/src/ibnlparse \
69
 
                ibdm/src/ibtopodiff \
70
 
                ibis/src/ibis
71
 
        rm -f config.sub config.guess config.status config.log ibutils.spec
72
 
        rm -f ibdiag/config.status ibdiag/config.log ibdm/config.status ibdm/config.log ibis/config.status ibis/config.log
73
 
        dh_clean 
74
 
 
75
 
install: build
76
 
        dh_testdir
77
 
        dh_testroot
78
 
        dh_prep  
79
 
        dh_installdirs
80
 
 
81
 
        # Add here commands to install the package into debian/ibutils.
82
 
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
83
 
 
84
 
        install -D -m 644 debian/libibdm1.lintian-overrides $(CURDIR)/debian/tmp/usr/share/lintian/overrides/libibdm1
85
 
 
86
 
        chrpath -d $(CURDIR)/debian/tmp/usr/bin/ibis
87
 
        chrpath -d $(CURDIR)/debian/tmp/usr/bin/ibdmsh
88
 
        chrpath -d $(CURDIR)/debian/tmp/usr/lib/ibdm1.5.7/libibdm.so.1.5.7
89
 
        chrpath -d $(CURDIR)/debian/tmp/usr/lib/ibis1.5.7/libibis.so.1.5.7
90
 
        chrpath -d $(CURDIR)/debian/tmp/usr/lib/libibdm.so.1.1.1
91
 
 
92
 
# Build architecture-independent files here.
93
 
binary-indep: install
94
 
# We have nothing to do by default.
95
 
 
96
 
# Build architecture-dependent files here.
97
 
binary-arch: install
98
 
        dh_testdir
99
 
        dh_testroot
100
 
        dh_installchangelogs --exclude=ChangeLog
101
 
        dh_installdocs
102
 
        dh_installexamples
103
 
        dh_install --list-missing
104
 
        dh_installman
105
 
        dh_link
106
 
        dh_strip
107
 
        dh_compress
108
 
        dh_fixperms
109
 
        dh_makeshlibs
110
 
        dh_installdeb
111
 
        dh_shlibdeps
112
 
        dh_gencontrol
113
 
        dh_md5sums
114
 
        dh_builddeb
115
 
 
116
 
binary: binary-indep binary-arch
117
 
.PHONY: build clean binary-indep binary-arch binary install 
 
3
 
 
4
%:
 
5
        dh $@ --with autoreconf
 
6
 
 
7
override_dh_autoreconf:
 
8
        dh_autoreconf autoreconf -- -f -i -I config
 
9
 
 
10
override_dh_auto_configure:
 
11
        dh_auto_configure -- --with-osm=/usr --with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH)
 
12
 
 
13
override_dh_auto_install:
 
14
        dh_auto_install
 
15
        chmod ogu-x debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ibdm1.5.7/ibnl/*.ibnl