From 2553e58b7d20a6fb46db2eb13299fc61fd657c5b Mon Sep 17 00:00:00 2001 From: epage Date: Tue, 8 Dec 2009 04:22:28 +0000 Subject: [PATCH] Adding upload to extras support git-svn-id: file:///svnroot/quicknote/trunk@82 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- Makefile | 5 +++++ src/constants.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47a653c..be10451 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,11 @@ build: $(OBJ) build_mo cp -R $(BUILD_PATH)/generic/* $(BUILD_PATH)/mer cd $(BUILD_PATH)/mer ; python builddeb.py mer +upload: build + 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) ; ) diff --git a/src/constants.py b/src/constants.py index fdfce8f..8ae6c19 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Quicknote" __app_name__ = "quicknote" __version__ = "0.7.8" -__build__ = 8 +__build__ = 9 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote") __app_magic__ = 0xdeadbeef _user_logpath_ = "%s/quicknote.log" % _data_path_ -- 1.7.9.5