File: spurious_hashbang

package info (click to toggle)
omniorb-dfsg 4.2.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 14,628 kB
  • sloc: cpp: 109,677; python: 24,939; ansic: 14,136; sh: 2,743; makefile: 96
file content (18 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove unneeded hash-bang line
 The main.py module is the entrypoint of omniidl and for some reason
 shipped with a hash-bang line upstream, even tough a binary wrapper is
 created at install time.
 .
 Debian policy doesn't like hash-bang lines in normal modules however,
 so we remove this.
Forwarded: no
Author: Floris Bruynooghe <flub@devork.be>
Last-Update: 2011-07-21

--- a/src/tool/omniidl/python/omniidl/main.py
+++ b/src/tool/omniidl/python/omniidl/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- python -*-
 #                           Package   : omniidl
 # main.py                   Created on: 1999/11/05