Skip to content

Commit

Permalink
removing stuff as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 28, 2024
1 parent 6624ad2 commit 30b6b16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ 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
# 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

0 comments on commit 30b6b16

Please sign in to comment.