diff --git a/.gitignore b/.gitignore index 449c22c..06fef98 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ .debian/data.tar.xz .debian/DEBIAN/md5sums .debian/files/opt/ + mattermost*tar.gz + +files/DEBIAN/control files/opt *.deb diff --git a/Makefile b/Makefile index 290782d..0e2115a 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,4 @@ build: cp control files/DEBIAN/ echo Version: ${VERSION} >>files/DEBIAN/control dpkg-deb --build files mattermost_${VERSION}_amd64.deb + dpkg-deb --info mattermost_${VERSION}_amd64.deb diff --git a/files/DEBIAN/control b/files/DEBIAN/control deleted file mode 100644 index 0676a5c..0000000 --- a/files/DEBIAN/control +++ /dev/null @@ -1,16 +0,0 @@ -Package: mattermost -Source: mattermost -Architecture: amd64 -Maintainer: Jeff Carr -Installed-Size: 5883 -Section: network -Depends: postgresql -Priority: optional -Homepage: https://github.com/mattermost/mattermost-server -Description: mattermost - Raw tarball from upstream. - . - Files moved to be stored in /var/mattermost - . - This packaging is a test and may not work -Version: 7.3.0