tags 776369 + pending patch
thanks
I've uploaded vimoutliner 0.3.4+pristine-9.3 to DELAYED/15:
vimoutliner (0.3.4+pristine-9.3) unstable; urgency=medium
* Non-maintainer upload.
* Make the build reproducible. (Closes: #776369)
* README.Debian:
- Expand placeholders. (Closes: #575142, #725634)
- Recommend that the ftplugin is enabled. (Closes: #603115)
- Correct "is not enable" -> "is not enabled" typo.
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for vimoutliner_0.3.4+pristine-9.2 vimoutliner_0.3.4+pristine-9.3
README.Debian | 17 ++++++++++-------
changelog | 11 +++++++++++
rules | 2 +-
3 files changed, 22 insertions(+), 8 deletions(-)
diff -u vimoutliner-0.3.4+pristine/debian/README.Debian
vimoutliner-0.3.4+pristine/debian/README.Debian
--- vimoutliner-0.3.4+pristine/debian/README.Debian
+++ vimoutliner-0.3.4+pristine/debian/README.Debian
@@ -1,13 +1,13 @@
vimoutliner for Debian
----------------------
-Dear user, this package provides the vim addon ADDON, but it is
-not enable per default. If you want to enable it for your user
-account just execute vim-addons install ADDON. Similarly, to
-enable it for all users of this system just execute (as root)
-vim-addons -w install ADDON. vim-addons is provided by the
-vim-addon-manager package, have a look at its manpage for more
-information.
+Dear user, this package provides the vim addon vimoutliner but
+it is not enabled per default. If you want to enable it for your
+user account just execute vim-addons install vimoutliner.
+Similarly, to enable it for all users of this system just execute
+(as root) vim-addons -w install vimoutliner. vim-addons is
+provided by the vim-addon-manager package, have a look at its
+manpage for more information.
1) Behavior of the package has changed from previous versions!
Scripts vo_checkbox.vim and vo_hoist.vim are now considered
@@ -30,6 +30,9 @@
global configuration file /etc/vim/vimoutlinerrc or in
personal configuration file ~/.vimoutlinerrc.
+6) Be sure to have ftplugin set on, adding in ~/.vimrc:
+ "filetype plugin on"
+
Additional information from the upstream vo_INSTALL.TXT file:
Feedback
diff -u vimoutliner-0.3.4+pristine/debian/changelog
vimoutliner-0.3.4+pristine/debian/changelog
--- vimoutliner-0.3.4+pristine/debian/changelog
+++ vimoutliner-0.3.4+pristine/debian/changelog
@@ -1,3 +1,14 @@
+vimoutliner (0.3.4+pristine-9.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the build reproducible. (Closes: #776369)
+ * README.Debian:
+ - Expand placeholders. (Closes: #575142, #725634)
+ - Recommend that the ftplugin is enabled. (Closes: #603115)
+ - Correct "is not enable" -> "is not enabled" typo.
+
+ -- Chris Lamb <[email protected]> Sun, 20 Aug 2017 10:48:49 -0700
+
vimoutliner (0.3.4+pristine-9.2) unstable; urgency=medium
* Non-maintainer upload.
diff -u vimoutliner-0.3.4+pristine/debian/rules
vimoutliner-0.3.4+pristine/debian/rules
--- vimoutliner-0.3.4+pristine/debian/rules
+++ vimoutliner-0.3.4+pristine/debian/rules
@@ -20,7 +20,7 @@
install: build install-stamp
install-stamp:
dh install
- gzip -9 debian/vim-vimoutliner/usr/share/vim/addons/doc/*
+ gzip -9n debian/vim-vimoutliner/usr/share/vim/addons/doc/*
# Permission fix
chmod -x debian/vim-vimoutliner/usr/share/vim/addons/ftplugin/vo_*.vim
# Install scripts