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

Antonio Terceiro terceiro-guest at alioth.debian.org
Sat Jan 9 13:59:17 UTC 2010


Author: terceiro-guest
Date: 2010-01-09 13:59:16 +0000 (Sat, 09 Jan 2010)
New Revision: 4516

Modified:
   trunk/vim-rails/debian/README.Debian
   trunk/vim-rails/debian/changelog
   trunk/vim-rails/debian/control
   trunk/vim-rails/debian/copyright
Log:
* proof-reading texts
* adjusting the copyrights to match upstream's\
* adding homepage to debian/control



Modified: trunk/vim-rails/debian/README.Debian
===================================================================
--- trunk/vim-rails/debian/README.Debian	2010-01-09 06:30:25 UTC (rev 4515)
+++ trunk/vim-rails/debian/README.Debian	2010-01-09 13:59:16 UTC (rev 4516)
@@ -1,8 +1,8 @@
 Enabling the addons
 ===================
 
-This package provides a "rails" addon vim.
-It is not enabled by default. To enable it for you only, run:
+This package provides a "rails" vim addon. It is not enabled by default. To
+enable it for you only, run:
 
 $ vim-addons install rails
 
@@ -11,7 +11,7 @@
 
 # vim-addons -w install rails
 
-vim-addons is provided by the vim-addon-manager package, have a look at its
-manpage for more information.
+vim-addons is provided by the vim-addon-manager package. Please refer to its manpage,
+vim-addons (1), for more information.
 
 -- Antonio Terceiro <terceiro at softwarelivre.org>  Wed, 19 Mar 2008 23:45:11 -0300

Modified: trunk/vim-rails/debian/changelog
===================================================================
--- trunk/vim-rails/debian/changelog	2010-01-09 06:30:25 UTC (rev 4515)
+++ trunk/vim-rails/debian/changelog	2010-01-09 13:59:16 UTC (rev 4516)
@@ -1,4 +1,4 @@
-vim-rails (4.0-1) UNRELEASED; urgency=low
+vim-rails (4.1-1) unstable; urgency=low
 
   * Initial packaging (Closes: #488654)
 

Modified: trunk/vim-rails/debian/control
===================================================================
--- trunk/vim-rails/debian/control	2010-01-09 06:30:25 UTC (rev 4515)
+++ trunk/vim-rails/debian/control	2010-01-09 13:59:16 UTC (rev 4516)
@@ -5,12 +5,13 @@
 Build-Depends: cdbs, debhelper (>= 5)
 Standards-Version: 3.8.3
 DM-Upload-Allowed: yes
+Homepage: http://rails.vim.tpope.net/
 
 Package: vim-rails
 Architecture: all
 Depends: vim | vim-ruby, ${misc:Depends}
 Recommends: vim-addon-manager, vim-scripts
-Description: vim development tools for Rails development
+Description: tools for Rails development on vim
  vim-rails provides several tools for Rails development with vim:
  .
   * only affects buffers of files inside Rails projects.
@@ -21,5 +22,3 @@
   * automated partial extraction
   * integration with project and dbext vim addons, present in the vim-scripts
     package.
-
-

Modified: trunk/vim-rails/debian/copyright
===================================================================
--- trunk/vim-rails/debian/copyright	2010-01-09 06:30:25 UTC (rev 4515)
+++ trunk/vim-rails/debian/copyright	2010-01-09 13:59:16 UTC (rev 4516)
@@ -5,10 +5,10 @@
 
 Upstream Author: Tip Pope <code at tpope.net>
 
-Copyright © 2006-2009, Tim Pope. This plugin is licensed under the same terms
-as Vim itself. No warranties, expressed or implied.
+Copyright Tim Pope. This plugin is licensed under the same terms as Vim
+itself.  No warranties, expressed or implied.
 
-The debian packaging is Copyright © 2009, Antonio Terceiro
+The debian packaging is Copyright © 2009-2010, Antonio Terceiro
 <terceiro at softwarelivre.org>, and is licensed under the same terms as the
 original package.
 




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