r1136 - in /trunk/packages/vim/debian: changelog control

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Tue Dec 18 14:15:26 UTC 2007


Author: jamessan
Date: Tue Dec 18 14:15:25 2007
New Revision: 1136

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1136
Log:
The Pre-Depends should be part of the vim-runtime binary section, not in the source section.
Shouldn't be committing when I'm that tired.

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/control

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1136&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Dec 18 14:15:25 2007
@@ -8,10 +8,10 @@
   * Add tex.vim-update.diff, which syncs from upstream to fix some folding
     issues.  (Closes: #456168)
   * debian/control:
-    - Add Pre-Depends on dpkg (>= 1.10.24) to please dak even though Sarge
-      has a newer dpkg.
-
- -- James Vega <jamessan at debian.org>  Tue, 18 Dec 2007 01:18:50 -0500
+    - Add Pre-Depends on dpkg (>= 1.10.24) for vim-runtime to please dak even
+      though Sarge has a newer dpkg.
+
+ -- James Vega <jamessan at debian.org>  Tue, 18 Dec 2007 09:13:59 -0500
 
 vim (1:7.1-175+1) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/control
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/control?rev=1136&op=diff
==============================================================================
--- trunk/packages/vim/debian/control (original)
+++ trunk/packages/vim/debian/control Tue Dec 18 14:15:25 2007
@@ -4,7 +4,6 @@
 Maintainer: Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Habouzit <madcoder at debian.org>, Stefano Zacchiroli <zack at debian.org>, James Vega <jamessan at debian.org>
 Standards-Version: 3.7.2
-Pre-Depends: dpkg (>= 1.10.24)
 Build-Depends: debhelper (>= 4.2.21), bzip2, perl (>= 5.6),
  libgpmg1-dev [!hurd-i386] | not+linux-gnu, libperl-dev (>= 5.6), tcl8.4-dev,
  python-dev, libxpm-dev, libncurses5-dev, ruby, ruby1.8-dev, libgtk2.0-dev (>= 2.2),
@@ -51,6 +50,7 @@
 Priority: optional
 Architecture: all
 Replaces: vim-tiny
+Pre-Depends: dpkg (>= 1.10.24)
 Recommends: vim | vim-gnome | vim-gtk | vim-lesstif | vim-nox | vim-tiny
 Enhances: vim-tiny
 Description: Vi IMproved - Runtime files




More information about the pkg-vim-maintainers mailing list