~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/build/rules.mk

  • Committer: Rico Tzschichholz
  • Date: 2017-03-08 11:50:00 UTC
  • Revision ID: ricotz@ubuntu.com-20170308115000-1wrt5h8i66xu8ph4
releasing package firefox version 53.0~b1+build1-0ubuntu0.17.04.1

[ Chris Coulson ]
* Update unity-menubar.patch with the latest version submitted upstream
* Build with --disable-rust for now
* Stop installing the NPAPI headers and make firefox-dev a transitional
  package
  - update debian/build/rules.mk
  - update debian/rules
  - update debian/control{,.in}
  - remove debian/firefox-dev.install.in
  - remove debian/firefox-dev.links.in
  - remove debian/pkgconfig/mozilla-plugin.pc.in
* Add Urdu language pack
* Refresh patches
  - update debian/patches/revert-upstream-search-engine-changes.patch
  - update debian/patches/unity-menubar.patch

[ Rico Tzschichholz ]
* New upstream release from the beta channel (FIREFOX_53_0b1_BUILD1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        $(MOZ_APPNAME_SUBST_FILES) \
189
189
        $(NULL)
190
190
 
191
 
pkgconfig_files = \
192
 
        $(MOZ_PKGCONFIG_FILES) \
193
 
        $(NULL)
194
 
 
195
191
#debian/tests/control: debian/tests/control.in
196
192
#       sed -e 's/@MOZ_PKG_NAME@/$(MOZ_PKG_NAME)/g' < debian/tests/control.in > debian/tests/control
197
193
 
269
265
                $(MAKE) langpack-$* LOCALE_MERGEDIR=$(CURDIR)/debian/l10n-mergedirs/$* || exit 1;
270
266
        @touch $@
271
267
 
272
 
#common-build-arch:: make-langpack-xpis $(pkgconfig_files) make-testsuite run-tests
273
 
common-build-arch:: make-langpack-xpis $(pkgconfig_files)
 
268
#common-build-arch:: make-langpack-xpis make-testsuite run-tests
 
269
common-build-arch:: make-langpack-xpis
274
270
 
275
271
install/$(MOZ_PKG_NAME)::
276
272
        @echo "Adding suggests / recommends on support packages"