From: Sven Hoexter Date: Wed, 25 Jun 2025 20:07:24 +0000 (+0200) Subject: Ensure helper scripts in /usr/share/vym/scripts/ are executable. X-Git-Tag: debian/2.9.582-1~6 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=30dd9f1742843a31922c0bb89c29df7776191880;p=sven%2Fvym.git Ensure helper scripts in /usr/share/vym/scripts/ are executable. --- 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: