Skip to content

Commit

Permalink
adding debian/tests-0 dir and updating makefile to copy contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 28, 2024
1 parent 3cef599 commit 8b57b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ deb_custom:
cp debian/$(REPO_NAME).conf $(wildcard deb_dist/*/debian)/$(REPO_NAME).default
cp debian/$(REPO_NAME).postinst $(wildcard deb_dist/*/debian)/$(REPO_NAME).postinst
cp debian/$(REPO_NAME).service $(wildcard deb_dist/*/debian)/$(REPO_NAME).service
cp debian/$(REPO_NAME).preinst $(wildcard deb_dist/*/debian)/$(REPO_NAME).preinst
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/*/debian)/

bdist_deb: deb_dist deb_custom
cd deb_dist/$(REPO_NAME)-*/ && dpkg-buildpackage -rfakeroot -uc -us
Expand Down
Empty file added debian/tests-0/.gitignore
Empty file.

0 comments on commit 8b57b99

Please sign in to comment.