From e5f4ea8aed0c59601cd1585c938ca5af9ab7484d Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 18 Dec 2024 15:02:29 +0100 Subject: [PATCH] - add md5sum to dsc files for Raspbian --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e59d5f16..d7d5b5af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,7 @@ package: snapper-$(VERSION).tar.xz package-clean cp dists/debian/*.dsc.in package/ echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-Debian.dsc.in echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-xUbuntu.dsc.in + echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-Raspbian.dsc.in for FLAV in $(DEBIAN_FLAVOURS); do cp -v package/snapper-Debian.dsc.in package/snapper-$${FLAV}.dsc; done for FLAV in $(UBUNTU_FLAVOURS); do cp -v package/snapper-xUbuntu.dsc.in package/snapper-$${FLAV}.dsc; done for FLAV in $(RASPBIAN_FLAVOURS); do cp -v package/snapper-Raspbian.dsc.in package/snapper-$${FLAV}.dsc; done -- 2.47.3