~ubuntu-desktop/libcanberra/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Terry
  • Date: 2010-11-05 14:04:46 UTC
  • mfrom: (105.1.9 ubuntugtk3)
  • Revision ID: mike@mterry.name-20101105140446-kmd7azl81f8k1jyz
* New upstream release
* debian/control:
  - Depend on libgtk3.0-dev also, to build GTK3 module
  - Increment Standards-version
  - Add GTK3 packages
* debian/libcanberra-gtk3*.install:
  - Add GTK3 module packages
* debian/rules:
  - Remove versioning directives from DEB_DH_MAKESHLIBS_ARGS*
* debian/patches
  - add 90-patch-theme-for-ubuntu.patch
* debian/control:
  - Add shlibs:Depends to the gtk3 module

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/autotools.mk
5
5
include /usr/share/cdbs/1/rules/utils.mk
6
 
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
6
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
7
 
8
8
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
9
9
 
37
37
DEB_CONFIGURE_EXTRA_FLAGS += --disable-alsa --enable-oss
38
38
endif
39
39
 
40
 
DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/gtk-2.0/modules
41
 
DEB_DH_MAKESHLIBS_ARGS_ALL += --exclude=usr/lib/libcanberra-0.24
42
 
DEB_DH_MAKESHLIBS_ARGS_libcanberra0 += -V "libcanberra0 (>= 0.20)" -- -c4
43
 
DEB_DH_MAKESHLIBS_ARGS_libcanberra-gtk0 += -V "libcanberra-gtk0 (>= 0.20)" -- -c4
 
40
DEB_DH_MAKESHLIBS_ARGS_ALL += --exclude=usr/lib/gtk-2.0/modules
 
41
DEB_DH_MAKESHLIBS_ARGS_ALL += --exclude=usr/lib/gtk-3.0/modules
 
42
DEB_DH_MAKESHLIBS_ARGS_ALL += --exclude=usr/lib/libcanberra-0.26
 
43
DEB_DH_MAKESHLIBS_ARGS_libcanberra0 += -- -c4
 
44
DEB_DH_MAKESHLIBS_ARGS_libcanberra-gtk0 += -- -c4
 
45
DEB_DH_MAKESHLIBS_ARGS_libcanberra-gtk3-0 += -- -c4