We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833dbcd commit f35dcb8Copy full SHA for f35dcb8
Makefile
@@ -16,7 +16,7 @@ dist-tgz: dist-dir
16
17
debian: dist-dir
18
tar cfv shutorial_$(VERSION).orig.tar shutorial-$(VERSION)
19
- cd shutorial-$(VERSION) ; cp -r distros/debian . ; dpkg-buildpackage -us -uc
+ cd shutorial-$(VERSION) ; cp -r distros/debian . ; cat debian/changelog; dpkg-buildpackage -us -uc
20
21
arch-linux: dist-dir
22
tar cfvJ shutorial-$(VERSION).tar.xz shutorial-$(VERSION)
0 commit comments