minor
This commit is contained in:
parent
feb8215424
commit
7477361154
|
@ -3,6 +3,9 @@
|
|||
.debian/data.tar.xz
|
||||
.debian/DEBIAN/md5sums
|
||||
.debian/files/opt/
|
||||
|
||||
mattermost*tar.gz
|
||||
|
||||
files/DEBIAN/control
|
||||
files/opt
|
||||
*.deb
|
||||
|
|
1
Makefile
1
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
|
||||
|
|
|
@ -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