r26017 - in /trunk/libtext-simpletable-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Oct 14 13:48:33 UTC 2008


Author: eloy
Date: Tue Oct 14 13:48:30 2008
New Revision: 26017

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26017
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtext-simpletable-perl/debian/
    trunk/libtext-simpletable-perl/debian/changelog
    trunk/libtext-simpletable-perl/debian/compat
    trunk/libtext-simpletable-perl/debian/control
    trunk/libtext-simpletable-perl/debian/copyright
    trunk/libtext-simpletable-perl/debian/rules   (with props)
    trunk/libtext-simpletable-perl/debian/watch

Added: trunk/libtext-simpletable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/changelog?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/changelog (added)
+++ trunk/libtext-simpletable-perl/debian/changelog Tue Oct 14 13:48:30 2008
@@ -1,0 +1,27 @@
+libtext-simpletable-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release
+  * Move package to Debian Perl Group, set proper headers.
+  * Convert package to debhelper 7, use new debian/rules file
+  * Update debian/watch file to new schema
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Tue, 14 Oct 2008 15:31:35 +0200
+
+libtext-simpletable-perl (0.03-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 17 Jan 2006 23:14:06 +0100
+
+libtext-simpletable-perl (0.02-2) unstable; urgency=low
+
+  * debian/control - description changed to keep Debian Policy p. 5.6.13
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 15 Nov 2005 21:40:36 +0100
+
+libtext-simpletable-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (closes: #338480)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 10 Nov 2005 12:37:01 +0100
+

Added: trunk/libtext-simpletable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/compat?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/compat (added)
+++ trunk/libtext-simpletable-perl/debian/compat Tue Oct 14 13:48:30 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-simpletable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/control?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/control (added)
+++ trunk/libtext-simpletable-perl/debian/control Tue Oct 14 13:48:30 2008
@@ -1,0 +1,26 @@
+Source: libtext-simpletable-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-simpletable-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/
+Homepage: http://search.cpan.org/dist/Text-SimpleTable
+Standards-Version: 3.8.0
+
+Package: libtext-simpletable-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Simple Eyecandy ASCII Tables
+ Replacement for Text::ASCIITable module.
+ .
+ If you need to create text tables like
+ .
+  .-------+------------.
+  | foob- | yadayaday- |
+  | arbaz | ada        |
+  '-------+------------'
+ .
+ this module is for You.

Added: trunk/libtext-simpletable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/copyright?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/copyright (added)
+++ trunk/libtext-simpletable-perl/debian/copyright Tue Oct 14 13:48:30 2008
@@ -1,0 +1,24 @@
+This is the debian package for the Text-SimpleTable module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>.
+
+It was downloaded from:
+http://search.cpan.org/~sri/Text-SimpleTable-0.02/
+
+The upstream author is: Sebastian Riedel, C<sri at oook.de>.
+
+Copyright 2005-2008, Sebastian Riedel
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+  
+    b) the "Artistic License" which comes with Perl.
+  
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in /usr/share/common-licenses/GPL' and
+    the Artistic Licence in /usr/share/common-licenses/Artistic'.

Added: trunk/libtext-simpletable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/rules?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/rules (added)
+++ trunk/libtext-simpletable-perl/debian/rules Tue Oct 14 13:48:30 2008
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+build:
+	dh build
+
+clean:
+	dh clean
+
+install: build
+	dh install
+
+binary-arch:
+	# nothing here
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep

Propchange: trunk/libtext-simpletable-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-simpletable-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/watch?rev=26017&op=file
==============================================================================
--- trunk/libtext-simpletable-perl/debian/watch (added)
+++ trunk/libtext-simpletable-perl/debian/watch Tue Oct 14 13:48:30 2008
@@ -1,0 +1,3 @@
+version=3
+http://search.cpan.org/dist/Text-SimpleTable/   .*/Text-SimpleTable-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+




More information about the Pkg-perl-cvs-commits mailing list