Code sync
[external/hplip.git] / packaging / 10_shebang_fixes.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 10_hashbang_fixes.dpatch by Henrique de Moraes Holschuh <hmh@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix missing, weird or otherwise broken shebang lines
6
7 @DPATCH@
8 diff -urNad hplip~/__init__.py hplip/__init__.py
9 --- hplip~/__init__.py  2007-01-26 12:24:33.000000000 -0200
10 +++ hplip/__init__.py   2007-01-26 15:21:09.158181349 -0200
11 @@ -1,3 +1,4 @@
12 +#!/usr/bin/env python
13  # -*- coding: utf-8 -*-
14  #
15  # (c) Copyright 2003-2007 Hewlett-Packard Development Company, L.P.