From 9fdc0801dbea118a512ef8e63a4230538664342e Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Tue, 27 Aug 2024 22:36:05 -0700 Subject: [PATCH] Copying CHANGELOG.md to debian/changelog --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffe2333..beb1289 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,8 @@ deb_custom: cp debian/$(REPO_NAME).prerm $(wildcard deb_dist/*/debian)/$(REPO_NAME).prerm cp debian/$(REPO_NAME).postrm $(wildcard deb_dist/*/debian)/$(REPO_NAME).postrm cp -pr debian/tests-* $(wildcard deb_dist/)/ - + cp CHANGELOG.md $(wildcard deb_dist/)/*/debian/changelog + bdist_deb: deb_dist deb_custom cd deb_dist/$(REPO_NAME)-*/ && dpkg-buildpackage -rfakeroot -uc -us