File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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
4140PACKAGE_VERSION? =$(shell git describe --tags `git rev-list master --tags --max-count=1`)
4241PACKAGE_NAME ="vim-python-mode"
4342PACKAGE_MAINTAINER ="Kirill Klenov <horneds@gmail.com>"
4443PACKAGE_URL =http://github.com/klen/python-mode
4544deb : 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
You can’t perform that action at this time.
0 commit comments