~phablet-team/phablet-extras/pulseaudio

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Luke Yelavich
  • Date: 2013-01-03 00:50:53 UTC
  • Revision ID: luke.yelavich@canonical.com-20130103005053-ly9nwiczcbwqqqe7
Bump upstream version and rules/shlib files to 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
LDFLAGS += -Wl,--no-as-needed
57
57
DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-hal \
58
58
        --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
59
 
        --with-module-dir=\$${prefix}/lib/pulse-2.99/modules
60
 
DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-2.99/modules
 
59
        --with-module-dir=\$${prefix}/lib/pulse-3.0/modules
 
60
DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-3.0/modules
61
61
DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp
62
62
DEB_UPDATE_RCD_PARAMS = start 50 2 3 4 5 . stop 15 1 .
63
63