minor
This commit is contained in:
parent
feb8215424
commit
7477361154
|
@ -3,6 +3,9 @@
|
||||||
.debian/data.tar.xz
|
.debian/data.tar.xz
|
||||||
.debian/DEBIAN/md5sums
|
.debian/DEBIAN/md5sums
|
||||||
.debian/files/opt/
|
.debian/files/opt/
|
||||||
|
|
||||||
mattermost*tar.gz
|
mattermost*tar.gz
|
||||||
|
|
||||||
|
files/DEBIAN/control
|
||||||
files/opt
|
files/opt
|
||||||
*.deb
|
*.deb
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -24,3 +24,4 @@ build:
|
||||||
cp control files/DEBIAN/
|
cp control files/DEBIAN/
|
||||||
echo Version: ${VERSION} >>files/DEBIAN/control
|
echo Version: ${VERSION} >>files/DEBIAN/control
|
||||||
dpkg-deb --build files mattermost_${VERSION}_amd64.deb
|
dpkg-deb --build files mattermost_${VERSION}_amd64.deb
|
||||||
|
dpkg-deb --info mattermost_${VERSION}_amd64.deb
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
Package: mattermost
|
|
||||||
Source: mattermost
|
|
||||||
Architecture: amd64
|
|
||||||
Maintainer: Jeff Carr <jcarr@wit.com>
|
|
||||||
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
|
|
Loading…
Reference in New Issue