[SCM] Debian packaging of Unicode-Stringprep CPAN distribution branch, master, updated. c91a08f91e79667c20a9a150cf4bdd7e8faba7b4

Ioan Rogers ioanr at cpan.org
Sat Jun 23 00:21:48 UTC 2012


The following commit has been merged in the master branch:
commit c91a08f91e79667c20a9a150cf4bdd7e8faba7b4
Author: Ioan Rogers <ioanr at cpan.org>
Date:   Fri Jun 22 17:01:46 2012 -0700

    Updated based on gregoa's critique

diff --git a/debian/changelog b/debian/changelog
index 6552709..6846c8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,25 +1,4 @@
-libunicode-stringprep-perl (1.104-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/changelog: distribution should be "unstable" instead of "sid"
-  - d/copyright:
-    + please add years of upstream copyright
-    + please add stanza for copyright/license of t/nameprep*
-      hm. and I'm not sure this is really DFSG-free (modification?)
-  - I'd remove debian/libunicode-stringprep-perl.docs, the README is not
-    helpful for users
-  - d/control:
-    + long description: s/This module/Unicode::Stringprep/ (makes searching
-      easier)
-    + short description: should work as a noun phrase, i.e. in a sentence like
-      <package> is a <short description>
-    + B-D-I: perl-modules can be dropped, gets intstalled by perl (the split
-      is an internal implimentation detail of the perl source package)
-    + B-D: we need Module::Build 0.38 --> add
-      "perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)"
-    + debhelper 8 would be enough (but 9 doesn't hurt)
-    + B-D-I: adding libtest-pod-perl and libtest-pod-coverage-perl would
-      enable two additional tests
+libunicode-stringprep-perl (1.104-1) unstable; urgency=low
 
   * Initial packaging, closes: #678478
 
diff --git a/debian/control b/debian/control
index f6bdb6e..d06f308 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ioan Rogers <ioan at dirtysoft.ca>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-nowarnings-perl, perl, perl-modules
+Build-Depends: debhelper (>= 9), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+Build-Depends-Indep: libtest-nowarnings-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libunicode-stringprep-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libunicode-stringprep-perl.git
@@ -13,8 +13,8 @@ Homepage: http://search.cpan.org/dist/Unicode-Stringprep/
 Package: libunicode-stringprep-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Preparation of Internationalized Strings (RFC 3454)
- This module implements the stringprep framework for preparing Unicode
+Description: Perl module for preparation of Internationalized Strings (RFC 3454)
+ Unicode::Stringprep implements the stringprep framework for preparing Unicode
  text strings in order to increase the likelihood that string input and
  string comparison work in ways that make sense for typical users 
  throughout the world. The stringprep protocol is useful for protocol 
diff --git a/debian/copyright b/debian/copyright
index 533cb38..f9219be 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Claus Färber <CFAERBER at cpan.org>
 Upstream-Name: Unicode-Stringprep
 
 Files: *
-Copyright: Claus Färber <CFAERBER at cpan.org>
+Copyright: 2007-2011, Claus Färber <CFAERBER at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libunicode-stringprep-perl.docs b/debian/libunicode-stringprep-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libunicode-stringprep-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README

-- 
Debian packaging of Unicode-Stringprep CPAN distribution



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