File: no-usr-local.patch

package info (click to toggle)
python-crypto 2.1.0-2%2Bsqueeze2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,584 kB
  • ctags: 2,188
  • sloc: ansic: 10,073; python: 6,026; makefile: 32; sh: 10
file content (11 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Subject: Remove #!/usr/local/bin/python shebang line.

Index: pycrypto-2.1.0/lib/Crypto/Util/RFC1751.py
===================================================================
--- pycrypto-2.1.0.orig/lib/Crypto/Util/RFC1751.py	2010-02-28 11:01:06.000000000 +0800
+++ pycrypto-2.1.0/lib/Crypto/Util/RFC1751.py	2010-02-28 11:01:16.000000000 +0800
@@ -1,4 +1,3 @@
-#!/usr/local/bin/python
 # rfc1751.py : Converts between 128-bit strings and a human-readable
 # sequence of words, as defined in RFC1751: "A Convention for
 # Human-Readable 128-bit Keys", by Daniel L. McDonald.