[SCM] Debian packaging of libcache-memcached-managed-perl branch, master, updated. upstream/0.21-27-g09fd8bb

Fabrizio Regalli fabreg at fabreg.it
Tue Apr 3 13:16:38 UTC 2012


The following commit has been merged in the master branch:
commit 709055a71ca7dd813cf394c64b266dcdf7e77252
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Apr 3 15:06:42 2012 +0200

    Removed spelling.patch patch: it's now included in source code

diff --git a/debian/changelog b/debian/changelog
index 83c227a..f8eb84c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,6 @@ libcache-memcached-managed-perl (0.21-1) UNRELEASED; urgency=low
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
-  [ Salvatore Bonaccorso ]
-  * debian/copyright: Replace DEP5 Format-Specification URL from
-    svn.debian.org to anonscm.debian.org URL.
-
   [ Fabrizio Regalli ]
   * Imported Upstream version 0.21
   * Update debhelper to (>= 8)
@@ -15,6 +11,7 @@ libcache-memcached-managed-perl (0.21-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.3
   * Update debian/copyright format as in Debian Policy 3.9.3
   * Add Elizabeth's email to d/copyright
+  * Removed spelling.patch patch: it's now included in source code
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 03 Apr 2012 14:46:43 +0200
 
diff --git a/debian/patches/.spelling.patch.swp b/debian/patches/.spelling.patch.swp
new file mode 100644
index 0000000..f0a892a
Binary files /dev/null and b/debian/patches/.spelling.patch.swp differ
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 4ff948c..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2011-03-04
-Subject: spelling fixes
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69648
---- a/lib/Cache/Memcached/Managed.pm
-+++ b/lib/Cache/Memcached/Managed.pm
-@@ -1616,7 +1616,7 @@
- 
- The caller's package provides an identifying version (by default), allowing
- differently formatted data-structures caused by source code changes, to live
--seperately from each other in the cache.
-+separately from each other in the cache.
- 
- =head2 namespace support
- 
-@@ -1746,7 +1746,7 @@
- 
- The data key identifies a piece of data in the L<"data server">.  It is
- formed by appending the namespace (by default the user id of the process),
--L<version>, L<key> and L<ID>, seperated by the L<delimiter>.
-+L<version>, L<key> and L<ID>, separated by the L<delimiter>.
- 
- If a scalar value is specified as an ID, then that value is used.
- 
-@@ -1807,7 +1807,7 @@
- data server will be assumed.
- 
- If there are multiple memcached servers used for the L<"data server">, then
--it is advised to use a seperate directory server (as a failure in one of
-+it is advised to use a separate directory server (as a failure in one of
- the memcached backend servers will leave you with an incomplete directory
- otherwise).
- 
-@@ -1883,7 +1883,7 @@
- The specification of the memcached server backend(s) for the L<"data server">.
- It should either be:
- 
-- - string with comma seperated memcached server specification
-+ - string with comma separated memcached server specification
-  - list ref with memcached server specification
-  - hash ref with Cache::Memcached object specification
-  - blessed object adhering to the Cache::Memcached API
-@@ -1921,7 +1921,7 @@
- The specification of the memcached server backend(s) for the
- L<"directory server">.  It should either be:
- 
-- - string with comma seperated memcached server specification
-+ - string with comma separated memcached server specification
-  - list ref with memcached server specification
-  - hash ref with Cache::Memcached object specification
-  - blessed object adhering to the Cache::Memcached API
-@@ -2173,7 +2173,7 @@
- L<"data server">.  The input parameter specifies interval between flushes
- of backend memcached servers, default is the L<flush_interval> value
- implicitely) specified with L<new>.  Returns whether all memcached L<servers>
--were succesfully flushed.
-+were successfully flushed.
- 
- Please note that this method returns immediately after instructing each of
- the memcached servers.  Also note that the timed flush_all functionality has
-@@ -2620,7 +2620,7 @@
- 'event1'.  Since we're not interested in the id of the event, but want to
- make sure it is always unique, the pseudo id ':unique' is specified.
- 
--A recurring proces, usually a cron job, would then need to do the following
-+A recurring process, usually a cron job, would then need to do the following
- to grab all of the values cached:
- 
-  my @value = $cache->grab_group( group => 'event1' );
-@@ -2734,7 +2734,7 @@
- =head1 THEORY OF OPERATION
- 
- The group management is implemented by keeping a type of directory information
--in a (seperate) directory memcached server.
-+in a (separate) directory memcached server.
- 
- For each L<group|"group management"> one directory key is maintained in the
- directory memcached server.  This key consists of the string

-- 
Debian packaging of libcache-memcached-managed-perl



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