Skip to content

Commit

Permalink
removing __init__.py from tests for erroneously triggering makefile var.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 28, 2024
1 parent 52187d9 commit babca34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ 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/)/
# cp CHANGELOG.md $(wildcard deb_dist/*/debian)/changelog
# cp CHANGELOG.md debian/changelog

bdist_deb: deb_dist deb_custom
cd deb_dist/$(REPO_NAME)-*/ && dpkg-buildpackage -rfakeroot -uc -us
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit babca34

Please sign in to comment.