r49256 - in /trunk/libstring-formatter-perl/debian: changelog control copyright libstring-formatter-perl.docs libstring-formatter-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 22 20:47:37 UTC 2009


Author: gregoa
Date: Tue Dec 22 20:47:32 2009
New Revision: 49256

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49256
Log:
first round of upload preparation

Added:
    trunk/libstring-formatter-perl/debian/libstring-formatter-perl.examples
Removed:
    trunk/libstring-formatter-perl/debian/libstring-formatter-perl.docs
Modified:
    trunk/libstring-formatter-perl/debian/changelog
    trunk/libstring-formatter-perl/debian/control
    trunk/libstring-formatter-perl/debian/copyright
    trunk/libstring-formatter-perl/debian/rules

Modified: trunk/libstring-formatter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/changelog?rev=49256&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/debian/changelog (original)
+++ trunk/libstring-formatter-perl/debian/changelog Tue Dec 22 20:47:32 2009
@@ -1,5 +1,5 @@
 libstring-formatter-perl (0.093221-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial release (cf. #562102).
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 22 Dec 2009 16:18:09 +0100

Modified: trunk/libstring-formatter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/control?rev=49256&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/debian/control (original)
+++ trunk/libstring-formatter-perl/debian/control Tue Dec 22 20:47:32 2009
@@ -1,8 +1,9 @@
 Source: libstring-formatter-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libparams-util-perl, libsub-exporter-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libparams-util-perl, libsub-exporter-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-trustpod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.3
@@ -14,17 +15,10 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl,
   libsub-exporter-perl
-Description: build sprintf-like functions of your own
+Description: module to build sprintf-like formatting routines
  String::Formatter is a tool for building sprintf-like formatting routines. It
  supports named or positional formatting, custom conversions, fixed string
  interpolation, and simple width-matching out of the box. It is easy to alter
  its behavior to write new kinds of format string expanders. For most cases,
  it should be easy to build all sorts of formatters out of the options built
  into String::Formatter.
- .
- Normally, String::Formatter will be used to import a sprintf-like routine
- referred to as "stringf", but which can be given any name you like. This
- routine acts like sprintf in that it takes a string and some inputs and
- returns a new string:
- .
- my $output = stringf "Some %a format %s for you to %u.\n", { ... };

Modified: trunk/libstring-formatter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/copyright?rev=49256&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/debian/copyright (original)
+++ trunk/libstring-formatter-perl/debian/copyright Tue Dec 22 20:47:32 2009
@@ -1,21 +1,22 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: Ricardo Signes <rjbs at cpan.org>, Darren Chamberlain <darren at cpan.org>
+Maintainer: Ricardo Signes <rjbs at cpan.org>
 Source: http://search.cpan.org/dist/String-Formatter/
 Name: String-Formatter
 
 Files: *
-Copyright: Ricardo Signes <rjbs at cpan.org>, Darren Chamberlain <darren at cpan.org>
-License: GPL-2+
+Copyright: Ricardo Signes <rjbs at cpan.org>
+License: GPL-2
+X-Comment: String::Formatter is based on String::Format, written by
+ Darren Chamberlain. Very little of the original code remains.
 
 Files: debian/*
 Copyright: 2009, gregor herrmann <gregoa at debian.org>
-License: GPL-2+ or Artistic or GPL-1+
+License: Artistic or GPL-1+ or GPL-2
 
-License: GPL-2+
+License: GPL-2
  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; version 2 dated June, 1991, or (at your
- option) any later version.
+ the Free Software Foundation; version 2 dated June, 1991.
  .
  On Debian GNU/Linux systems, the complete text of version 2 of the GNU
  General Public License can be found in `/usr/share/common-licenses/GPL-2'

Added: trunk/libstring-formatter-perl/debian/libstring-formatter-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/libstring-formatter-perl.examples?rev=49256&op=file
==============================================================================
--- trunk/libstring-formatter-perl/debian/libstring-formatter-perl.examples (added)
+++ trunk/libstring-formatter-perl/debian/libstring-formatter-perl.examples Tue Dec 22 20:47:32 2009
@@ -1,0 +1,1 @@
+bench.pl

Modified: trunk/libstring-formatter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/rules?rev=49256&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/debian/rules (original)
+++ trunk/libstring-formatter-perl/debian/rules Tue Dec 22 20:47:32 2009
@@ -2,3 +2,10 @@
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(CURDIR)/debian/libstring-formatter-perl/usr/share/perl5/String/bench.pl
+
+override_dh_auto_test:
+	RELEASE_TESTING=1 dh_auto_test




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