[SCM] Debian packaging of Regexp-Assemble CPAN distribution branch, master, updated. debian/0.35-6-3-gb3440b8

xguimard x.guimard at free.fr
Sat Jun 23 14:25:32 UTC 2012


The following commit has been merged in the master branch:
commit b3440b80b93bdfa5a7003ca351c17c72cd3ac6fe
Author: xguimard <x.guimard at free.fr>
Date:   Sat Jun 23 16:25:06 2012 +0200

    Update Debian files

diff --git a/debian/changelog b/debian/changelog
index 4526ba9..b0d20e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,8 @@
-libregexp-assemble-perl (0.35-6) UNRELEASED; urgency=low
-
-  TODO:
-  - patches: please give them meaningful names and clean up the auto-generated
-    headers
-  - debian/copyright: please convert to Copyright Format 1.0, and add info
-    about debian/*
-  - debian/control:
-    + Vcs-* fields missing
-    + short description should be a noun phrase
-    + we don't use DM in the pkg-perl group, cf.
-      http://pkg-perl.alioth.debian.org/policy.html#debian_maintainers_practice
-      (and the discussion on https://lists.debian.org/debian-perl/ in December
-      2007 and January 2008)
+libregexp-assemble-perl (0.35-6) unstable; urgency=low
 
   * Join Debian Perl project
+  * convert to Copyright Format 1.0
+  * add Vcs-* fields
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 09 Jun 2012 09:19:07 +0200
 
diff --git a/debian/control b/debian/control
index 3fb07a9..c2b26cd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Guimard <x.guimard at free.fr>
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libregexp-assemble-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-assemble-perl.git
 Homepage: http://search.cpan.org/dist/Regexp-Assemble/
 
 Package: libregexp-assemble-perl
@@ -17,19 +19,6 @@ Description: Assemble multiple Regular Expressions into a single RE
  and assembles them into a single regular expression (or RE) that
  matches all that the individual REs match.
  .
- As a result, instead of having a large list of expressions to loop
- over, a target string only needs to be tested against one expression.
- This is interesting when you have several thousand patterns to deal
- with. Serious effort is made to produce the smallest pattern possible.
- .
  It is also possible to track the original patterns, so that you can
  determine which, among the source patterns that form the assembled
  pattern, was the one that caused the match to occur.
- .
- You should realise that large numbers of alternations are processed
- in perl's regular expression engine in O(n) time, not O(1). If you
- are still having performance problems, you should look at using a
- trie. Note that Perl's own regular expression engine implements
- trie optimisations since perl 5.10. Regexp::Assemble will do the
- right thing when it knows it's running on a trie'd perl.
- (At least in some version after this one).
diff --git a/debian/copyright b/debian/copyright
index 5202de2..3a44ea9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,7 @@
-Upstream-Source: http://search.cpan.org/dist/Regexp-Assemble/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Regexp::Assemble
+Upstream-Contact: David Landgren <david at landgren.net>
+Source: http://search.cpan.org/dist/Regexp-Assemble/
 Licence: Artistic | GPL-2
 
 Files: debian/*

-- 
Debian packaging of Regexp-Assemble CPAN distribution



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