[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. debian/2.0.1-1-17-gbfc83cb

Per Olofsson pelle at dsv.su.se
Sat Mar 3 11:54:04 UTC 2012


The following commit has been merged in the master branch:
commit 0fecec6fcefcecde1888ae3472eb77f0740a3a01
Author: Per Olofsson <pelle at dsv.su.se>
Date:   Sat Mar 3 11:41:14 2012 +0100

    Make /usr/share/lyx/scripts/listerrors executable.

diff --git a/debian/changelog b/debian/changelog
index 7f13ba4..9219ffd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ lyx (2.0.3-1) UNRELEASED; urgency=low
     behaviour on upgrades. Thanks to Colin Watson. Closes: #659721.
   * Use debhelper v9 mode.
   * Use xz source tarballs.
+  * Make /usr/share/lyx/scripts/listerrors executable.
 
  -- Per Olofsson <pelle at debian.org>  Tue, 14 Feb 2012 17:18:00 +0100
 
diff --git a/debian/rules b/debian/rules
index ed274b0..95257c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ override_dh_auto_install:
 	mv debian/lyx-common/usr/share/lyx/scripts/bash_completion \
 		debian/lyx-common/etc/bash_completion.d/lyx
 
+# make script executable
+	chmod 755 debian/lyx-common/usr/share/lyx/scripts/listerrors
 
 override_dh_installdocs:
 	mkdir -p debian/lyx/usr/share/doc

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list