File: b64_shebang.patch

package info (click to toggle)
crack 5.0a-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,016 kB
  • sloc: ansic: 7,444; perl: 1,375; sh: 1,062; makefile: 218
file content (24 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Proper Perl shebang line for perl-written example scripts
 Fixes lintian warning executable-not-elf-or-script.
Author: Axel Beckert <abe@debian.org>

Index: crack-5.0a/extra/b64decode
===================================================================
--- crack-5.0a.orig/extra/b64decode
+++ crack-5.0a/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
Index: crack-5.0a/extra/b64encode
===================================================================
--- crack-5.0a.orig/extra/b64encode
+++ crack-5.0a/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