~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-04 11:13:42 UTC
  • mfrom: (1.1.8 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504111342-60miqybsixdpc345
Tags: 2:7.2.148-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Disable autoindent, line-wrapping, and backup files by default.
* Dropped changes, merged in Debian:
  - Add jaunty, karmic to the list of valid suites.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - Create a .pot file for translations.
* Drop gutsy from the list of valid distro series, it's been EOLed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
6
6
Uploaders: Pierre Habouzit <madcoder@debian.org>, Stefano Zacchiroli <zack@debian.org>, James Vega <jamessan@debian.org>
7
 
Standards-Version: 3.7.3.0
 
7
Standards-Version: 3.8.1.0
8
8
Build-Depends: debhelper, bzip2, libperl-dev, tcl-dev, libacl1-dev,
9
9
 libgpmg1-dev [!hurd-i386] | not+linux-gnu, python-dev, libxpm-dev,
10
10
 libncurses5-dev, ruby, ruby1.8-dev, libgtk2.0-dev,
121
121
 (or less).
122
122
 
123
123
Package: vim-dbg
 
124
Section: debug
124
125
Priority: extra
125
126
Architecture: any
126
127
Depends: vim (= ${binary:Version}) | vim-gtk (= ${binary:Version}) |
136
137
 .
137
138
 This package contains gdb debugging symbols for the vim packages.
138
139
 
139
 
Package: vim-perl
140
 
Priority: extra
141
 
Architecture: all
142
 
Depends: vim-gtk (>= 1:7.1-135+1)
143
 
Description: Vi IMproved - enhanced vi editor (transitional package)
144
 
 This package is simply a transitional package from individual
145
 
 vim-$language packages to vim-gtk.
146
 
 
147
 
Package: vim-python
148
 
Priority: extra
149
 
Architecture: all
150
 
Depends: vim-gtk (>= 1:7.1-135+1)
151
 
Description: Vi IMproved - enhanced vi editor (transitional package)
152
 
 This package is simply a transitional package from individual
153
 
 vim-$language packages to vim-gtk.
154
 
 
155
 
Package: vim-ruby
156
 
Priority: extra
157
 
Architecture: all
158
 
Depends: vim-gtk (>= 1:7.1-135+1)
159
 
Description: Vi IMproved - enhanced vi editor (transitional package)
160
 
 This package is simply a transitional package from individual
161
 
 vim-$language packages to vim-gtk.
162
 
 
163
 
Package: vim-tcl
164
 
Priority: extra
165
 
Architecture: all
166
 
Depends: vim-gtk (>= 1:7.1-135+1)
167
 
Description: Vi IMproved - enhanced vi editor (transitional package)
168
 
 This package is simply a transitional package from individual
169
 
 vim-$language packages to vim-gtk.
170
 
 
171
140
Package: vim-gtk
172
141
Priority: extra
173
142
Architecture: any
231
200
 .
232
201
 This package contains a version of vim compiled with a GNOME2 GUI
233
202
 and support for scripting with Perl, Python, Ruby, and Tcl.
234
 
 
235
 
Package: vim-full
236
 
Priority: extra
237
 
Architecture: all
238
 
Depends: vim-gnome (>= 1:7.1-135+1)
239
 
Description: Vi IMproved - enhanced vi editor (transitional package)
240
 
 This package is simply a transitional package from vim-full to vim-gnome.