[Forensics-changes] [crack] 24/40: Add patch to fix shebang line in perl-written examples

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Dec 28 02:47:54 UTC 2016


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

giovani-guest pushed a commit to branch debian
in repository crack.

commit 36e5c38e8b7802666d693845ab9b2b49513b6e04
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 10 01:13:29 2016 +0200

    Add patch to fix shebang line in perl-written examples
    
    Fixes lintian warning executable-not-elf-or-script.
---
 debian/changelog                 |  2 ++
 debian/patches/b64_shebang.patch | 20 ++++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 990b7e6..09d69d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ crack (5.0a-10) UNRELEASED; urgency=medium
   * Add a debian/watch file.
   * Change doc-base sections to System/Security. Fixes lintian warning
     doc-base-unknown-section.
+  * Add patch to fix shebang line in perl-written examples. Fixes lintian
+    warning executable-not-elf-or-script.
 
  -- Axel Beckert <abe at debian.org>  Sun, 09 Oct 2016 21:53:26 +0200
 
diff --git a/debian/patches/b64_shebang.patch b/debian/patches/b64_shebang.patch
new file mode 100644
index 0000000..419778f
--- /dev/null
+++ b/debian/patches/b64_shebang.patch
@@ -0,0 +1,20 @@
+Description: Proper Perl shebang line for perl-written example scripts
+ Fixes lintian warning executable-not-elf-or-script.
+Author: Axel Beckert <abe at debian.org>
+
+--- a/extra/b64decode
++++ b/extra/b64decode
+@@ -1,4 +1,4 @@
+-: # use perl -*- mode: perl; -*-
++#!/usr/bin/perl
+ ###
+ # This program was written by and is copyright Alec Muffett 1991,
+ # 1992, 1993, 1994, 1995, and 1996, and is provided as part of the
+--- a/extra/b64encode
++++ b/extra/b64encode
+@@ -1,4 +1,4 @@
+-: # use perl -*- mode: perl; -*-
++#!/usr/bin/perl
+ ###
+ # This program was written by and is copyright Alec Muffett 1991,
+ # 1992, 1993, 1994, 1995, and 1996, and is provided as part of the
diff --git a/debian/patches/series b/debian/patches/series
index d212b11..423db52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ scripts___smartcat.patch
 src___libdes___read_pwd.c.patch
 src___libdes___stcmuMmo.patch
 src___util___Makefile.patch
+b64_shebang.patch

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



More information about the forensics-changes mailing list