~ubuntu-branches/ubuntu/saucy/pixman/saucy-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Timo Aaltonen, Julien Cristau
  • Date: 2009-01-04 21:39:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090104213931-s4r708pm9ekdeyx3
Tags: 0.13.2-1
[ Timo Aaltonen ]
* New upstream release.
* Update libpixman-1-0.symbols with new symbols.

[ Julien Cristau ]
* Don't use ARM SIMD code.  It doesn't do runtime detection, and will only
  work on ARMv6.
* Fix shlibs for the udeb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
PACKAGE = libpixman-1-0
 
4
SHLIBS_VERSION = 0.13.2
4
5
 
5
6
CFLAGS = -Wall -g
6
7
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
36
37
          --prefix=/usr \
37
38
          --mandir=\$${prefix}/share/man \
38
39
          --infodir=\$${prefix}/share/info \
 
40
          --disable-arm-simd \
39
41
          $(confflags) \
40
42
          CFLAGS="$(CFLAGS)"
41
43
        touch $@
86
88
        dh_strip --dbg-package=$(PACKAGE)-dbg
87
89
        dh_compress
88
90
        dh_fixperms
89
 
        dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb
 
91
        dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb -V"$(PACKAGE) (>= $(SHLIBS_VERSION))"
90
92
        dh_shlibdeps
91
93
        dh_installdeb
92
94
        dh_gencontrol