~blankon/blankon/xulrunner-1.9.1.head

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Micah Gersten
  • Date: 2010-02-28 23:24:26 UTC
  • Revision ID: micahg@ubuntu.com-20100228232426-m4lc6vg8iy028o7c
* fix LP: #529628 - dh_xulrunner adds wrong dependency on xulrunner-1.9.1.8
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
        pod2man -c Debhelper -r $(DEBIAN_XUL_VER) $^ > $@
271
271
 
272
272
debian/dh/dh_xulrunner: debian/dh/dh_xulrunner.in
273
 
        sed 's/##BASE_VERSION##/$(DEBIAN_XUL_VER)/' $^ > $@
 
273
        sed 's/##BASE_VERSION##/$(DEB_MOZ_VERSION)/' $^ > $@
274
274
 
275
275
post-patches:: $(subst_files) $(install_files) debian/build-system.tar.gz
276
276