[med-svn] [Git][med-team/pftools][master] Fix interpreter of perl script to fix build time test
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 27 21:40:52 GMT 2020
Andreas Tille pushed to branch master at Debian Med / pftools
Commits:
faa70143 by Andreas Tille at 2020-11-27T22:40:41+01:00
Fix interpreter of perl script to fix build time test
- - - - -
2 changed files:
- + debian/patches/fix_perl_interpreter.patch
- debian/patches/series
Changes:
=====================================
debian/patches/fix_perl_interpreter.patch
=====================================
@@ -0,0 +1,12 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 24 Nov 2020 21:17:21 +0100
+Description: Fix interpreter of perl script to fix build time test
+
+--- a/src/Perl/sort_fasta.pl
++++ b/src/Perl/sort_fasta.pl
+@@ -1,4 +1,4 @@
+-#!/bin/env perl
++#!/usr/bin/perl
+
+ use strict;
+ use Getopt::Std;
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
spelling.patch
+fix_perl_interpreter.patch
View it on GitLab: https://salsa.debian.org/med-team/pftools/-/commit/faa7014383b252e2bf8cb20ce3020433e5d2acde
--
View it on GitLab: https://salsa.debian.org/med-team/pftools/-/commit/faa7014383b252e2bf8cb20ce3020433e5d2acde
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201127/8847e64b/attachment-0001.html>
More information about the debian-med-commit
mailing list