~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jeremy Bicha
  • Date: 2018-03-26 14:05:17 UTC
  • Revision ID: jbicha@ubuntu.com-20180326140517-sat7rb9d17gd9ein
Stop building rhythmbox-plugin-mozilla since it won't work in Firefox 53+

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5
5
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
6
6
 
7
 
# Mozilla plugins shouldn't be installed in multi-arch path
8
 
export MOZILLA_PLUGINDIR = /usr/lib/mozilla/plugins
9
 
 
10
7
%:
11
8
        dh $@ --with gir,gnome,python3
12
9
 
24
21
                --libexecdir=/usr/lib/rhythmbox \
25
22
                --enable-lirc \
26
23
                --enable-gtk-doc \
 
24
                --disable-browser-plugin \
27
25
                --without-hal \
28
26
                $(CONFFLAGS)
29
27
 
42
40
        dh_strip --dbgsym-migration='rhythmbox-dbg (<< 3.3.1-1~)'
43
41
 
44
42
override_dh_makeshlibs:
45
 
        dh_makeshlibs -prhythmbox-mozilla --no-act
46
43
        dh_makeshlibs -prhythmbox-plugins --no-act
47
44
        dh_makeshlibs -prhythmbox-plugin-cdrecorder --no-act
48
45
        dh_makeshlibs -prhythmbox-plugin-zeitgeist --no-act