r935 - in /branches/packages/vim/vim7.1: debian/changelog debian/rules upstream/patches/get_patches.py

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sat May 12 17:28:45 UTC 2007


Author: jamessan
Date: Sat May 12 17:28:44 2007
New Revision: 935

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=935
Log:
Adjust for 7.1 final.

Modified:
    branches/packages/vim/vim7.1/debian/changelog
    branches/packages/vim/vim7.1/debian/rules
    branches/packages/vim/vim7.1/upstream/patches/get_patches.py

Modified: branches/packages/vim/vim7.1/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7.1/debian/changelog?rev=935&op=diff
==============================================================================
--- branches/packages/vim/vim7.1/debian/changelog (original)
+++ branches/packages/vim/vim7.1/debian/changelog Sat May 12 17:28:44 2007
@@ -1,20 +1,15 @@
-vim (1:7.1~b-002+1) experimental; urgency=low
+vim (1:7.1-000+1) experimental; urgency=low
 
   [ Debian Vim Maintainers ]
-  * New upstream beta release (7.1b)
-  * New upstream patches (001 - 002), see README.gz for details.
+  * New upstream release (7.1)
 
   [ James Vega ]
   * debian/rules:
-    + Adjust version variables to take into account snapshots
     + Remove extraneous update-snapshot target since snapshots are being
       handled similar to normal releases, but in a different directory on the
       ftp server.
   * upstream/patches:
     + Remove all the 7.0 patches
-    + Update get_patches.py to look in the proper spot for snapshots.  This
-      will currently have to be updated for each new 'major' snapshot (7.1a,
-      7.1b, etc).
   * Removed patches:
     + de.po.diff, applied upstream.
     + zsh.vim-nested_quotes.diff, New upstream rewrite fixes the same problem
@@ -34,7 +29,7 @@
         folding of debchangelogs.  'foldexpr' and 'foldtext' will still be set
         but 'foldmethod' will not be set to 'expr'.
 
- -- James Vega <jamessan at debian.org>  Fri, 11 May 2007 15:27:39 -0400
+ -- James Vega <jamessan at debian.org>  Sat, 12 May 2007 13:24:27 -0400
 
 vim (1:7.0-219+1) unstable; urgency=low
 

Modified: branches/packages/vim/vim7.1/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7.1/debian/rules?rev=935&op=diff
==============================================================================
--- branches/packages/vim/vim7.1/debian/rules (original)
+++ branches/packages/vim/vim7.1/debian/rules Sat May 12 17:28:44 2007
@@ -164,7 +164,7 @@
 
 NAME=vim
 VERSION=7.1
-SNAPSHOT=b
+SNAPSHOT=
 VIMCUR=$(NAME)$(subst .,,$(VERSION))
 SRCDIR=$(VIMCUR)$(SNAPSHOT)
 CHANGELOG=$(SRCDIR)/runtime/doc/version7.txt # latest version upstream changelog

Modified: branches/packages/vim/vim7.1/upstream/patches/get_patches.py
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7.1/upstream/patches/get_patches.py?rev=935&op=diff
==============================================================================
--- branches/packages/vim/vim7.1/upstream/patches/get_patches.py (original)
+++ branches/packages/vim/vim7.1/upstream/patches/get_patches.py Sat May 12 17:28:44 2007
@@ -10,7 +10,7 @@
 # $Id$
 
 host='ftp.vim.org'
-dir='pub/vim/unstable/patches/7.1b'
+dir='pub/vim/patches/7.1'
 
 import os
 import re
@@ -18,7 +18,7 @@
 
 from ftplib import FTP
 
-patch_RE = re.compile(r'^\d+\.\d+[a-z]+\.\d+$')
+patch_RE = re.compile(r'^\d+\.\d+\.\d+$')
 
 print 'connecting to %s' % host
 




More information about the pkg-vim-maintainers mailing list