[Bug #1094] Made changes to fix the issue and use "cutycapt" command.

FEA: ItEr75S10PrintingSupportItEr74S05
This commit is contained in:
Manuel Rego Casasnovas 2011-06-30 08:00:51 +02:00
parent bc800205e4
commit db1078f1f2
3 changed files with 9 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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;
}
}
}