diff --git a/packages/ubuntu17.04/DEBIAN/control b/packages/deb/DEBIAN/control similarity index 79% rename from packages/ubuntu17.04/DEBIAN/control rename to packages/deb/DEBIAN/control index 4246b08..8cc75e6 100644 --- a/packages/ubuntu17.04/DEBIAN/control +++ b/packages/deb/DEBIAN/control @@ -4,6 +4,6 @@ Architecture: all Essential: no Section: contrib Priority: optional -Depends: qt5-default (>=5.7.0), libqt5x11extras5 (>=5.7.0), libavcodec (>=3.2.0), libavformat (>=3.2.0), libswscale (>=3.2.0), libavutil (>=3.2.0) +Depends: qt5-default (>=5.7.0), libqt5x11extras5 (>=5.7.0), libavcodec (>=3.2.0), libavformat (>=3.2.0), libswscale (>=3.2.0), libavutil (>=3.2.0), libxcb-cursor0 (>=0.1.0), libxcb1 (>=1.11.0), libxcb-xfixes0 (>=1.11.0) Maintainer: ArsenArsen Description: The open source and cross platform screen sharing software diff --git a/packages/makedeb.sh b/packages/makedeb.sh index a430d81..11c96e7 100755 --- a/packages/makedeb.sh +++ b/packages/makedeb.sh @@ -4,8 +4,8 @@ then echo "Provide a version with arg1" >&2 exit 1 fi -[[ ! -d work ]] && cp ubuntu17.04 work -r -sed "s/%ver/$1/g" ubuntu17.04/DEBIAN/control > work/DEBIAN/control +[[ ! -d work ]] && cp deb work -r +sed "s/%ver/$1/g" deb/DEBIAN/control > work/DEBIAN/control mkdir -p work/usr/bin mkdir compiling cd compiling @@ -23,3 +23,4 @@ cd work md5sum usr/bin/kshare > DEBIAN/md5sums cd .. dpkg-deb -b work/ +rm -rf work