Skip to content

Commit

Permalink
Copying CHANGELOG.md to debian/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 28, 2024
1 parent 0fc1dd4 commit 9fdc080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9fdc080

Please sign in to comment.