v1.0.1
This commit is contained in:
parent
efa898ebaa
commit
a2156d2055
6 changed files with 15 additions and 4 deletions
4
build/.gitignore
vendored
4
build/.gitignore
vendored
|
@ -4,6 +4,6 @@ CMakeCache.txt
|
|||
compile_commands.json
|
||||
Makefile
|
||||
septadrop
|
||||
septadrop_1.0_amd64/usr/bin/septadrop
|
||||
septadrop_1.0_amd64.deb
|
||||
septadrop_*_amd64/usr/bin/septadrop
|
||||
septadrop_*_amd64.deb
|
||||
.cmake
|
|
@ -1,4 +1,4 @@
|
|||
TARGET=septadrop_1.0_amd64
|
||||
TARGET=septadrop_*_amd64
|
||||
./build.sh
|
||||
mkdir -p ${TARGET}/usr/bin/
|
||||
cp septadrop ${TARGET}/usr/bin/
|
||||
|
|
11
build/septadrop_1.0.1_amd64/DEBIAN/changelog
Normal file
11
build/septadrop_1.0.1_amd64/DEBIAN/changelog
Normal file
|
@ -0,0 +1,11 @@
|
|||
septadrop (1.0.1) impish; urgency=low
|
||||
|
||||
* Fix performance issue in paused state
|
||||
|
||||
-- ElnuDev <elnu@elnu.com> Mon, 14 Mar 2022 11:50:09 -0700
|
||||
|
||||
septadrop (1.0) impish
|
||||
|
||||
* Initial release
|
||||
|
||||
-- ElnuDev <elnu@elnu.com> Sun, 13 Mar 2022 13:10:38 -0700
|
|
@ -1,5 +1,5 @@
|
|||
Package: septadrop
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
Loading…
Add table
Reference in a new issue