[Pkg-ocaml-maint-commits] [SCM] laby packaging branch, master, updated. debian/0.5.3-1-8-g2c95820

Mehdi Dogguy mehdi at debian.org
Tue Sep 29 13:48:02 UTC 2009


The following commit has been merged in the master branch:
commit 3207deb3fbc9a5d459fed0b0664ab0448bf8cc9d
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Sep 29 15:43:56 2009 +0200

    Add executable bit to all '/usr/share/laby/mods/*/lib/defs'

diff --git a/debian/changelog b/debian/changelog
index 485c9a0..0bdf9b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ laby (0.5.4-1) unstable; urgency=low
   * New upstream release
     + Prolog mode
   * Choose the same icon as upstream
+  * Add executable bit to all '/usr/share/laby/mods/*/lib/defs'
   * Bump standards version to 3.8.3
 
  -- Mehdi Dogguy <mehdi at debian.org>  Sat, 12 Sep 2009 11:35:09 +0200
diff --git a/debian/rules b/debian/rules
index 360172d..6f803be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_build:
 override_dh_auto_install:
 	cp laby.$(OCAML_BEST) $(CURDIR)/debian/laby/usr/games/laby
 	cp -r data/* $(CURDIR)/debian/laby/usr/share/laby/
-	find $(CURDIR)/debian/laby/usr/share/laby/run/ -type f -name command -print0 2>/dev/null | xargs -0r chmod a+x
+	find $(CURDIR)/debian/laby/usr/share/laby/mods/ -type f -name defs -print0 2>/dev/null | xargs -0r chmod a+x
 	cp data/tiles/ant-e.svg $(CURDIR)/debian/laby/usr/share/icons/hicolor/scalable/apps/laby.svg
 	cp debian/laby.xpm $(CURDIR)/debian/laby/usr/share/pixmaps/
 	cp debian/laby.desktop $(CURDIR)/debian/laby/usr/share/applications/

-- 
laby packaging



More information about the Pkg-ocaml-maint-commits mailing list