--- libtext-vimcolor-perl-0.11.orig/debian/changelog +++ libtext-vimcolor-perl-0.11/debian/changelog @@ -0,0 +1,14 @@ +libtext-vimcolor-perl (0.11-2) unstable; urgency=low + + * Updated the description to avoid the trailing ":". + (Closes: #565543) + * Updated standards version to 3.8.4; no changes required. + + -- Steve Kemp Sat, 13 Feb 2010 15:00:51 +0000 + +libtext-vimcolor-perl (0.11-1) unstable; urgency=low + + * Initial Release (Closes: #562684) + + -- Steve Kemp Sat, 26 Dec 2009 14:56:36 +0000 + --- libtext-vimcolor-perl-0.11.orig/debian/control +++ libtext-vimcolor-perl-0.11/debian/control @@ -0,0 +1,16 @@ +Source: libtext-vimcolor-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libpath-class-perl (>= 0.02), perl, vim +Maintainer: Steve Kemp +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Text-VimColor/ + +Package: libtext-vimcolor-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libpath-class-perl (>= 0.02), vim +Description: syntax color text in HTML or XML using Vim + Text::VimColor tries to markup text files according to their syntax. It can + be used to produce web pages with pretty-printed colourful source code + samples. It can produce output in the following formats. --- libtext-vimcolor-perl-0.11.orig/debian/compat +++ libtext-vimcolor-perl-0.11/debian/compat @@ -0,0 +1 @@ +7 --- libtext-vimcolor-perl-0.11.orig/debian/watch +++ libtext-vimcolor-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-VimColor/ .*/Text-VimColor-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-vimcolor-perl-0.11.orig/debian/copyright +++ libtext-vimcolor-perl-0.11/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Geoff Richards + . + The Vim script mark.vim is a crufted version of 2html.vim by + Bram Moolenaar and + David Ne\v{c}as (Yeti) . +Source: http://search.cpan.org/dist/Text-VimColor/ +Name: Text-VimColor + +Files: * +Copyright: Geoff Richards + . + The Vim script mark.vim is a crufted version of 2html.vim by + Bram Moolenaar and + David Ne\v{c}as (Yeti) . +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Steve Kemp +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtext-vimcolor-perl-0.11.orig/debian/rules +++ libtext-vimcolor-perl-0.11/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtext-vimcolor-perl-0.11.orig/debian/libtext-vimcolor-perl.docs +++ libtext-vimcolor-perl-0.11/debian/libtext-vimcolor-perl.docs @@ -0,0 +1 @@ +README