From a2156d20553323794dc30d53c1290398dc9bf911 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Mar 2022 12:59:32 -0700 Subject: [PATCH] v1.0.1 --- build/.gitignore | 4 ++-- build/debian.sh | 2 +- build/septadrop_1.0.1_amd64/DEBIAN/changelog | 11 +++++++++++ .../DEBIAN/control | 2 +- .../usr/share/applications/septadrop.desktop | 0 .../usr/share/icons/septadrop-icon.xpm | 0 6 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 build/septadrop_1.0.1_amd64/DEBIAN/changelog rename build/{septadrop_1.0_amd64 => septadrop_1.0.1_amd64}/DEBIAN/control (95%) rename build/{septadrop_1.0_amd64 => septadrop_1.0.1_amd64}/usr/share/applications/septadrop.desktop (100%) rename build/{septadrop_1.0_amd64 => septadrop_1.0.1_amd64}/usr/share/icons/septadrop-icon.xpm (100%) diff --git a/build/.gitignore b/build/.gitignore index 26a7d55..6655c1e 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -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 \ No newline at end of file diff --git a/build/debian.sh b/build/debian.sh index 9d82ba4..acef8f4 100755 --- a/build/debian.sh +++ b/build/debian.sh @@ -1,4 +1,4 @@ -TARGET=septadrop_1.0_amd64 +TARGET=septadrop_*_amd64 ./build.sh mkdir -p ${TARGET}/usr/bin/ cp septadrop ${TARGET}/usr/bin/ diff --git a/build/septadrop_1.0.1_amd64/DEBIAN/changelog b/build/septadrop_1.0.1_amd64/DEBIAN/changelog new file mode 100644 index 0000000..dd47a26 --- /dev/null +++ b/build/septadrop_1.0.1_amd64/DEBIAN/changelog @@ -0,0 +1,11 @@ +septadrop (1.0.1) impish; urgency=low + + * Fix performance issue in paused state + + -- ElnuDev Mon, 14 Mar 2022 11:50:09 -0700 + +septadrop (1.0) impish + + * Initial release + + -- ElnuDev Sun, 13 Mar 2022 13:10:38 -0700 \ No newline at end of file diff --git a/build/septadrop_1.0_amd64/DEBIAN/control b/build/septadrop_1.0.1_amd64/DEBIAN/control similarity index 95% rename from build/septadrop_1.0_amd64/DEBIAN/control rename to build/septadrop_1.0.1_amd64/DEBIAN/control index f755848..c1aa640 100644 --- a/build/septadrop_1.0_amd64/DEBIAN/control +++ b/build/septadrop_1.0.1_amd64/DEBIAN/control @@ -1,5 +1,5 @@ Package: septadrop -Version: 1.0 +Version: 1.0.1 Architecture: amd64 Essential: no Priority: optional diff --git a/build/septadrop_1.0_amd64/usr/share/applications/septadrop.desktop b/build/septadrop_1.0.1_amd64/usr/share/applications/septadrop.desktop similarity index 100% rename from build/septadrop_1.0_amd64/usr/share/applications/septadrop.desktop rename to build/septadrop_1.0.1_amd64/usr/share/applications/septadrop.desktop diff --git a/build/septadrop_1.0_amd64/usr/share/icons/septadrop-icon.xpm b/build/septadrop_1.0.1_amd64/usr/share/icons/septadrop-icon.xpm similarity index 100% rename from build/septadrop_1.0_amd64/usr/share/icons/septadrop-icon.xpm rename to build/septadrop_1.0.1_amd64/usr/share/icons/septadrop-icon.xpm