~ddecator/songbird/fix-songbird-daily-build-20100416

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Draycen DeCator
  • Date: 2010-07-09 07:31:39 UTC
  • Revision ID: ddecator@gmail.com-20100709073139-pk5ztb6puzl3gez3
* Pull mozbrowser from new location and pull mozexthelper
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
# Only the dependencies we need
279
279
SB_CO_DEP_DIRS := \
280
280
        taglib \
281
 
        mozbrowser \
282
281
        xulrunner-1.9.2 \
283
282
        sqlite \
284
283
        $(NULL)
291
290
        @$(call SVN_CO,-N,$(VTAG),$(SONGBIRD_SVN_VENDOR),/,$(TMP)/trunk/dependencies/vendor)
292
291
        # we take $(SB_CO_DEP_DIRS) tagged
293
292
        @$(call SVN_CO,$(NULL),$(VTAG),$(SONGBIRD_SVN_VENDOR),$(SB_CO_DEP_DIRS),$(TMP)/trunk/dependencies/vendor)
 
293
        # we take mozbrowser (tagged) from xulrunner-1.9.2/mozilla/browser
 
294
        @$(call SVN_CO,$(NULL),$(VTAG),$(SONGBIRD_SVN_VENDOR)/xulrunner-1.9.2/mozilla/browser,/,$(TMP)/trunk/dependencies/vendor/mozbrowser)
294
295
        # we also get mozjshttpd (tagged) from xulrunner-1.9.2/mozilla/netwerk/test/httpserver
295
296
        @$(call SVN_CO,$(NULL),$(VTAG),$(SONGBIRD_SVN_VENDOR)/xulrunner-1.9.2/mozilla/netwerk/test/httpserver,/,$(TMP)/trunk/dependencies/vendor/mozjshttpd)
 
297
        # we also get mozexthelper (tagged) from xulrunner-1.9.2/mozilla/toolkit/components/exthelper
 
298
        @$(call SVN_CO,$(NULL),$(VTAG),$(SONGBIRD_SVN_VENDOR)/xulrunner-1.9.2/mozilla/toolkit/components/exthelper,/,$(TMP)/trunk/dependencies/vendor/mozexthelper)
296
299
ifneq (,$(LOCAL_BRANCH))
297
300
        rm -rf $(TTMP)
298
301
        cp -la $(TMP) $(TTMP)