File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ The following variables describe a package and should be put in the
8080 - =freebsd_package_category= - The subsection the package is filed under in FreeBSD
8181 (ex: in this line, "ORIGIN: db/riak" 'db' would be the package_category)
8282 This defaults to 'db' if not specified for lack of a better default.
83+ - =debuild_extra_options= - This is added to pass extra flags to debuild
8384
8485*** Script Variables
8586The following variables are used in the =env.sh= and =runner= scripts which can
Original file line number Diff line number Diff line change 99 -e REVISION=$(PKG_VERSION) \
1010 -e RELEASE=$(PKG_BUILD) \
1111 -e REBAR=$(REBAR) \
12+ {{debuild_extra_options}} \
1213 -uc -us
1314 mkdir -p ../packages
1415 cd .. && mv *$(PKG_VERSION)-$(PKG_BUILD)_*.deb packages
You can’t perform that action at this time.
0 commit comments