From:
[email protected]
tag 265435 patch
quit
* Andreas Metzler [Fri, 13 Aug 2004 09:36:00 +0200]:
The following packages have unmet dependencies:
vimacs: Conflicts: vim (>= 1:6.3) but 1:6.3-013+2 is to be installed
E: Broken packages
same situation as a year ago, in the vim61 -> vim62 transition (see
#196218).
that time a NMU was required (by Stefano Zacchiroli
<
[email protected]>).
a trivial patch (NMU candidate) is attached. [tested to this extent:
executing /usr/share/vim/vim63/plugin/vimacs/vim and doing i^X^C exits
vim, so it seems to be compatible.]
--
Adeodato Sim�
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
A celebrity is a person who works hard all his life to become well known,
then wears dark glasses to avoid being recognized.
-- Fred Allen
diff -u -r vimacs-0.95-1.1/debian/changelog vimacs-0.95/debian/changelog
--- vimacs-0.95-1.1/debian/changelog 2004-08-16 01:50:48.000000000 +0200
+++ vimacs-0.95/debian/changelog 2004-08-16 01:57:31.000000000 +0200
@@ -1,3 +1,16 @@
+vimacs (0.95-1.2) unstable; urgency=low
+
+ * NMU to update the package to vim 6.3. (Closes: #265435)
+ * debian/control:
+ + depend on vim >= 6.3.
+ + conflict with vim >= 6.4 (see you next year).
+ * debian/rules:
+ + set VIM_VERSION to 63.
+ * debian/dirs, debian/postinst, debian/copyright:
+ + s^/usr/share/vim/vim62^/usr/share/vim/vim63^.
+
+ -- Adeodato Sim� <
[email protected]> Mon, 16 Aug 2004 01:57:20 +0200
+
vimacs (0.95-1.1) unstable; urgency=low
* NMU
diff -u -r vimacs-0.95-1.1/debian/control vimacs-0.95/debian/control
--- vimacs-0.95-1.1/debian/control 2004-08-16 01:50:48.000000000 +0200
+++ vimacs-0.95/debian/control 2004-08-16 01:48:23.000000000 +0200
@@ -7,8 +7,8 @@
Package: vimacs
Architecture: all
-Depends: vim (>= 1:6.2)
-Conflicts: vim (>= 1:6.3)
+Depends: vim (>= 1:6.3)
+Conflicts: