~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jeremy Bicha
  • Date: 2018-03-26 13:56:00 UTC
  • Revision ID: jbicha@ubuntu.com-20180326135600-e2omnlqfz7dy46ug
Merge with Debian 3.4.2-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
 
3
2
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
4
3
 
5
4
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6
 
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
5
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
7
6
 
8
7
# Mozilla plugins shouldn't be installed in multi-arch path
9
8
export MOZILLA_PLUGINDIR = /usr/lib/mozilla/plugins
29
28
                $(CONFFLAGS)
30
29
 
31
30
override_dh_install:
32
 
        find debian/tmp -name '*.a' -delete
33
 
        find debian/tmp -name '*.la' -delete
34
 
        dh_install --fail-missing -Xsample-plugins -Xcontext
 
31
        find debian/tmp -name '*.a' -delete -print
 
32
        find debian/tmp -name '*.la' -delete -print
 
33
        dh_install -Xsample-plugins -Xcontext
 
34
 
 
35
override_dh_missing:
 
36
        dh_missing --fail-missing -Xsample-plugins -Xcontext
35
37
 
36
38
override_dh_python3:
37
 
        dh_python3 --no-ext-rename /usr/lib/rhythmbox
38
39
        dh_python3 --no-ext-rename /usr/lib/$(DEB_HOST_MULTIARCH)/rhythmbox
39
40
 
40
41
override_dh_strip: