[Git][debian-proftpd-team/proftpd][master] lintian: E: wrong-path-for-interpreter
Hilmar Preuße
gitlab at salsa.debian.org
Thu Nov 1 20:08:04 GMT 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
adc12897 by Hilmar Preusse at 2018-11-01T20:07:36Z
lintian: E: wrong-path-for-interpreter
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/wrong-path-for-interpreter_perl.diff
Changes:
=====================================
debian/changelog
=====================================
@@ -14,7 +14,9 @@ proftpd-dfsg (1.3.6-3) UNRELEASED; urgency=medium
* New Proftp module package: proftpd-mod-snmp.
* Add "Enhances: proftpd-basic" to all modules built by this package.
* d/rules: remove clean code, which is covered by upstreams Makefile.
- * W: proftpd-basic: maintainer-script-should-not-parse-etc-passwd-or-group
+ * Lintian:
+ W: maintainer-script-should-not-parse-etc-passwd-or-group
+ E: wrong-path-for-interpreter
-- Francesco Paolo Lovergine <frankie at debian.org> Tue, 01 May 2018 14:57:41 +0200
=====================================
debian/patches/series
=====================================
@@ -15,3 +15,4 @@ upstream_4312
upstream_4312_fix_version
github_pr_710
upstream_4356
+wrong-path-for-interpreter_perl.diff
=====================================
debian/patches/wrong-path-for-interpreter_perl.diff
=====================================
@@ -0,0 +1,50 @@
+Index: proftpd/contrib/ftpasswd
+===================================================================
+--- proftpd.orig/contrib/ftpasswd 2018-11-01 20:53:14.191582033 +0100
++++ proftpd/contrib/ftpasswd 2018-11-01 20:53:14.191582033 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # ---------------------------------------------------------------------------
+ # Copyright (C) 2000-2015 TJ Saunders <tj at castaglia.org>
+ #
+Index: proftpd/contrib/ftpmail
+===================================================================
+--- proftpd.orig/contrib/ftpmail 2018-11-01 20:53:14.191582033 +0100
++++ proftpd/contrib/ftpmail 2018-11-01 20:53:14.191582033 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # ---------------------------------------------------------------------------
+ # Copyright (C) 2008-2013 TJ Saunders <tj at castaglia.org>
+ #
+Index: proftpd/contrib/ftpquota
+===================================================================
+--- proftpd.orig/contrib/ftpquota 2018-11-01 20:53:14.191582033 +0100
++++ proftpd/contrib/ftpquota 2018-11-01 20:53:14.191582033 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # -------------------------------------------------------------------------
+ # Copyright (C) 2000-2017 TJ Saunders <tj at castaglia.org>
+ #
+Index: proftpd/src/prxs.in
+===================================================================
+--- proftpd.orig/src/prxs.in 2018-11-01 20:53:14.191582033 +0100
++++ proftpd/src/prxs.in 2018-11-01 20:53:14.191582033 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+
+ # ---------------------------------------------------------------------------
+ # Copyright (C) 2008-2012 TJ Saunders <tj at castaglia.org>
+Index: proftpd/contrib/xferstats.holger-preiss
+===================================================================
+--- proftpd.orig/contrib/xferstats.holger-preiss 2018-11-01 20:53:13.975569937 +0100
++++ proftpd/contrib/xferstats.holger-preiss 2018-11-01 20:55:29.843757717 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # ---------------------------------------------------------------------------
+ #
+ # USAGE: xferstats <options>
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/adc12897cf6ac2bec2f08459291b9d2524fa4e8c
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/adc12897cf6ac2bec2f08459291b9d2524fa4e8c
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list