[med-svn] [gbrowse] 01/02: Drop patch fix_perl_deprecation.

Andreas Tille tille at debian.org
Mon Jan 16 20:10:21 UTC 2017


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

tille pushed a commit to branch master
in repository gbrowse.

commit a9fc90e3745d52b940b2fcdbcca8a878ac3ca618
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 16 20:20:16 2017 +0100

    Drop patch fix_perl_deprecation.
    
    The issue is fixed in the new upstream release.
---
 debian/patches/fix_perl_deprecation | 18 ------------------
 debian/patches/series               |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/fix_perl_deprecation b/debian/patches/fix_perl_deprecation
deleted file mode 100644
index 42c1f31..0000000
--- a/debian/patches/fix_perl_deprecation
+++ /dev/null
@@ -1,18 +0,0 @@
-Subject: perl deprecated left brakets in regexp without escape
-Description: warning switched to error in perl, need to escape
- brakets in perl regexp if braket is a string pattern
-Author: Olivier Sallou <osallou at debian.org>
-Last-Updated: 2016-12-14
-Bug-Debian: https://bugs.debian.org/826458
-Forwarded: no
---- a/lib/Bio/Graphics/Browser2/DataSource.pm
-+++ b/lib/Bio/Graphics/Browser2/DataSource.pm
-@@ -960,7 +960,7 @@ sub db_settings {
- 
-   # Do environment substitutions in the args. Assume that the environment is safe.
-   foreach (@argv) {
--      s/\$ENV\{(\w+)\}/$ENV{$1}||''/ge;
-+      s/\$ENV\{(\w+)\}/$ENV\{$1\}||''/ge;
-       s/\$HTDOCS/Bio::Graphics::Browser2->htdocs_base/ge;
-       s/\$DB/Bio::Graphics::Browser2->db_base/ge;
-       s/\$CONF/Bio::Graphics::Browser2->config_base/ge;
diff --git a/debian/patches/series b/debian/patches/series
index 2651d71..1806e95 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,3 @@ manpages.patch
 fix_pop_url
 skip_check_installed_test.patch
 source_init_functions
-fix_perl_deprecation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gbrowse.git



More information about the debian-med-commit mailing list