debian/0000755000000000000000000000000011654002713007165 5ustar debian/compat0000644000000000000000000000000211630360253010363 0ustar 8 debian/control0000644000000000000000000000116611654002340010570 0ustar Source: conque Section: editors Priority: optional Maintainer: Harish Badrinath Build-Depends: debhelper (>= 8),python Standards-Version: 3.9.2 Homepage: https://code.google.com/p/conque/ Package: vim-conque Architecture: all Depends: ${python:Depends},${misc:Depends},vim-nox|vim-python Recommends: vim-addon-manager Description: plugin for running interactive commands in a Vim buffer This package provides a Vim plugin which allows interactive programs such as Bash to be run inside a Vim buffer. In other words, it is a terminal emulator which uses a Vim buffer to display the program output. debian/patches/0000755000000000000000000000000011653657501010626 5ustar debian/patches/series0000644000000000000000000000002711652532644012041 0ustar conque-pythonpath.diff debian/patches/conque-pythonpath.diff0000644000000000000000000000105411653657501015146 0ustar Description: Change path where Conque looks for Python files (in autoload directory) Author: Jakub Wilk --- a/autoload/conque_term.vim +++ b/autoload/conque_term.vim @@ -41,7 +41,7 @@ " path to conque install directories let s:scriptdir = expand(":h") . '/' -let s:scriptdirpy = expand(":h") . '/conque_term/' +let s:scriptdirpy = '/usr/share/vim-conque/autoload/conque_term/' " global list of terminal instances let s:term_obj = {'idx': 1, 'var': '', 'is_buffer': 1, 'active': 1, 'buffer_name': '', 'command': ''} debian/copyright0000644000000000000000000000277111642402626011133 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: Conque Source: http://code.google.com/p/conque/ Files: * Copyright: 2009-2011 Nico Raffo License: Expat Files: debian/control Copyright: 2011 Harish Badrinath 2011 Justin B Rye License: Expat Files: debian/* Copyright: 2011 Harish Badrinath License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000011011630371212010203 0ustar version=3 http://googlecode.debian.net/p/conque/conque_(\d+.*)\.tar\.gz debian/vim-conque.yaml0000644000000000000000000000041411653660645012150 0ustar addon: conqueterm description: Plugin to run interactive commands inside a Vim buffer basedir: /usr/share/vim-conque disabledby: "let ConqueTerm_Loaded = 1" files: - autoload/conque_term.vim - syntax/conque_term.vim - plugin/conque_term.vim - doc/conque_term.txt debian/changelog0000644000000000000000000000024111640410232011026 0ustar conque (2.3-1) unstable; urgency=low * Initial release (Closes: #639145) -- Harish Badrinath Tue, 27 Sep 2011 23:35:59 +0530 debian/README.Debian0000644000000000000000000000064011630361312011223 0ustar Dear user, This package provides the vim addon conqueterm, but it is not enabled per default. If you want to enable it for your user account just execute vim-addons install conqueterm. Similarly, to enable it for all users of this system just execute (as root) vim-addons -w install conqueterm. vim-addons is provided by the vim-addon-manager package, have a look at its manpage for more information/clarification. debian/install0000644000000000000000000000033511653656632010575 0ustar autoload/* usr/share/vim-conque/autoload/ doc/* usr/share/vim-conque/doc/ plugin/* usr/share/vim-conque/plugin/ syntax/* usr/share/vim-conque/syntax/ # registry file debian/*.yaml usr/share/vim/registry/ debian/source/0000755000000000000000000000000011630375073010473 5ustar debian/source/format0000644000000000000000000000001411630375073011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000025711654002230010243 0ustar #!/usr/bin/make -f # Uncomment this for verbose output #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install dh_python2 /usr/share/vim-conque/ clean: dh clean