[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Proper way to force debug/verbose in maven-debian-helper



On 02/03/2018 01:33, Tiago Daitx wrote:

> Could someone please point me to the right way to achieve this?

Hi Tiago,

You just have to override dh_auto_build in debian/rules and pass the -X
parameter. It looks like this:

override_dh_auto_build:
	dh_auto_build -- -X package -DskipTests

(and you may have to add javadoc:aggregate to the line if the package
builds the javadoc)

Emmanuel Bourg


Reply to: