X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=Makefile;h=fcaa075f6883205eb7e52cf96e02de415851fcc4;hp=c461fc8452176ec1c405c33570a4ae045dada72f;hb=5871efe867162458c5180deb6a8c812abdbcbcf9;hpb=58f796243ce76a2629f169b943d2e0f89a877999 diff --git a/Makefile b/Makefile index c461fc8..fcaa075 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ package: $(OBJ) $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; ) cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic - cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service.in $(BUILD_PATH)/generic + cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service $(BUILD_PATH)/generic cp support/icons/*-$(PROJECT_NAME).png $(BUILD_PATH)/generic/ cp support/builddeb.py $(BUILD_PATH)/generic cp support/py2deb.py $(BUILD_PATH)/generic @@ -63,6 +63,14 @@ package: $(OBJ) mkdir -p $(BUILD_PATH)/mer cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/mer cd $(BUILD_PATH)/mer ; python builddeb.py mer + mkdir -p $(BUILD_PATH)/debian + cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/debian + cd $(BUILD_PATH)/debian ; python builddeb.py debian + +upload: package + dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes + dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes + dput chinook-extras-builder $(BUILD_PATH)/chinook/$(PROJECT_NAME)*.changes lint: $(OBJ) $(foreach file, $(SOURCE), $(LINT) $(file) ; )