From 747736115453ba2e0b2ceb2e8caf4a5341f874ac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Oct 2022 00:51:18 -0500 Subject: [PATCH] minor --- .gitignore | 3 +++ Makefile | 1 + files/DEBIAN/control | 16 ---------------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 files/DEBIAN/control 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