diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-15 14:04:19 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-15 14:04:19 -0400 |
commit | 2aa15ca76d31dea2aee7b2336346d60b010d139f (patch) | |
tree | 5d4f068d25dcfa0d14cca12259016a05f147b68b /Makefile | |
parent | 69380894c21d307776bf9062f193f53c9374a2ee (diff) | |
download | sos-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 \ |