[med-svn] [r-bioc-ensembldb] 03/06: Add shebang line to perl script

Andreas Tille tille at debian.org
Sun Oct 22 07:26:01 UTC 2017


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

tille pushed a commit to branch master
in repository r-bioc-ensembldb.

commit 73ae2b81c8c3d0e3616719066685d822d357dade
Author: Andreas Tille <tille at debian.org>
Date:   Sun Oct 22 09:16:01 2017 +0200

    Add shebang line to perl script
---
 debian/changelog                                     |  1 +
 debian/patches/add_shebang_line_to_perl_script.patch | 11 +++++++++++
 debian/patches/series                                |  1 +
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4074309..fbb1b89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-bioc-ensembldb (2.0.4-1) UNRELEASED; urgency=medium
   * No need to Build-Depend: r-base-dev
   * New Build-Depends: r-bioc-annotationfilter, r-bioc-protgenerics
   * Add debian/README.source to document binary data files
+  * Add shebang line to perl script
 
  -- Andreas Tille <tille at debian.org>  Sun, 22 Oct 2017 09:03:38 +0200
 
diff --git a/debian/patches/add_shebang_line_to_perl_script.patch b/debian/patches/add_shebang_line_to_perl_script.patch
new file mode 100644
index 0000000..d7c2ac2
--- /dev/null
+++ b/debian/patches/add_shebang_line_to_perl_script.patch
@@ -0,0 +1,11 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 22 Oct 2017 09:03:38 +0200
+Description: Add shebang line to perl script
+
+--- a/inst/perl/test_script.pl
++++ b/inst/perl/test_script.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ ## uses environment variable ENS pointing to the
+ ## ENSEMBL API on the computer
+ use lib $ENV{ENS} || $ENV{PERL5LIB};
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..419a2ac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add_shebang_line_to_perl_script.patch

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



More information about the debian-med-commit mailing list