[Bug #1094] Made changes to fix the issue and use "cutycapt" command.
FEA: ItEr75S10PrintingSupportItEr74S05
This commit is contained in:
parent
bc800205e4
commit
db1078f1f2
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
cutycapt (20110107-2) lenny lucid maverick; urgency=low
|
||||
|
||||
* Changing command to use "cutycapt" instead of "CutyCapt".
|
||||
|
||||
-- Manuel Rego Casasnovas <mrego@igalia.com> Fri, 06 Jun 2011 19:34:22 +0200
|
||||
|
||||
cutycapt (20110107-1) lenny squeeze intrepid karmic lucid maverick; urgency=low
|
||||
|
||||
* Updated to NavalPlan package naming.
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
override_dh_auto_install:
|
||||
install -g root -o root -m 755 -d $(CURDIR)/debian/cutycapt/usr/bin
|
||||
install -g root -o root -m 755 CutyCapt $(CURDIR)/debian/cutycapt/usr/bin
|
||||
install -g root -o root -m 755 CutyCapt $(CURDIR)/debian/cutycapt/usr/bin/cutycapt
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ public class CutyPrint {
|
|||
|
||||
private static final Log LOG = LogFactory.getLog(CutyPrint.class);
|
||||
|
||||
private static final String CUTYCAPT_COMMAND = "CutyCapt ";
|
||||
private static final String CUTYCAPT_COMMAND = "cutycapt ";
|
||||
// Estimated maximum execution time (ms)
|
||||
|
||||
private static final int CUTYCAPT_TIMEOUT = 100000;
|
||||
|
|
@ -378,4 +378,4 @@ public class CutyPrint {
|
|||
|
||||
return css;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue