[ciderwebmail] 04/08: Drop patch 1001: Adopted upstream.

Jonas Smedegaard dr at jones.dk
Sat Sep 3 14:54:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit e0c1bc6b95f302bbc33ddef9de8a96968e500ea4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Sep 3 16:22:36 2016 +0200

    Drop patch 1001: Adopted upstream.
---
 debian/patches/1001_fix_resolve_langs.patch | 11 -----------
 debian/patches/series                       |  1 -
 2 files changed, 12 deletions(-)

diff --git a/debian/patches/1001_fix_resolve_langs.patch b/debian/patches/1001_fix_resolve_langs.patch
deleted file mode 100644
index 5ed12fb..0000000
--- a/debian/patches/1001_fix_resolve_langs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/CiderWebmail.pm
-+++ b/lib/CiderWebmail.pm
-@@ -118,7 +118,7 @@
- sub langs {
-     my ($self) = @_;
- 
--    @langs = map { m!/([^/]*)\z!xm } grep { -d } glob $self->config->{root} . "/locale/*"
-+    @langs = map { m!/([^/]*)\z!xm } grep { -d } glob $self->config->{root} . "/templates/*"
-         unless @langs;
- 
-     return @langs;
diff --git a/debian/patches/series b/debian/patches/series
index 4347af1..aa813bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-1001_fix_resolve_langs.patch
 1002_fix_message_submit.patch
 2001_avoid_autoinstall.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



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