~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to debian/patches/kde4-kdesudo-support.dpatch

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-10-06 15:03:44 UTC
  • mfrom: (1.6.1) (20.1.16 quantal)
  • Revision ID: package-import@ubuntu.com-20121006150344-2p3xz26br0t3hu2q
Tags: 3.12.10-1
* New upstream release
  - Fixes "Network scanning fails (Closes: #683033)
* quilt refresh hplip-syslog-fix-debug-messages-to-error.dpatch
* Fix "error in clean build env" updated debian/rules (Closes: #687129)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad hplip-3.9.4b~/base/utils.py hplip-3.9.4b/base/utils.py
9
 
--- hplip-3.9.4b~/base/utils.py 2009-04-29 22:39:01.000000000 +0200
10
 
+++ hplip-3.9.4b/base/utils.py  2009-05-16 00:06:50.000000000 +0200
11
 
@@ -1572,6 +1572,12 @@
 
8
Index: hplip-3.12.4/base/utils.py
 
9
===================================================================
 
10
--- hplip-3.12.4.orig/base/utils.py     2012-04-10 18:35:13.000000000 +1000
 
11
+++ hplip-3.12.4/base/utils.py  2012-05-26 10:23:51.000000000 +1000
 
12
@@ -1643,6 +1643,12 @@
12
13
     if which('kdesu'):
13
14
         su_sudo_str = 'kdesu -- %s'
14
15