Skip to content

Commit 589c384

Browse files
committed
Add extra options to debuild template
1 parent bbdd43a commit 589c384

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
8586
The following variables are used in the =env.sh= and =runner= scripts which can

priv/templates/deb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ default:
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

0 commit comments

Comments
 (0)