[DRE-commits] r3912 - trunk/vim-rails/debian

Antonio Terceiro terceiro-guest at alioth.debian.org
Sat Aug 8 19:29:16 UTC 2009


Author: terceiro-guest
Date: 2009-08-08 19:29:16 +0000 (Sat, 08 Aug 2009)
New Revision: 3912

Modified:
   trunk/vim-rails/debian/
   trunk/vim-rails/debian/control
   trunk/vim-rails/debian/watch
Log:
  * Fixing debian/control
  * Pointing debian/watch at the actual download URL




Property changes on: trunk/vim-rails/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: trunk/vim-rails/debian/control
===================================================================
--- trunk/vim-rails/debian/control	2009-08-08 19:04:53 UTC (rev 3911)
+++ trunk/vim-rails/debian/control	2009-08-08 19:29:16 UTC (rev 3912)
@@ -7,7 +7,7 @@
 
 Package: vim-rails
 Architecture: all
-Depends: vim-ruby | vim
+Depends: vim | vim-ruby, ${misc:Depends}
 Recommends: vim-addon-manager, vim-scripts
 Description: vim development tools for Rails development
  vim-rails provides several tools for Rails development with vim:

Modified: trunk/vim-rails/debian/watch
===================================================================
--- trunk/vim-rails/debian/watch	2009-08-08 19:04:53 UTC (rev 3911)
+++ trunk/vim-rails/debian/watch	2009-08-08 19:29:16 UTC (rev 3912)
@@ -1,2 +1,2 @@
 version=3
-http://localhost:4567/tpope/vim-rails .*v(.*).tar.gz
+http://github.com/tpope/vim-rails/downloads .*/tarball/v(.*)




More information about the Pkg-ruby-extras-commits mailing list