• Bug#265435: vimacs: Package uninstallable.

    From Andreas Metzler@1:229/2 to All on Fri Aug 13 10:20:11 2004
    From: [email protected]

    Package: vimacs
    Version: 0.95-1.1
    Severity: serious

    / XX:> apt-get install vimacs
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    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



    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Adeodato =?iso-8859-1?Q?Sim=F3?=@1:229/2 to All on Mon Aug 16 02:30:09 2004
    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: