On 17.09.2016 16:08, Jonas Smedegaard wrote:
> i Till (and others),
>
> Quoting Till Kamppeter (2016-09-17 00:50:45)
>> I have now re-applied multi-arch to Ubuntu's Ghostscript package which
>> is nearly identical to Debian's current Ghostscript package. So I
>> attach the debdiff and hope with
On 09/17/2016 11:08 AM, Jonas Smedegaard wrote:
Did you test that the multi-arch packages work in a multi-arch
environment? Looking at the symbols file, it seems headers do vary.
- Jonas
I have simply re-introduced the accidentally dropped multi-arch support
which Doko has introduced in
i Till (and others),
Quoting Till Kamppeter (2016-09-17 00:50:45)
> I have now re-applied multi-arch to Ubuntu's Ghostscript package which
> is nearly identical to Debian's current Ghostscript package. So I
> attach the debdiff and hope with this you will easily able to add
> multi-arch functio
Hello, I've written a file as /tmp/test.sh with these only two lines:
#!/bin/sh
date >> /tmp/TestPrinter.log
Then I've run following command on Debian 8 (stable):
$ lpadmin -p TestPrinter -v file:///dev/null -i /tmp/test.sh -E
Then I send something to print:
$ lp -d TestPrinter /tmp/test.pdf
requ