This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository libapache-session-browseable-perl.
commit ce65ec5ac47e8cff33868feb785a6964a3e50169 Author: Xavier Guimard <Xavier Guimard [email protected]> Date: Wed Oct 4 20:11:45 2017 +0200 Remove spelling patch now incuded in upstream --- debian/patches/series | 1 - debian/patches/spelling-errors.patch | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 38edaa7..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch deleted file mode 100644 index a660d52..0000000 --- a/debian/patches/spelling-errors.patch +++ /dev/null @@ -1,27 +0,0 @@ -Description: Spelling errors -Author: Xavier Guimard <[email protected]> -Forwarded: https://github.com/LemonLDAPNG/Apache-Session-Browseable/commit/6c11357945a01c8877ce6b1065e6ad34fc931727 -Last-Update: 2017-09-12 - ---- libapache-session-browseable-perl-1.2.6.orig/lib/Apache/Session/Browseable/PgHstore.pm -+++ libapache-session-browseable-perl-1.2.6/lib/Apache/Session/Browseable/PgHstore.pm -@@ -172,7 +172,7 @@ Create table: - a_session hstore, - ); - --Optionaly, add indexes on some fields. Example for Lemonldap::NG: -+Optionally, add indexes on some fields. Example for Lemonldap::NG: - - CREATE INDEX uid1 ON sessions USING BTREE ( (a_session -> '_whatToTrace') ); - CREATE INDEX s1 ON sessions ( (a_session -> '_session_kind') ); ---- libapache-session-browseable-perl-1.2.6.orig/lib/Apache/Session/Browseable/PgJSON.pm -+++ libapache-session-browseable-perl-1.2.6/lib/Apache/Session/Browseable/PgJSON.pm -@@ -165,7 +165,7 @@ Create table: - a_session jsonb, - ); - --Optionaly, add indexes on some fields. Example for Lemonldap::NG: -+Optionally, add indexes on some fields. Example for Lemonldap::NG: - - CREATE INDEX uid1 ON sessions USING BTREE ( (a_session ->> '_whatToTrace') ); - CREATE INDEX s1 ON sessions ( (a_session ->> '_session_kind') ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-browseable-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
