diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0003-Make-uninstaller-not-fail-on-unparseable-versions.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0003-Make-uninstaller-not-fail-on-unparseable-versions.patch b/debian/patches/0003-Make-uninstaller-not-fail-on-unparseable-versions.patch new file mode 100644 index 0000000..6bb0016 --- /dev/null +++ b/debian/patches/0003-Make-uninstaller-not-fail-on-unparseable-versions.patch @@ -0,0 +1,16 @@ +From: Hilko Bengen <bengen@debian.org> +Date: Sun, 24 Dec 2023 20:04:19 +0100 +Subject: Make uninstaller not fail on unparseable versions + +... such as 7.94SVN +--- + zenmap/zenmapCore/Version.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py +index b3fede4..89ccbfe 100644 +--- a/zenmap/zenmapCore/Version.py ++++ b/zenmap/zenmapCore/Version.py +@@ -1 +1 @@ +-VERSION = "7.94SVN" ++VERSION = "7.94+SVN" |