]> git.sven.stormbind.net Git - sven/vym.git/commitdiff
Ensure helper scripts in /usr/share/vym/scripts/ are executable.
authorSven Hoexter <sven@stormbind.net>
Wed, 25 Jun 2025 20:07:24 +0000 (22:07 +0200)
committerSven Hoexter <sven@stormbind.net>
Wed, 25 Jun 2025 20:47:35 +0000 (22:47 +0200)
debian/changelog
debian/control
debian/rules

index 2a4349163c683ea25cad94154fe4b184a153365f..fdf2225c0153ba8fe06904797ee95fddbf8b3f2a 100644 (file)
@@ -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 <hoexter@debian.org>  Wed, 25 Jun 2025 22:06:58 +0200
+
 vym (2.9.577-1) experimental; urgency=medium
 
   * First beta of vym 3.
index c459f55631a0ed17651c8210b61701ddd40c6e68..b5689095fd775ceface3826e2a234189b8ded7e6 100644 (file)
@@ -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
index 12d7136f9ae9fe90cdddf07d3b29984d53d4e379..2a55a8104e65835e2f3517bcc5ac7b11d6fff24e 100755 (executable)
@@ -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: