~ubuntu-branches/ubuntu/lucid/flashblock/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-09 16:11:54 UTC
  • Revision ID: package-import@ubuntu.com-20120109161154-m4ghripqkw4nr1i8
Tags: 1.5.12-1ubuntu0.10.04.1
* Install a copy of the xpi to be picked up by the Ubufox addon installer, to
  transition flashblock to a local user extension. Build-depend on a new 
  enough mozilla-devscripts and also depend on ubufox (LP: #904594)
  - update debian/rules
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
MOZ_XPI_INSTALL_XPI_DIR := /usr/share/ubufox/extensions
 
4
 
3
5
include /usr/share/cdbs/1/rules/debhelper.mk
4
6
include /usr/share/mozilla-devscripts/xpi.mk
5
7