This repository has been archived on 2021-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
mudbugos/kernel/packages/prawnos-linux-image-armhf/src/debian/rules

10 lines
189 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_installdeb:
dh_installdeb
for pkg in $$(dh_listpackages -i); do \
sed -i -e 's/__DEB_VERSION__/$(DEB_VERSION)/' debian/$$pkg/DEBIAN/*; \
done