Skip to content

Commit 1361c99

Browse files
committed
Update deb build.
1 parent 380a3cd commit 1361c99

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,11 @@ $(CURDIR)/build:
3737
cp -r after autoload doc ftplugin plugin pymode syntax $(CURDIR)/build/usr/share/vim/addons/.
3838
cp -r python-mode.yaml $(CURDIR)/build/usr/share/vim/registry/.
3939

40-
TARGET?=$(CURDIR)/deb
4140
PACKAGE_VERSION?=$(shell git describe --tags `git rev-list master --tags --max-count=1`)
4241
PACKAGE_NAME="vim-python-mode"
4342
PACKAGE_MAINTAINER="Kirill Klenov <horneds@gmail.com>"
4443
PACKAGE_URL=http://github.com/klen/python-mode
4544
deb: clean $(CURDIR)/build
46-
@git co gh-pages
47-
@rm -rf deb
4845
@fpm -s dir -t deb -a all \
4946
-n $(PACKAGE_NAME) \
5047
-v $(PACKAGE_VERSION) \
@@ -58,10 +55,4 @@ deb: clean $(CURDIR)/build
5855
-d "python2.7" \
5956
-d "vim-addon-manager" \
6057
usr
61-
@mkdir -p $(TARGET)
62-
@prm --type deb --path $(TARGET) \
63-
--release precise,quantal,raring,saucy \
64-
--arch amd64,i386,all \
65-
--component main \
66-
--directory $(CURDIR) \
67-
--gpg horneds@gmail.com
58+
@mv *.deb ~/Dropbox/projects/deb/load

0 commit comments

Comments
 (0)