Skip to content

Commit

Permalink
Move another debhelper envvar to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-reckmann committed Nov 29, 2024
1 parent 4f689c9 commit e1f6945
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV PATH="/usr/lib/ccache:$PATH"
ENV CCACHE_DIR=/root/.ccache

# For debhelper
ENV DEB_BUILD_OPTIONS=nocheck
ENV DEBFULLNAME=comma
ENV USER=comma

Expand Down
2 changes: 1 addition & 1 deletion userspace/compile-capnp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ cd capnproto-c++-${VERSION}

dh_make --createorig -s -p capnproto_${VERSION} -y

DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -nc
dpkg-buildpackage -us -uc -nc

mv ../capnproto*.deb /tmp/capnproto.deb
2 changes: 1 addition & 1 deletion userspace/compile-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dh_make --createorig -s -p ffmpeg_${VERSION} -y
echo -e "override_dh_auto_configure:\n\t./configure --enable-shared --disable-static --disable-htmlpages" >> debian/rules
echo -e "override_dh_usrlocal:" >> debian/rules

DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -nc
dpkg-buildpackage -us -uc -nc

mv ../ffmpeg*.deb /tmp/ffmpeg.deb
4 changes: 2 additions & 2 deletions userspace/compile-modemmanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ override_dh_auto_configure:
EOF
sed -i 's/^ /\t/' debian/rules

DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -nc
dpkg-buildpackage -us -uc -nc

mv ../libqmi*.deb /tmp/libqmi.deb

Expand Down Expand Up @@ -109,6 +109,6 @@ override_dh_auto_configure:
EOF
sed -i 's/^ /\t/' debian/rules

DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -nc
dpkg-buildpackage -us -uc -nc

mv ../modemmanager*.deb /tmp/modemmanager.deb
2 changes: 1 addition & 1 deletion userspace/compile-qtwayland5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ dh_make --createorig -s -p qtwayland5_${VERSION} -y

echo -e "override_dh_shlibdeps:\n\tdh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info" >> debian/rules

DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -nc
dpkg-buildpackage -us -uc -nc

mv ../qtwayland5*.deb /tmp/qtwayland5.deb

0 comments on commit e1f6945

Please sign in to comment.