[SCM] Vim packaging branch, master-experimental, updated. debian/7.2b.001-1
James Vega
jamessan at debian.org
Mon Jul 14 16:30:38 UTC 2008
The following commit has been merged in the master-experimental branch:
commit e2607cd4e0b86aaa6cb02f277c87c0247b62bea6
Author: James Vega <jamessan at debian.org>
Date: Mon Jul 14 11:30:29 2008 -0400
Release 2:7.2b.001-1
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 29f482b..723e651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,73 @@
+vim (2:7.2b.001-1) experimental; urgency=low
+
+ [ James Vega ]
+ * New upstream release candidate and patch (001), see README.gz for details.
+ - 7.2a.004 use wget/curl/fetch if available for downloading spellfiles.
+ (Closes: #487221)
+ - runtime/autoload/netrw.vim:
+ + No longer creates an "undeletable" buffer when 'hidden' is set.
+ (Closes: #482776)
+ + Screen is redrawn after invoking external file handler. (Closes:
+ #487120)
+ + Hidden files are correctly opened when using NetRW's wide listing.
+ (Closes: #487385)
+ + Escaping of filenames cleaned-up which allows opening BTS attachments
+ again. (Closes: #488557)
+ - runtime/autoload/netrwsettings.vim: Remove use of non-existent
+ variables. (Closes: #488881)
+ - runtime/syntax/sh.vim
+ + Use stricter matches for shell loop control. (Closes: #486114)
+ * Bump epoch and use a saner format for the snapshot versioning.
+ * runtime/syntax/debcontrol.vim: Hilight DM-Upload-Allowed in control files
+ (Closes: #485119)
+ * runtime/filetype.vim:
+ - Udev filetype detection should match /etc/udev/*.rules not /etc/udev.d
+ - Remove duplicate debcontrol detection
+ - Detect .ptl files as python. Thanks to Santiago Ruano Rincón for the
+ patch. (Closes: #399784)
+ * debian/control:
+ - Add libxt-dev Build-Depends.
+ - vim-runtime Depends dpkg (>= 1.14.20) for sane dpkg-divert behavior.
+ * debian/rules:
+ - Update handling of DEB_BUILD_OPTIONS according to policy 3.8.0
+ - Explicitly call upstream's installgtutorbin target
+ - Add a manpage for gvimtutor by symlinking to the vimtutor manpage.
+ - Remove needless branch checkouts from update-orig target.
+ * debian/update-patches:
+ - Update for 7.2b beta. Cleanup some code.
+ - Redirect git-show's stderr to /dev/null.
+ - Remove an erroneous comment.
+ - Include the patch number in the summary.
+ - Use git add debian/README instead of specifying the file to git-commit
+ - Fix syntax of an if block.
+ - Ignore leading 0's in patch numbers so they aren't treated as octal.
+ - Improve handling when fetching the first patch to a new release.
+ * debian/vim-runtime.links: Add gvimtutor.1 symlink.
+ * debian/vim-runtime.install: Use the upstream-installed gvimtutor instead
+ of the one from the src directory.
+ * debian/vim-common.install: Explicitly list which manpages are installed to
+ vim-common instead of installing all of /usr/share/man and sorting it out
+ in debian/rules.
+ * debian/vim-common.links: Remove listed symlinks which are generated by
+ debian/rules.
+ * runtime/syntax/debcontrol.vim: Accept http URIs as valid for Vcs-Git.
+ Thanks to martin krafft for the patch. (Closes: #489853)
+ * runtime/tools/vimm: Use printf instead of echo to avoid bashisms.
+ (Closes: 489667)
+ * src/ui.c: Remove "#if defined" checks around check_col/check_row
+ definitions to fix a compile error when building vim-tiny.
+ * debian/vim-runtime.preinst, debian/vim-runtime.postrm:
+ - Remove special handling of adding/removing diversions now that
+ dpkg-divert behavior is fixed (and migrated).
+ - Add vim72a to the list of previous diversions to remove on upgrade (if
+ only dpkg handled diversions internally...)
+
+ [ Gerfried Fuchs ]
+ * runtime/syntax/debchangelog.vim: package names are allowed to start off
+ with alphanumeric, not only alpha.
+
+ -- James Vega <jamessan at debian.org> Mon, 14 Jul 2008 10:38:52 -0400
+
vim (1:7.2.0~a-1) experimental; urgency=low
* New upstream release candidate.
--
Vim packaging
More information about the pkg-vim-maintainers
mailing list