Rename Debian release to 1.1.0, add changelog and copyright
This commit is contained in:
parent
7df31f6b5c
commit
3ca546a53b
6 changed files with 16 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
TARGET=septadrop_1.0_amd64
|
||||
TARGET=septadrop_1.1.0_amd64
|
||||
mkdir -p ${TARGET}/usr/bin/
|
||||
cd ..
|
||||
cargo build --release
|
||||
|
|
11
build/septadrop_1.1.0_amd64/DEBIAN/changelog
Normal file
11
build/septadrop_1.1.0_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.1
|
||||
Version: 1.1.0
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
3
build/septadrop_1.1.0_amd64/DEBIAN/copyright
Normal file
3
build/septadrop_1.1.0_amd64/DEBIAN/copyright
Normal file
|
@ -0,0 +1,3 @@
|
|||
Files: *
|
||||
Copyright: 2022 ElnuDev
|
||||
License: GPL-3+
|
Loading…
Add table
Reference in a new issue