diff --git a/Makefile b/Makefile index beb1289..4c7a269 100644 --- a/Makefile +++ b/Makefile @@ -92,8 +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 - + cp CHANGELOG.md $(wildcard deb_dist/*/debian)/changelog + bdist_deb: deb_dist deb_custom cd deb_dist/$(REPO_NAME)-*/ && dpkg-buildpackage -rfakeroot -uc -us