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

« back to all changes in this revision

Viewing changes to debian/patches/pjl-duplex-binding.dpatch

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: https://bugs.launchpad.net/hplip/+bug/244295
6
6
 
7
7
@DPATCH@
8
 
diff -urNad hplip-2.8.7~/prnt/hpijs/ljcolor.cpp hplip-2.8.7/prnt/hpijs/ljcolor.cpp
9
 
--- hplip-2.8.7~/prnt/hpijs/ljcolor.cpp 2008-07-30 18:44:30.000000000 +0200
10
 
+++ hplip-2.8.7/prnt/hpijs/ljcolor.cpp  2008-09-23 13:17:01.000000000 +0200
11
 
@@ -325,6 +325,19 @@
 
8
Index: hplip-3.12.4/prnt/hpijs/ljcolor.cpp
 
9
===================================================================
 
10
--- hplip-3.12.4.orig/prnt/hpijs/ljcolor.cpp    2012-04-10 18:39:32.000000000 +1000
 
11
+++ hplip-3.12.4/prnt/hpijs/ljcolor.cpp 2012-05-26 10:21:29.000000000 +1000
 
12
@@ -330,6 +330,19 @@
12
13
 
13
14
     err = thePrinter->Send ((const BYTE *) res, strlen (res));
14
15
 
28
29
 
29
30
     err = thePrinter->Send ((const BYTE*) EnterLanguage, sizeof (EnterLanguage));
30
31
     ERRCHECK;
31
 
diff -urNad hplip-2.8.7~/prnt/hpijs/ljjetready.cpp hplip-2.8.7/prnt/hpijs/ljjetready.cpp
32
 
--- hplip-2.8.7~/prnt/hpijs/ljjetready.cpp      2008-07-30 18:44:30.000000000 +0200
33
 
+++ hplip-2.8.7/prnt/hpijs/ljjetready.cpp       2008-09-23 13:17:01.000000000 +0200
34
 
@@ -324,6 +324,17 @@
 
32
Index: hplip-3.12.4/prnt/hpijs/ljjetready.cpp
 
33
===================================================================
 
34
--- hplip-3.12.4.orig/prnt/hpijs/ljjetready.cpp 2012-04-10 18:39:32.000000000 +1000
 
35
+++ hplip-3.12.4/prnt/hpijs/ljjetready.cpp      2012-05-26 10:21:29.000000000 +1000
 
36
@@ -329,6 +329,17 @@
35
37
     err = thePrinter->Send ((const BYTE *) szScratchStr, strlen (szScratchStr));
36
38
     ERRCHECK;
37
39
 
49
51
     //Set the resolution to 600
50
52
     err = thePrinter->Send ((const BYTE*)ccpPJLSetRes,sizeof(ccpPJLSetRes));
51
53
     ERRCHECK;
52
 
diff -urNad hplip-2.8.7~/prnt/hpijs/ljmono.cpp hplip-2.8.7/prnt/hpijs/ljmono.cpp
53
 
--- hplip-2.8.7~/prnt/hpijs/ljmono.cpp  2008-07-30 18:44:30.000000000 +0200
54
 
+++ hplip-2.8.7/prnt/hpijs/ljmono.cpp   2008-09-23 13:17:01.000000000 +0200
55
 
@@ -207,6 +207,19 @@
 
54
Index: hplip-3.12.4/prnt/hpijs/ljmono.cpp
 
55
===================================================================
 
56
--- hplip-3.12.4.orig/prnt/hpijs/ljmono.cpp     2012-04-10 18:39:32.000000000 +1000
 
57
+++ hplip-3.12.4/prnt/hpijs/ljmono.cpp  2012-05-26 10:21:29.000000000 +1000
 
58
@@ -212,6 +212,19 @@
56
59
     err = thePrinter->Send ((const BYTE *) res, strlen (res));
57
60
     ERRCHECK;
58
61