Skip to content

Commit

Permalink
Additiona dpkg-buildpackage options can be set with environment varia…
Browse files Browse the repository at this point in the history
…ble DPKG_BUILDPACKAGE_OPTS
  • Loading branch information
arykovanov committed Jan 11, 2014
1 parent f12b81b commit f6e0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
tar -xvf opcua-wsdl-${VERSION}.tar.gz
cd opcua-wsdl-${VERSION}
dh_make -y -m -c lgpl3 -e [email protected] -f ../opcua-wsdl-${VERSION}.tar.gz
dpkg-buildpackage -rfakeroot -nc -F
dpkg-buildpackage -rfakeroot -nc -F ${DPKG_BUILDPACKAGE_OPTS}

0 comments on commit f6e0d0f

Please sign in to comment.