r179 - trunk/vim/debian

Stefano Zacchiroli zack@costa.debian.org
Tue, 19 Apr 2005 16:11:52 +0000


Author: zack
Date: 2005-04-19 16:11:50 +0000 (Tue, 19 Apr 2005)
New Revision: 179

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/copyright
   trunk/vim/debian/rules
Log:
- added common-licences/ reference for GPL to debian/copyright
  (even if vim is not GPL-ed, its copyright reference GPL, so it should
  mention where to find it on Debian, moreover ... it makes lintian
  happy :)
- remove debian/helpztags.1 on clean


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-04-19 10:55:37 UTC (rev 178)
+++ trunk/vim/debian/changelog	2005-04-19 16:11:50 UTC (rev 179)
@@ -8,10 +8,12 @@
     + Enabled backupcopy in global vimrc. (closes: #158657)
 
   * Stefano Zacchiroli <zack@debian.org>:
-    + Added vim-full variant with support for gnome and all interpreters
+    + Added vim-full variant with support for gnome and all interpreters.
       (closes: #149077)
+    + Added /usr/share/common-licenses/ reference to debian/copyright.
+    + Remove debian/helpztags.1 on debian/rules clean (generated file)
     + Updated patch 118_ocaml.vim.diff (new upstream).
-    + Added patch 401_doc_exrc.diff, which fixes starting doc wrt "_exrc"
+    + Added patch 401_doc_exrc.diff, which fixes starting doc wrt "_exrc".
       (closes: #279378)
 
   * Matthijs Mohlmann <matthijs@cacholong.nl>:

Modified: trunk/vim/debian/copyright
===================================================================
--- trunk/vim/debian/copyright	2005-04-19 10:55:37 UTC (rev 178)
+++ trunk/vim/debian/copyright	2005-04-19 16:11:50 UTC (rev 179)
@@ -88,3 +88,5 @@
      license for previous Vim releases instead of the license that they came
      with, at your option.
 
+On Debian systems the GNU General Public License (GPL) version 2 is located on
+the filesystem at /usr/share/common-licenses/GPL-2.

Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-04-19 10:55:37 UTC (rev 178)
+++ trunk/vim/debian/rules	2005-04-19 16:11:50 UTC (rev 179)
@@ -168,6 +168,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f extract-stamp* build-stamp* install-stamp*
+	rm -f debian/helpztags.1
 	rm -rf $(SRCDIR)
 	dh_clean