summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package dh-vim-addon version 0.1debian/0.1archive/debian/0.1James McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Add config for gbp-dchJames McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Declare compliance with Policy 4.3.0, no changes neededJames McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Process pkgfile in a deterministic orderJames McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Build helptags outside of the per-package loopJames McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Add the vim_addon dh sequenceJames McCoy2019-01-08
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Use a single substvar, vim-addon:DependsJames McCoy2019-01-08
| | | | | | | This will include the relevant versions of vim and/or neovim, depending on what the Debian package is providing. Signed-off-by: James McCoy <jamessan@debian.org>
* Symlink the addon directory instead of all the contentsJames McCoy2019-01-08
| | | | | | | | | Unless/until there are requests otherwise, it's simpler to just require a directory that contains the addon. This also makes it trivial to support packages like vim-scripts which install multiple addons from a single package. Signed-off-by: James McCoy <jamessan@debian.org>
* Add (neo)vim:Depends substvars for minimal "packages" supportJames McCoy2019-01-05
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Run helpztags against the package tempdirJames McCoy2018-12-28
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Include list of detected files when addon base not foundJames McCoy2018-12-28
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Initial implementation of helperJames McCoy2018-12-27
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Add magic NOOP PROMISE commentJames McCoy2018-12-22
| | | | | | | Let dh know that the script won't try to do anything unless any of the expected pkgfiles exist. Signed-off-by: James McCoy <jamessan@debian.org>
* Initial commitJames McCoy2018-12-22