1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_scripts.dpatch by Michal Čihař <nijel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Remove #! from python modules.
@DPATCH@
diff -urNad osc-0.106~/osc/build.py osc-0.106/osc/build.py
--- osc-0.106~/osc/build.py 2008-07-04 14:56:32.000000000 +0200
+++ osc-0.106/osc/build.py 2008-07-14 08:37:57.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# Copyright (C) 2006 Peter Poeml / Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
diff -urNad osc-0.106~/osc/cmdln.py osc-0.106/osc/cmdln.py
--- osc-0.106~/osc/cmdln.py 2007-05-16 12:55:05.000000000 +0200
+++ osc-0.106/osc/cmdln.py 2008-07-14 08:37:57.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2002-2005 ActiveState Corp.
# License: MIT (see LICENSE.txt for license details)
# Author: Trent Mick (TrentM@ActiveState.com)
diff -urNad osc-0.106~/osc/conf.py osc-0.106/osc/conf.py
--- osc-0.106~/osc/conf.py 2008-04-28 18:37:44.000000000 +0200
+++ osc-0.106/osc/conf.py 2008-07-14 08:37:57.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# Copyright (C) 2006 Peter Poeml / Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
diff -urNad osc-0.106~/osc/core.py osc-0.106/osc/core.py
--- osc-0.106~/osc/core.py 2008-07-11 12:42:01.000000000 +0200
+++ osc-0.106/osc/core.py 2008-07-14 08:37:57.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# vim: sw=4 et
diff -urNad osc-0.106~/osc/fetch.py osc-0.106/osc/fetch.py
--- osc-0.106~/osc/fetch.py 2008-01-24 19:06:45.000000000 +0100
+++ osc-0.106/osc/fetch.py 2008-07-14 08:37:57.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# Copyright (C) 2006 Peter Poeml / Novell Inc. All rights reserved.
# This program is free software; it may be used, copied, modified
|