Skip to content

Commit f35dcb8

Browse files
committedSep 5, 2024·
GH action: more debug
1 parent 833dbcd commit f35dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dist-tgz: dist-dir
1616

1717
debian: dist-dir
1818
tar cfv shutorial_$(VERSION).orig.tar shutorial-$(VERSION)
19-
cd shutorial-$(VERSION) ; cp -r distros/debian . ; dpkg-buildpackage -us -uc
19+
cd shutorial-$(VERSION) ; cp -r distros/debian . ; cat debian/changelog; dpkg-buildpackage -us -uc
2020

2121
arch-linux: dist-dir
2222
tar cfvJ shutorial-$(VERSION).tar.xz shutorial-$(VERSION)

0 commit comments

Comments
 (0)
Please sign in to comment.