bug 524519 - add deb_name.txt to UPLOAD_EXTRA_FILES. r=mfinkle
--- a/mobile/installer/Makefile.in
+++ b/mobile/installer/Makefile.in
@@ -230,17 +230,17 @@ deb: $(PP_DEB_FILES) $(DIST)/branding/$(
$(SYSINSTALL) $(MOZILLA_VERSION).$(MOZ_APP_NAME).conf $(DEBDESTDIR)$(regdir)/
dh_link; fakeroot dh_fixperms; fakeroot dh_installdeb; dh_shlibdeps; fakeroot dh_gencontrol; fakeroot dh_md5sums; dh_builddeb
echo $(DEB_PKG_NAME) > $(DIST)/deb_name.txt
installer: deb
@echo Installer DEB created!
# relative to $(DIST)
-UPLOAD_EXTRA_FILES += ../mobile/$(DEB_PKG_NAME)
+UPLOAD_EXTRA_FILES += ../mobile/$(DEB_PKG_NAME) deb_name.txt
endif
ifeq ($(OS_ARCH),WINCE)
VSINSTALLDIR ?= $(error VSINSTALLDIR not set, must be set to the Visual Studio install directory)
UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)