hplip/hplip-env-python.patch
Jiří Popelka 2624b83f8a - 3.10.6.
- Changed shebang /usr/bin/env python -> /usr/bin/python (bug #618351).
- Corrected IEEE 1284 Device IDs:
- HP Color LaserJet CP1518ni (bug #613689).
- HP Color LaserJet 2600n (bug #613712).
2010-07-27 10:33:37 +00:00

316 lines
12 KiB
Diff

diff -up hplip-3.10.6/align.py.env_python hplip-3.10.6/align.py
--- hplip-3.10.6/align.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/align.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/check.py.env_python hplip-3.10.6/check.py
--- hplip-3.10.6/check.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/check.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/clean.py.env_python hplip-3.10.6/clean.py
--- hplip-3.10.6/clean.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/clean.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/colorcal.py.env_python hplip-3.10.6/colorcal.py
--- hplip-3.10.6/colorcal.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/colorcal.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/dat2drv.py.env_python hplip-3.10.6/dat2drv.py
--- hplip-3.10.6/dat2drv.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/dat2drv.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2008-9 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/devicesettings.py.env_python hplip-3.10.6/devicesettings.py
--- hplip-3.10.6/devicesettings.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/devicesettings.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/fab.py.env_python hplip-3.10.6/fab.py
--- hplip-3.10.6/fab.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/fab.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/fax/backend/hpfax.py.env_python hplip-3.10.6/fax/backend/hpfax.py
--- hplip-3.10.6/fax/backend/hpfax.py.env_python 2010-07-19 04:17:35.000000000 +0200
+++ hplip-3.10.6/fax/backend/hpfax.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/faxsetup.py.env_python hplip-3.10.6/faxsetup.py
--- hplip-3.10.6/faxsetup.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/faxsetup.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/firmware.py.env_python hplip-3.10.6/firmware.py
--- hplip-3.10.6/firmware.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/firmware.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/hpdio.py.env_python hplip-3.10.6/hpdio.py
--- hplip-3.10.6/hpdio.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/hpdio.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/hpssd.py.env_python hplip-3.10.6/hpssd.py
--- hplip-3.10.6/hpssd.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/hpssd.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/info.py.env_python hplip-3.10.6/info.py
--- hplip-3.10.6/info.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/info.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/installer/text_install.py.env_python hplip-3.10.6/installer/text_install.py
--- hplip-3.10.6/installer/text_install.py.env_python 2010-07-19 04:17:37.000000000 +0200
+++ hplip-3.10.6/installer/text_install.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/install.py.env_python hplip-3.10.6/install.py
--- hplip-3.10.6/install.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/install.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/levels.py.env_python hplip-3.10.6/levels.py
--- hplip-3.10.6/levels.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/levels.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/linefeedcal.py.env_python hplip-3.10.6/linefeedcal.py
--- hplip-3.10.6/linefeedcal.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/linefeedcal.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/makecopies.py.env_python hplip-3.10.6/makecopies.py
--- hplip-3.10.6/makecopies.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/makecopies.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/makeuri.py.env_python hplip-3.10.6/makeuri.py
--- hplip-3.10.6/makeuri.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/makeuri.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/pkservice.py.env_python hplip-3.10.6/pkservice.py
--- hplip-3.10.6/pkservice.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/pkservice.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/plugin.py.env_python hplip-3.10.6/plugin.py
--- hplip-3.10.6/plugin.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/plugin.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/pqdiag.py.env_python hplip-3.10.6/pqdiag.py
--- hplip-3.10.6/pqdiag.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/pqdiag.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/print.py.env_python hplip-3.10.6/print.py
--- hplip-3.10.6/print.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/print.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/printsettings.py.env_python hplip-3.10.6/printsettings.py
--- hplip-3.10.6/printsettings.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/printsettings.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/probe.py.env_python hplip-3.10.6/probe.py
--- hplip-3.10.6/probe.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/probe.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/query.py.env_python hplip-3.10.6/query.py
--- hplip-3.10.6/query.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/query.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/scan.py.env_python hplip-3.10.6/scan.py
--- hplip-3.10.6/scan.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/scan.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/scan/sane.py.env_python hplip-3.10.6/scan/sane.py
--- hplip-3.10.6/scan/sane.py.env_python 2010-07-19 04:16:05.000000000 +0200
+++ hplip-3.10.6/scan/sane.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/sendfax.py.env_python hplip-3.10.6/sendfax.py
--- hplip-3.10.6/sendfax.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/sendfax.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/setup.py.env_python hplip-3.10.6/setup.py
--- hplip-3.10.6/setup.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/setup.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/testpage.py.env_python hplip-3.10.6/testpage.py
--- hplip-3.10.6/testpage.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/testpage.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/timedate.py.env_python hplip-3.10.6/timedate.py
--- hplip-3.10.6/timedate.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/timedate.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/toolbox.py.env_python hplip-3.10.6/toolbox.py
--- hplip-3.10.6/toolbox.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/toolbox.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/unload.py.env_python hplip-3.10.6/unload.py
--- hplip-3.10.6/unload.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/unload.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
diff -up hplip-3.10.6/wificonfig.py.env_python hplip-3.10.6/wificonfig.py
--- hplip-3.10.6/wificonfig.py.env_python 2010-07-19 04:17:45.000000000 +0200
+++ hplip-3.10.6/wificonfig.py 2010-07-26 20:21:01.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.