~ubuntu-branches/debian/stretch/db1-compat/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Colin Watson, Julian Gilbey
  • Date: 2009-07-29 13:22:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090729132217-o8wzbkm4nnuq8k0b
Tags: 2.1.3-10
[ Colin Watson ]
* Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.

[ Julian Gilbey ]
* Add db_dump185 to this package from the source of db4.3 version 4.3.29
  and replace libdb2-util (Closes: #169830)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
soversion=.2
13
13
endif
14
14
 
15
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 
15
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
16
16
export CFLAGS := -O0
17
17
endif
18
18
 
29
29
binary-arch: build
30
30
        dh_testdir
31
31
        dh_testroot
32
 
        dh_installdirs lib
 
32
        dh_installdirs lib usr/bin
 
33
        dh_install
33
34
        # match glibc
34
35
        install -m644 libdb1.so$(soversion) $(dtmp)/lib/libdb1-2.2.5.so
35
36
        ln -s libdb1-2.2.5.so $(dtmp)/lib/libdb1.so$(soversion)
36
37
        ln -s libdb1-2.2.5.so $(dtmp)/lib/libdb.so$(soversion)
37
38
        dh_installdocs
38
39
        dh_installchangelogs
 
40
        dh_installman
39
41
        dh_strip
40
42
        dh_compress
41
43
        dh_fixperms