From 30dd9f1742843a31922c0bb89c29df7776191880 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 25 Jun 2025 22:07:24 +0200 Subject: [PATCH] Ensure helper scripts in /usr/share/vym/scripts/ are executable. --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a43491..fdf2225 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vym (2.9.577-2) UNRELEASED; urgency=medium + + * Ensure helper scripts in /usr/share/vym/scripts/ are executable. + * Remove ruby-interpreter from suggested packages. + * Add ruby-mail to list of suggested packages. + + -- Sven Hoexter Wed, 25 Jun 2025 22:06:58 +0200 + vym (2.9.577-1) experimental; urgency=medium * First beta of vym 3. diff --git a/debian/control b/debian/control index c459f55..b568909 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Vcs-Browser: https://git.sven.stormbind.net/?p=sven/vym.git Package: vym Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, zip, unzip, xsltproc -Suggests: ruby | ruby-interpreter +Suggests: ruby, ruby-mail Description: mindmapping tool Vym is a mind mapping program. It is useful to organize thoughts and do structure work. In addition to that it has a lot of helpful diff --git a/debian/rules b/debian/rules index 12d7136..2a55a81 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ override_dh_auto_install: dh_auto_install --destdir=debian/vym/ # Remove empty directory rmdir debian/vym/usr/share/doc/vym/devel + # Ensure helper scripts are executable + chmod +x debian/vym/usr/share/vym/scripts/vivym \ + debian/vym/usr/share/vym/scripts/vym-addmail.rb # prevent compression of pdf documentation override_dh_compress: -- 2.47.3