diff --git a/Makefile b/Makefile index 12c9598..cc811f0 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build/package: cp ./deploy/DEBIAN/prerm /tmp/party-pkg/DEBIAN/prerm cp ./deploy/DEBIAN/postrm /tmp/party-pkg/DEBIAN/postrm chmod 755 /tmp/party-pkg/DEBIAN/postinst /tmp/party-pkg/DEBIAN/prerm /tmp/party-pkg/DEBIAN/postrm - printf 'Package: party\nVersion: %s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith \nDescription: Party\n' \ + printf 'Package: party\nVersion: 0+%s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith \nDescription: Party\n' \ '${git_description}' > /tmp/party-pkg/DEBIAN/control dpkg-deb --build --root-owner-group /tmp/party-pkg ./party.deb @echo 'Package ready: ./party.deb'