Add DEB_SCOUR_ARGS to pass options to dh_scour

Bug #692016 reported by Francesco Fumanti
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cdbs (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Binary package hint: cdbs

Onboard ist an onscreen keyboard written in python that has been packaged with cdbs. It uses some svg files created by inkscape for the layout of the keys.

The introduction of dh-scour breaked onboard because it converts style="fill:#e5d8b2;stroke:#000000;" of the svg files in the layout file to stroke="#000" fill="#e5d8b2" resulting in the error reported here:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/690994

According to http://codedread.com/scour/, scour understands the following option to disable the conversion: -disable-style-to-xml

Would it be possible to add DEB_SCOUR_ARGS to cdbs in order to pass arguments to dh-scour?

Revision history for this message
Sebastien Bacher (seb128) wrote :

the current version has support for it:

debhelper.mk.in: dh_scour -p$(cdbs_curpkg) $(DEB_DH_SCOUR_ARGS)

Changed in cdbs (Ubuntu):
importance: Undecided → Wishlist
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.