~ubuntu-branches/ubuntu/trusty/gsoap/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-11-07 20:34:05 UTC
  • Revision ID: package-import@ubuntu.com-20111107203405-bljftxzhkgby8r6v
Tags: 2.8.4-2
Bump soname instead of using shlibs file for backward
non-compatible updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
-include /usr/share/dpkg/buildflags.mk
5
5
 
6
6
version = 2.8.4
 
7
# Bump the soversion whenever the new version is not backwards compatible
 
8
soversion = 1
7
9
 
8
10
configure: configure-stamp
9
11
        :
40
42
build-stamp: configure-stamp
41
43
        dh_testdir
42
44
 
43
 
        $(MAKE)
 
45
        $(MAKE) SOVERSION=$(soversion)
44
46
 
45
47
        touch $@
46
48
 
80
82
        dh_clean -k
81
83
        dh_installdirs
82
84
 
83
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
85
        $(MAKE) install SOVERSION=$(soversion) DESTDIR=$(CURDIR)/debian/tmp
84
86
 
85
87
        rm $(CURDIR)/debian/tmp/usr/lib/*.la
86
88