[Pkg-ocaml-maint-commits] [SCM] laby packaging branch, master, updated. debian/0.5.1-1-4-g49cc615

Mehdi Dogguy dogguy at pps.jussieu.fr
Tue Aug 4 14:22:06 UTC 2009


The following commit has been merged in the master branch:
commit 49cc615e57e836ee477031c8dfe7d3bbd5412ec4
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Tue Aug 4 14:37:33 2009 +0200

    Various changes
    
      * New Upstream Version
      * Add ruby to the list of compilers in the dependency field
      * Update watch file
      * Update homepage field
      * Update the category in menus (menu, desktop): Games/Strategy
      * Bump standards version to 3.8.2
      * Fix permission of run/*/command files (add executable bit)

diff --git a/debian/changelog b/debian/changelog
index a212ca6..c175e26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+laby (0.5.2-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Add ruby to the list of compilers in the dependency field
+  * Update watch file
+  * Update homepage field
+  * Update the category in menus (menu, desktop): Games/Strategy
+  * Bump standards version to 3.8.2
+  * Fix permission of run/*/command files (add executable bit)
+
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Tue, 04 Aug 2009 14:14:54 +0200
+
 laby (0.5.1-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/control b/debian/control
index 8258a9d..7022a44 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
  dh-ocaml,
  liblablgtk2-ocaml-dev,
  liblablgtksourceview-ocaml-dev
-Standards-Version: 3.8.1
-Homepage: http://www.pps.jussieu.fr/~gimenez/enseignement.html
+Standards-Version: 3.8.2
+Homepage: http://www.pps.jussieu.fr/~gimenez/laby/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/laby.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/laby.git
 
@@ -21,7 +21,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  ${F:LabyRuntime},
- ocaml-nox | java-compiler | c-compiler
+ ocaml-nox | java-compiler | c-compiler | ruby
 Recommends: alsa-utils
 Suggests:
  java-compiler,
diff --git a/debian/laby.desktop b/debian/laby.desktop
index 1709954..407c508 100644
--- a/debian/laby.desktop
+++ b/debian/laby.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Laby
 Comment=Learn how to program with ants and spider webs
 Comment[fr]=Apprendre à programmer avec des fourmis
@@ -7,5 +6,5 @@ Exec=/usr/games/laby
 Icon=laby
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;Game;CardGame;
+Categories=GNOME;GTK;Game;StrategyGame;
 StartupNotify=true
diff --git a/debian/menu b/debian/menu
index 9fe446f..d959bcb 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,3 +1,3 @@
-?package(laby):needs="X11" section="Games/Board" \
+?package(laby):needs="X11" section="Games/Strategy" \
 	title="Laby" command="/usr/games/laby" \
 	icon="/usr/share/pixmaps/laby.xpm"
diff --git a/debian/rules b/debian/rules
index 23657ab..f9e8961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +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
 	cp data/tiles/ant-n.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/
diff --git a/debian/watch b/debian/watch
index aaf7afb..816d18e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 
-http://www.pps.jussieu.fr/~gimenez/enseignement.html data/fdls/laby-(.*)\.tar\.gz
+http://www.pps.jussieu.fr/~gimenez/data/fdls/laby-(.*\..*)\.tar\.gz

-- 
laby packaging



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