aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2014-04-15 14:04:19 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2014-04-15 14:04:19 -0400
commit2aa15ca76d31dea2aee7b2336346d60b010d139f (patch)
tree5d4f068d25dcfa0d14cca12259016a05f147b68b /Makefile
parent69380894c21d307776bf9062f193f53c9374a2ee (diff)
downloadsos-2aa15ca76d31dea2aee7b2336346d60b010d139f.tar.gz
Remove deb tasks in Makefile
Isn't really necessary anymore since we have an automated build kick off everytime a commit is made. https://code.launchpad.net/~sosreport/+archive/ppa Closes #234 Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 274e60bb..52df5594 100644
--- a/Makefile
+++ b/Makefile
@@ -69,10 +69,6 @@ srpm: clean $(NAME)-$(VERSION).tar.gz
rpm: clean $(NAME)-$(VERSION).tar.gz
$(RPM_WITH_DIRS) -tb $(DIST_BUILD_DIR)/$(NAME)-$(VERSION).tar.gz
-deb: clean $(NAME)-$(VERSION).tar.gz
- @mv $(DIST_BUILD_DIR)/$(NAME)-$(VERSION).tar.gz ../$(NAME)-$(MAJOR)_$(MINOR).orig.tar.gz
- @debuild -us -uc -i
-
po: clean
mkdir -p $(PO_DIR)
for po in `ls po/*.po`; do \